Files
website/docs/api/interfaces/ChannelSelectCommand.md
2023-07-28 00:15:56 -05:00

1.8 KiB

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

Hierarchy

  • Module

    ChannelSelectCommand

Properties

description

Optional description: string

Inherited from

Module.description

Defined in

src/types/core-modules.ts:35


execute

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

Type declaration

▸ (ctx): unknown

Parameters
Name Type
ctx ChannelSelectMenuInteraction<CacheType>
Returns

unknown

Overrides

Module.execute

Defined in

src/types/core-modules.ts:74


name

Optional name: string

Inherited from

Module.name

Defined in

src/types/core-modules.ts:32


onEvent

onEvent: ControlPlugin<any[]>[]

Inherited from

Module.onEvent

Defined in

src/types/core-modules.ts:33


plugins

plugins: InitPlugin<any[]>[]

Inherited from

Module.plugins

Defined in

src/types/core-modules.ts:34


type

type: ChannelSelect

Overrides

Module.type

Defined in

src/types/core-modules.ts:73