Interface: UserContextMenuCommand
Hierarchy
-
ContextMenuCommand
↳UserContextMenuCommand
Implemented by
Table of contents
Properties
Properties
builder
• builder:ContextMenuCommandBuilder
Inherited from
ContextMenuCommand.builderDefined in
src/interfaces/Command.ts:22execute
• execute: (context
: UserContextMenuCommandInteraction
) => void
| Promise
<void
>
Type declaration
▸ (context
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
context | UserContextMenuCommandInteraction |
Returns
void
| Promise
<void
>