Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request: Use buttons a.k.a. "message components" for bot interaction instead of emotes #1923

Open
superusercode opened this issue Jun 27, 2021 · 1 comment
Projects

Comments

@superusercode
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Discord has introduced buttons, which are intended to replace emotes when interacting with bot messages: https://discord.com/developers/docs/interactions/message-components .

Example 1:
image

Example 2:
image

Describe the solution you'd like

Use buttons instead of emotes for interacting with the bot where appropriate (i.e. moving through directories, queues, etc.).

Describe alternatives you've considered

Continuing to just use the emote reactions.

Additional context

Button implementation would be better for accessibility.

@favna favna added this to To do in Future via automation Jun 28, 2021
@favna
Copy link
Member

favna commented Jun 28, 2021

This is on the roadmap already. Currently it is blocked by the availability of Discordjs v13 however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Future
  
To do
Development

No branches or pull requests

2 participants