Table of Contents

Class AutocompleteAttribute

Namespace
DisCatSharp.ApplicationCommands.Attributes
Assembly
DisCatSharp.ApplicationCommands.dll

The autocomplete attribute.

[AttributeUsage(AttributeTargets.Parameter)]
public class AutocompleteAttribute : Attribute
Inheritance
AutocompleteAttribute
Inherited Members

Constructors

AutocompleteAttribute(Type)

Adds an autocomplete provider to this command option.

Properties

ProviderType

The type of the provider.