Whether the extension can handle buttons
the button to test
Whether the extension can handle slash commands.
the slash command to test
Whether the extension can handle modal submit
the modal to test
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
The command data json to post to the discord server
Generated using TypeDoc
Server Level Extension