Property RegisterCommands
- Namespace
- DSharpPlus.Commands.Processors.SlashCommands
- Assembly
- DSharpPlus.Commands.dll
RegisterCommands
Whether to register Commands in their application command form and map them back to their original commands.
public bool RegisterCommands { get; init; }
Property Value
Remarks
Set this to false if you want to manually register commands or obtain your application commands from a different source.