Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubCommandGroup

Group of subcommands

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly _children

_children: SubCommand[] = []

Group members (children)

readonly

Readonly default_permission

default_permission: boolean

Discord API default_permission

readonly

Readonly description

description: string

Group description (default: "No description")

readonly

Readonly manager

Manager in which this command is registered

readonly

Readonly name

name: string

Command name

readonly

Readonly parent

parent: ChatCommand

Group parent command

readonly

Readonly type

CommandBot's internal command type

readonly

Accessors

children

Methods

append

isBaseCommandType

isChildCommandType

isCommandType

  • isCommandType<T>(type: T): this is Commands<T>

toObject

Generated using TypeDoc