Constructor AutocompleteAttribute
- Namespace
- DisCatSharp.ApplicationCommands.Attributes
- Assembly
- DisCatSharp.ApplicationCommands.dll
AutocompleteAttribute(Type)
Adds an autocomplete provider to this command option.
public AutocompleteAttribute(Type providerType)
Parameters
providerType
TypeThe type of the provider.