Files
website/docs/api/interfaces/StringSelectCommand.md
2022-12-28 22:43:41 +03:00

1.9 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
StringSelectCommand Interface: StringSelectCommand StringSelectCommand 0 null

Hierarchy

  • Module

    StringSelectCommand

Properties

description

Optional description: string

Inherited from

Module.description

Defined in

src/types/module.ts:38


execute

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

Type declaration

▸ (ctx): unknown

Parameters
Name Type
ctx StringSelectMenuInteraction<CacheType>
Returns

unknown

Overrides

Module.execute

Defined in

src/types/module.ts:92


name

Optional name: string

Inherited from

Module.name

Defined in

src/types/module.ts:37


onEvent

onEvent: EventPlugin<StringSelect>[]

Defined in

src/types/module.ts:90


plugins

plugins: CommandPlugin<keyof CommandModuleDefs>[]

Defined in

src/types/module.ts:91


type

type: StringSelect

Overrides

Module.type

Defined in

src/types/module.ts:89