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