ContextMenuCommandProps
ContextMenuCommandProps
Props for context menu command run functions.
Property | Type | Value | Description |
---|---|---|---|
client | Client<true> | N/A | The Discord.js client object that CommandKit is handling. |
handler | CommandKit | N/A | The current CommandKit handler instance. |
interaction | ContextMenuCommandInteraction<CacheType> | N/A | The current context menu command interaction object. |