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