Interface: ContextMenuUser
Hierarchy
-
Module↳
ContextMenuUser
Properties
description
• Optional description: string
Inherited from
Module.description
Defined in
execute
• execute: (ctx: UserContextMenuCommandInteraction<CacheType>) => unknown
Type declaration
▸ (ctx): unknown
Parameters
| Name | Type |
|---|---|
ctx | UserContextMenuCommandInteraction<CacheType> |
Returns
unknown
Overrides
Module.execute
Defined in
name
• Optional name: string
Inherited from
Module.name
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Inherited from
Module.onEvent
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Inherited from
Module.plugins
Defined in
type
• type: CtxUser
Overrides
Module.type