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