Results

Namespace

Type

Options specified when registering commands.

Hierarchy

  • ICommandOptions <-- You are here!

Index

Properties

Optional aliases

aliases: string[]

Any additional aliases that can be used to invoke this command.

Optional description

description: undefined | string

A human-readable description for this command.

Optional filters

A composition of filters that determine if the command can be executed.

For a complete list of filters and their descriptions, see discord.command.filters.

name

name: string

The name of the command. Users will use this name to execute the command.

Optional onError

onError: undefined | function

Fired when an error occurs during the execution or validation of this command.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc