Constructor ChoiceAttribute
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
ChoiceAttribute(string, string)
Adds a choice to the slash command option.
public ChoiceAttribute(string name, string value)
Parameters
ChoiceAttribute(string, long)
Adds a choice to the slash command option.
public ChoiceAttribute(string name, long value)
Parameters
ChoiceAttribute(string, double)
Adds a choice to the slash command option.
public ChoiceAttribute(string name, double value)