Class SlashCommandConfiguration
- Namespace
- DSharpPlus.Commands.Processors.SlashCommands
- Assembly
- DSharpPlus.Commands.dll
The configuration for the SlashCommandProcessor.
public sealed class SlashCommandConfiguration- Inheritance
- 
      
      SlashCommandConfiguration
Properties
- NamingPolicy
- How to name parameters when registering or receiving interaction data. 
- RegisterCommands
- Whether to register Commands in their application command form and map them back to their original commands. 
- RemoteRecordRetentionPolicy
- Controls when DSharpPlus deletes an application command that does not have a local equivalent. 
- UnconditionallyOverwriteCommands
- Instructs DSharpPlus to always overwrite the command records Discord has of our bot on startup.