Event CommandExecuted
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
Executed everytime a command is finished executing.
public event AsyncEventHandler<CommandsExtension, CommandExecutedEventArgs> CommandExecuted
Returns
- AsyncEventHandler<CommandsExtension, CommandExecutedEventArgs>
- Executed everytime a command is finished executing.