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