| ApplicationCommandInteractionEvent |
Dispatched when a user uses an Application Command.
|
| AutoCompleteInteractionEvent |
This event is a placeholder for future functionality from discord.
|
| ButtonInteractionEvent |
Dispatched when a user interacts with a Button the bot has sent.
|
| ChatInputAutoCompleteEvent |
Dispatched when a user is typing an application command option that has auto-complete enabled.
|
| ChatInputInteractionEvent |
Dispatched when a user uses a chat input command (formerly "slash command").
|
| ComponentInteractionEvent |
|
| DeferrableInteractionEvent |
Dispatched when a user in a guild interacts with an application command or component.
|
| InteractionCreateEvent |
Dispatched when a user in a guild interacts with an application command, component, or other interaction based UI
element.
|
| MessageInteractionEvent |
Dispatched when a user uses a message command (message context menu)
|
| ModalSubmitInteractionEvent |
Dispatched when a user has pressed submit on a modal presented to them earlier
|
| SelectMenuInteractionEvent |
Dispatched when a user interacts with a SelectMenu the bot has sent.
|
| UserInteractionEvent |
Dispatched when a user uses a user command (user context menu)
|