SlashCommand
Extends
Module
Properties
description
description:
string
Overrides
Module.description
Source
execute()
execute: (
ctx,args) =>unknown
Parameters
• ctx: Context
• args: ["slash", SlashOptions]
Returns
unknown
Overrides
Module.execute
Source
name?
optionalname:string
Inherited from
Module.name
Source
onEvent
onEvent:
ControlPlugin<any[]>[]
Inherited from
Module.onEvent
Source
options?
optionaloptions:SernOptionsData[]
Source
plugins
plugins:
InitPlugin<any[]>[]
Inherited from
Module.plugins
Source
type
type:
Slash
Overrides
Module.type