Interface: AutocompleteCommand
Hierarchy
Omit<Module,"name"|"type"|"plugins"|"description">↳
AutocompleteCommand
Properties
execute
• execute: (ctx: AutocompleteInteraction<CacheType>) => unknown
Type declaration
▸ (ctx): unknown
Parameters
| Name | Type |
|---|---|
ctx | AutocompleteInteraction<CacheType> |
Returns
unknown
Overrides
Omit.execute
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Overrides
Omit.onEvent