The command data json to post to the discord server
Interface to the button processor. If the extension can handle this button, it should reply inside this method
the button that's guaranteed to be handled by this extension
Interface to the command processor. If the extension can handle this slash command, it should reply inside this method
the slash command that's guaranteed to be handled by this extension
Interface to the modal submit processor. If the extension can handle this button, it should reply inside this method
the modal that's guaranteed to be handled by this extension
Generated using TypeDoc
Boilerplate base class of interaction related extensions.