Skip to main content

Interface: MessageContextMenuCommand

Hierarchy

Properties

name

name: string

Inherited from

ApplicationCommand.name

Defined in

packages/disploy/src/commands/Command.ts:8


type

type: Message

Overrides

ApplicationCommand.type

Defined in

packages/disploy/src/commands/Command.ts:21

Methods

run

run(interaction): void | Promise<void>

Parameters

NameType
interactionMessageContextMenuInteraction

Returns

void | Promise<void>

Overrides

ApplicationCommand.run

Defined in

packages/disploy/src/commands/Command.ts:22