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
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
bind the button/interaction framework to commands. Every interaction is assigned to a specific command (e.g. warning per button triggers a method ik the warn command). The interaction id could have the format commandname:whatever (and commandname:subcommandname:whatever if the command uses subcommands).
Make the interaction framework independent of buttons allowing other interactions.
Use a default-method in the command interface for triggering interaction messages. This would make commands work without interaction responses.
Let the interaction action return a response just like the coommand action does so that the bot definitely responds (also include a response on thrown exceptions).
Create a framework that allows us to handle a variety of button interactions cleanly.
Here are some use cases that must be addressed:
The text was updated successfully, but these errors were encountered: