Interface: BothCommand
Hierarchy
↳
BothCommand
Properties
alias
• Optional
alias: string
[]
Defined in
description
• description: string
Overrides
Defined in
execute
• execute: (ctx
: Context
, args
: Args
) => unknown
Type declaration
▸ (ctx
, args
): unknown
Parameters
Name | Type |
---|---|
ctx | Context |
args | Args |
Returns
unknown
Overrides
Defined in
name
• Optional
name: string
Inherited from
Defined in
onEvent
• onEvent: ControlPlugin
<any
[]>[]
Inherited from
Defined in
options
• Optional
options: (SernSubCommandData
| SernSubCommandGroupData
| BaseOptions
)[]
Defined in
plugins
• plugins: InitPlugin
<any
[]>[]
Inherited from
Defined in
type
• type: Both