Interface: StringSelectCommand
Hierarchy
↳
StringSelectCommand
Properties
description
• Optional description: string
Inherited from
Defined in
execute
• execute: (ctx: StringSelectMenuInteraction<CacheType>) => unknown
Type declaration
▸ (ctx): unknown
Parameters
| Name | Type |
|---|---|
ctx | StringSelectMenuInteraction<CacheType> |
Returns
unknown
Overrides
Defined in
name
• Optional name: string
Inherited from
Defined in
onEvent
• onEvent: EventPlugin<StringSelect>[]
Defined in
plugins
• plugins: CommandPlugin<keyof CommandModuleDefs>[]
Defined in
type
• type: StringSelect