Event SlashCommandInvoked
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
Fired when a slash command has been received and is to be executed
public event AsyncEventHandler<SlashCommandsExtension, SlashCommandInvokedEventArgs> SlashCommandInvoked
Returns
- AsyncEventHandler<SlashCommandsExtension, SlashCommandInvokedEventArgs>
- Fired when a slash command has been received and is to be executed