Event SlashCommandExecuted
- Namespace
- DisCatSharp.ApplicationCommands
- Assembly
- DisCatSharp.ApplicationCommands.dll
Fires when the execution of a slash command is successful.
public event AsyncEventHandler<ApplicationCommandsExtension, SlashCommandExecutedEventArgs> SlashCommandExecuted
Returns
- AsyncEventHandler<ApplicationCommandsExtension, SlashCommandExecutedEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.