Table of Contents
API reference

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 Type

The type of the provider.