Event SlashCommandExecuted
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
Fires when the execution of a slash command is successful.
public event AsyncEventHandler<SlashCommandsExtension, SlashCommandExecutedEventArgs> SlashCommandExecuted
Returns
- AsyncEventHandler<SlashCommandsExtension, SlashCommandExecutedEventArgs>
- Fires when the execution of a slash command is successful.