Skip to main content

Interface: UserContextMenuCommand

Hierarchy

Properties

name

name: string

Inherited from

ApplicationCommand.name

Defined in

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


type

type: User

Overrides

ApplicationCommand.type

Defined in

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

Methods

run

run(interaction): void | Promise<void>

Parameters

NameType
interactionUserContextMenuInteraction

Returns

void | Promise<void>

Overrides

ApplicationCommand.run

Defined in

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