mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
2.4 KiB
2.4 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| SlashCommand | Interface: SlashCommand | SlashCommand | 0 | null |
Hierarchy
-
↳
SlashCommand
Properties
description
• description: string
Overrides
Defined in
execute
• execute: (ctx: Context, args: ["slash", SlashOptions]) => unknown
Type declaration
▸ (ctx, args): unknown
Parameters
| Name | Type |
|---|---|
ctx |
Context |
args |
["slash", SlashOptions] |
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: Slash