Interface IAutocompleteProvider
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
All autocomplete providers must inherit from this interface.
public interface IAutocompleteProvider
Methods
- Provider(AutocompleteContext)
Provides autocomplete choices.