skyra
skyra copied to clipboard
request: Use buttons a.k.a. "message components" for bot interaction instead of emotes
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:

Example 2:

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.
This is on the roadmap already. Currently it is blocked by the availability of Discordjs v13 however.