Constructor OptionAttribute
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
OptionAttribute(string, string, bool)
Marks this parameter as an option for a slash command.
public OptionAttribute(string name, string description, bool autocomplete = false)