Class: CommandExecutable<Type>
Type parameters
| Name | Type |
|---|---|
Type | extends CommandType |
Constructors
constructor
• new CommandExecutable<Type>()
Type parameters
| Name | Type |
|---|---|
Type | extends CommandType |
Properties
execute
• Abstract execute: CommandModuleDefs[Type][``"execute"``]
Defined in
onEvent
• onEvent: EventPlugin<Type>[] = []
Defined in
plugins
• plugins: CommandPlugin<Type>[] = []
Defined in
type
• Abstract type: Type