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