Slash Commands Emoji input type #3330
Replies: 4 comments
-
My use case for this would be manipulating emojis on a guild. I would therefore like to be able to restrict it to custom emojis from that guild. |
Beta Was this translation helpful? Give feedback.
-
This would make implementing something like reaction roles so much easier |
Beta Was this translation helpful? Give feedback.
-
This would make my emoji info command so much easier to do and it would also other uses. |
Beta Was this translation helpful? Give feedback.
-
this would be for making roles via default slash command, and plus making it a lot easier for bot developers to parse default emoji and partial emoji. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
This feature should allow users to enter emojis, like the roles & channels, etc types.
Why This is Needed
This allows users to specify emojis, both custom and default, to be used in interactions. The only current way is using a string argument, and validating it. While this is easy enough for custom emojis, it's trickier for default ones. Other issues in this repo have presented how discord uses a modified version of twemoji 12 (edit: now 13), and the mobile clients also send some emojis in a different format to desktop. This makes it significantly harder to validate these arguments.
Alternatives Considered
N/A
Additional Details
N/A
Beta Was this translation helpful? Give feedback.
All reactions