Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOptions

Hierarchy

  • CommandOptions

Index

Properties

aliases?: string[]

Alais command names for this command, only applies to prefix commands.

default

[]

category?: string

The category this command might belong to.

default

‘’

description?: string

The description for the command.

kinds: Kind[]

What kinds of command this is, sets wether or not this command is a prefix command, interaction command, or both.

name: string

The name of the command.

The options for the command.

default

[]

preconditions?: typeof Precondition[]

The preconditions for the command.

default

[]

type: Type

The type of the command, one of the the command or command option types.