Skip to main content

Interface: ApplicationCommand

Hierarchy

Properties

name

name: string

Defined in

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


type

Optional type: ApplicationCommandType

Defined in

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

Methods

run

run(interaction): void | Promise<void>

Parameters

NameType
interactionCommandInteraction

Returns

void | Promise<void>

Defined in

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