Class: CommandExecutable<Type>
Deprecated
Will be removed in future
Type parameters
| Name | Type |
|---|---|
Type | extends CommandType = CommandType |
Constructors
constructor
• new CommandExecutable<Type>(): CommandExecutable<Type>
Type parameters
| Name | Type |
|---|---|
Type | extends CommandType = CommandType |
Returns
CommandExecutable<Type>
Properties
plugins
• plugins: AnyCommandPlugin[] = []
Defined in
type
• Abstract type: Type
Defined in
_instance
▪ Static Private _instance: CommandModule
Defined in
Methods
execute
▸ execute(...args): unknown
Parameters
| Name | Type |
|---|---|
...args | CommandArgs<Type, Control> |
Returns
unknown
Defined in
getInstance
▸ getInstance(): CommandModule