Interface: UserSelectCommand
Hierarchy
↳
UserSelectCommand
Properties
description
• Optional description: string
Inherited from
Defined in
execute
• execute: (ctx: UserSelectMenuInteraction<CacheType>) => unknown
Type declaration
▸ (ctx): unknown
Parameters
| Name | Type |
|---|---|
ctx | UserSelectMenuInteraction<CacheType> |
Returns
unknown
Overrides
Defined in
name
• Optional name: string
Inherited from
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Inherited from
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Inherited from
Defined in
type
• type: UserSelect