Skip to main content

Class: CommandExecutable<Type>

Type parameters

NameType
Typeextends CommandType

Constructors

constructor

new CommandExecutable<Type>()

Type parameters

NameType
Typeextends CommandType

Properties

execute

Abstract execute: CommandModuleDefs[Type][``"execute"``]

Defined in

src/handler/sern.ts:101


onEvent

onEvent: EventPlugin<Type>[] = []

Defined in

src/handler/sern.ts:100


plugins

plugins: CommandPlugin<Type>[] = []

Defined in

src/handler/sern.ts:99


type

Abstract type: Type

Defined in

src/handler/sern.ts:98