Interface: ApplicationCommand
Hierarchy
ApplicationCommand
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
Name | Type |
---|---|
interaction | CommandInteraction |
Returns
void
| Promise
<void
>
Defined in
packages/disploy/src/commands/Command.ts:10