TextCommand
Extends
Module
Properties
alias?
optionalalias:string[]
Source
description?
optionaldescription:string
Inherited from
Module.description
Source
execute()
execute: (
ctx,args) =>unknown
Parameters
• ctx: Context
• args: ["text", string[]]
Returns
unknown
Overrides
Module.execute
Source
name?
optionalname:string
Inherited from
Module.name
Source
onEvent
onEvent:
ControlPlugin<any[]>[]
Inherited from
Module.onEvent
Source
plugins
plugins:
InitPlugin<any[]>[]
Inherited from
Module.plugins
Source
type
type:
Text
Overrides
Module.type