Property CommandExecutor
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
CommandExecutor
The command executor to use for command execution.
public ICommandExecutor CommandExecutor { get; set; }
Property Value
Remarks
The command executor is responsible for executing context checks, making full use of the dependency injection system, executing the command method itself, and handling errors.