Class EnumAutoCompleteProvider<T>
- Namespace
- DSharpPlus.Commands.Processors.SlashCommands
- Assembly
- DSharpPlus.Commands.dll
Provides a cached list of choices for the T
enum type.
public class EnumAutoCompleteProvider<T> : IAutoCompleteProvider where T : struct, Enum
Type Parameters
T
The enum type to provide choices for.
- Inheritance
-
EnumAutoCompleteProvider<T>
- Implements