Event ConfiguringCommands
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
Executed before commands are finalized into a read-only state.
public event AsyncEventHandler<CommandsExtension, ConfigureCommandsEventArgs> ConfiguringCommands
Returns
- AsyncEventHandler<CommandsExtension, ConfigureCommandsEventArgs>
- Executed before commands are finalized into a read-only state.
Remarks
Apply any mass-mutations to the commands or command parameters here.