Interface: UserContextMenuCommand
Hierarchy
↳
UserContextMenuCommand
Properties
name
• name: string
Inherited from
Defined in
packages/disploy/src/commands/Command.ts:8
type
• type: User
Overrides
Defined in
packages/disploy/src/commands/Command.ts:26
Methods
run
▸ run(interaction
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
interaction | UserContextMenuInteraction |
Returns
void
| Promise
<void
>
Overrides
Defined in
packages/disploy/src/commands/Command.ts:27