Table of Contents

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.

Autocomplete = 4

A autocomplete.

Special = 5

A special type.