mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
1.9 KiB
1.9 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| RoleSelectCommand | Interface: RoleSelectCommand | RoleSelectCommand | 0 | null |
Hierarchy
-
↳
RoleSelectCommand
Properties
description
• Optional description: string
Inherited from
Defined in
execute
• execute: (ctx: RoleSelectMenuInteraction<CacheType>) => unknown
Type declaration
▸ (ctx): unknown
Parameters
| Name | Type |
|---|---|
ctx |
RoleSelectMenuInteraction<CacheType> |
Returns
unknown
Overrides
Defined in
name
• Optional name: string
Inherited from
Defined in
onEvent
• onEvent: EventPlugin<RoleSelect>[]
Defined in
plugins
• plugins: CommandPlugin<keyof CommandModuleDefs>[]
Defined in
type
• type: RoleSelect