Skip to main content

Class: CommandExecutable<Type>

Deprecated

Will be removed in future

Type parameters

NameType
Typeextends CommandType = CommandType

Constructors

constructor

new CommandExecutable<Type>(): CommandExecutable<Type>

Type parameters

NameType
Typeextends CommandType = CommandType

Returns

CommandExecutable<Type>

Properties

plugins

plugins: AnyCommandPlugin[] = []

Defined in

src/core/modules.ts:80


type

Abstract type: Type

Defined in

src/core/modules.ts:79


_instance

Static Private _instance: CommandModule

Defined in

src/core/modules.ts:81

Methods

execute

execute(...args): unknown

Parameters

NameType
...argsCommandArgs<Type, Control>

Returns

unknown

Defined in

src/core/modules.ts:92


getInstance

getInstance(): CommandModule

Returns

CommandModule

Defined in

src/core/modules.ts:83