Settings for applications inside Discord #4889
Unanswered
S222em
asked this question in
API Feature Requests & Ideas
Replies: 2 comments 5 replies
-
Seems like #3325? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Great, more features that will absolutely never come to mobile! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, we have to use a command like
/settings
or an online dashboard to configure settings an application might offer, such as a changeable language. This, however, could be improved by providing settings inside Discord that an application would utilise, this also gives the end-user an easier way to configure the application or configure multiple applications in one place. Something similar like command permissions v2, only allowing developers to customize it a bit. For instance, there could be a limit of 20 settings per application (Guild/global settings?). An update to those settings can either be stored inside Discord (Maybe sent along with a guild or interaction payload?) or could send something like interaction to the application, where the application can respond with success or an error message (and store it locally). Here are a few ideas for types of components that could be used for the settings page:Text Input

Select Menu

Toggle Switch

Switchable button row (or whatever its called, like with timeouts)

Settings should also be able to include detailed descriptions about what they do (Pictures?), like this example here:

For instance, the settings for an application (globally) can be set inside the dev portal, or an additional API endpoint can be made to do this, which can also open the ability to change settings pages per guild.
Beta Was this translation helpful? Give feedback.
All reactions