Add the ability to track Shift key when using context menu commands #4306
Unanswered
TheKing-OfTime
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
That would create issues in mobile clients (and third party clients, in case Discord starts officially supporting them). |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Some of the built-in functions in context menus have an alternate behavior if you hold Shift while using them. It would be quite useful to give such a feature to bots as well.
This feature will allow context menu commands to have alternative behavior. For example, send a response with a normal message instead of an ephemeral message.
This feature can be implemented by adding a new field "alternative" in data object which can take values true or false.
Example Interaction
edit: Mobile users could double-tap or hold the context menu instead of pressing the shift key
Beta Was this translation helpful? Give feedback.
All reactions