Class: EventExecutable<Type>
Type parameters
| Name | Type |
|---|---|
Type | extends EventType |
Constructors
constructor
• new EventExecutable<Type>()
Type parameters
| Name | Type |
|---|---|
Type | extends EventType |
Properties
execute
• Abstract execute: EventModuleDefs[Type][``"execute"``]
Defined in
onEvent
• onEvent: EventModuleEventPluginDefs[Type][] = []
Defined in
plugins
• plugins: EventModuleCommandPluginDefs[Type][] = []
Defined in
type
• Abstract type: Type