Constructor SlashCommandGroupAttribute
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
SlashCommandGroupAttribute(string, string, bool, bool)
Marks this class as a slash command group.
public SlashCommandGroupAttribute(string name, string description, bool defaultPermission = true, bool nsfw = false)