Interfaces
Yor.ts | interfaces/MessageContextMenuCommand
yor.ts / Exports / MessageContextMenuCommand
Interface: MessageContextMenuCommand
Hierarchy
-
↳
MessageContextMenuCommand
Implemented by
Table of contents
Properties
Properties
builder
• builder: ContextMenuCommandBuilder
Inherited from
Defined in
execute
• execute: (context
: MessageContextMenuCommandInteraction
) => void
| Promise
<void
>
Type declaration
▸ (context
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
context | MessageContextMenuCommandInteraction |
Returns
void
| Promise
<void
>
Defined in
Was this page helpful?