You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when utilizing React within our project, we rely on the showReactionsAndWaitForSelectOne method to capture user input through reactions. This method, as designed, supports capturing input via a single reaction to a Discord message.
In many cases, especially within the context of Discord, it's common and sometimes necessary to allow for multiple reactions to a single message.
I propose enhancing the current method or introducing a new method that allows for the handling of multiple reactions per message. Additionally, incorporating an "exit" reaction would enable users to conclude their input session cleanly. This feature would align our React implementation more closely with Discord user expectations and interaction patterns.
The text was updated successfully, but these errors were encountered:
Currently, when utilizing React within our project, we rely on the
showReactionsAndWaitForSelectOne
method to capture user input through reactions. This method, as designed, supports capturing input via a single reaction to a Discord message.In many cases, especially within the context of Discord, it's common and sometimes necessary to allow for multiple reactions to a single message.
I propose enhancing the current method or introducing a new method that allows for the handling of multiple reactions per message. Additionally, incorporating an "exit" reaction would enable users to conclude their input session cleanly. This feature would align our React implementation more closely with Discord user expectations and interaction patterns.
The text was updated successfully, but these errors were encountered: