Constructor ChoiceProviderAttribute
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
ChoiceProviderAttribute(Type)
Adds a choice provider to this command.
public ChoiceProviderAttribute(Type providerType)
Parameters
providerType
TypeThe type of the provider.