mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
2.5 KiB
2.5 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| BothCommand | Interface: BothCommand | BothCommand | 0 | null |
Hierarchy
-
Module↳
BothCommand
Properties
alias
• Optional alias: string[]
Defined in
description
• description: string
Overrides
Module.description
Defined in
execute
• execute: (ctx: Context, args: Args) => unknown
Type declaration
▸ (ctx, args): unknown
Parameters
| Name | Type |
|---|---|
ctx |
Context |
args |
Args |
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
options
• Optional options: SernOptionsData[]
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Inherited from
Module.plugins
Defined in
type
• type: Both
Overrides
Module.type