Skip to main content

Interface: ChannelSelectCommand

Hierarchy

  • Module

    ChannelSelectCommand

Properties

description

Optional description: string

Inherited from

Module.description

Defined in

src/types/module.ts:38


execute

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

Type declaration

▸ (ctx): unknown

Parameters
NameType
ctxChannelSelectMenuInteraction<CacheType>
Returns

unknown

Overrides

Module.execute

Defined in

src/types/module.ts:99


name

Optional name: string

Inherited from

Module.name

Defined in

src/types/module.ts:37


onEvent

onEvent: EventPlugin<ChannelSelect>[]

Defined in

src/types/module.ts:97


plugins

plugins: CommandPlugin<keyof CommandModuleDefs>[]

Defined in

src/types/module.ts:98


type

type: ChannelSelect

Overrides

Module.type

Defined in

src/types/module.ts:96