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