Enum DisCatSharpCommandType
- Namespace
- DisCatSharp.Enums.Core
- Assembly
- DisCatSharp.dll
Represents the type of a command.
public enum DisCatSharpCommandType
Fields
TextCommand = 0A text command.
SlashCommand = 1A slash command.
UserCommand = 2A user context menu command.
MessageCommand = 3A message context menu command.
Autocomplete = 4A autocomplete.
Special = 5A special type.