Interface: ContextMenuMsg
Hierarchy
Module
↳
ContextMenuMsg
Properties
description
• Optional
description: string
Inherited from
Module.description
Defined in
execute
• execute: (ctx
: MessageContextMenuCommandInteraction
<CacheType
>) => unknown
Type declaration
▸ (ctx
): unknown
Parameters
Name | Type |
---|---|
ctx | MessageContextMenuCommandInteraction <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: CtxMsg
Overrides
Module.type