Property RegisterDefaultCommandProcessors
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
RegisterDefaultCommandProcessors
Whether to register default command processors when they're not found in the processor list.
public bool RegisterDefaultCommandProcessors { get; init; }
Property Value
Remarks
You may still provide your own custom processors via AddProcessors(params ICommandProcessor[]), as this configuration option will only add the default processors if they're not found in the list.