Files
website/docs/api/interfaces/MentionableSelectCommand.md
2024-05-07 16:25:00 +02:00

2.1 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

  • Module

    MentionableSelectCommand

Properties

description

Optional description: string

Inherited from

Module.description

Defined in

src/types/core-modules.ts:36


execute

execute: (ctx: MentionableSelectMenuInteraction<CacheType>) => unknown

Type declaration

▸ (ctx): unknown

Parameters
Name Type
ctx MentionableSelectMenuInteraction<CacheType>
Returns

unknown

Overrides

Module.execute

Defined in

src/types/core-modules.ts:85


name

Optional name: string

Inherited from

Module.name

Defined in

src/types/core-modules.ts:33


onEvent

onEvent: ControlPlugin<any[]>[]

Inherited from

Module.onEvent

Defined in

src/types/core-modules.ts:34


plugins

plugins: InitPlugin<any[]>[]

Inherited from

Module.plugins

Defined in

src/types/core-modules.ts:35


type

type: MentionableSelect

Overrides

Module.type

Defined in

src/types/core-modules.ts:84