Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

Readonly client

Optional Readonly description

description: undefined | string

The description of the piece

disabled

disabled: boolean

Whether or not this piece is disabled

name

name: string | undefined

The name of the piece

options

options: BasePieceOptions | undefined

Readonly pool

pool: BasePool<string, T>

The pool this piece is part of

Methods

disable

  • disable(): void

enable

  • enable(): void

init

  • init(): void

reload

  • reload(): void

run

  • run(...arg: any[]): void

Generated using TypeDoc