Allow the use of Mentions and Emoji's in Modals #5291
Replies: 3 comments
-
Currently, modals are the only supported solution for providing multiline content without message intent (slash commands do not support this). This means it's currently impossible to allow a user to provide multiline content with emojis and mentions in without them copying ids and knowing how Discord's formatting works. In my opinion, this suggestion would be the ideal solution to this problem. |
Beta Was this translation helpful? Give feedback.
-
I would like to add a request to also allow mentions in string select menu options. |
Beta Was this translation helpful? Give feedback.
-
I'd expand this to encompass the full scope of markdown formatting in modal inputs. Use case: in my case, I'm making my very own message scheduler, and I want the user to be able to input multiline messages, with markdown. Although the markdown works when the message is sent by the bot, the user can't preview it in the modal (I'm using a modal because slash command inputs don't accept multiline strings, and I don't want the bot to wait for a message in chat). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, You can only input text into a modal. I would like to see the ability to also add mentions and emojis built into Modals.
Different ways to implement:
@
or:
It will start to show emojis/users based on what you enteredBeta Was this translation helpful? Give feedback.
All reactions