mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
1.2 KiB
1.2 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| Wrapper | Interface: Wrapper | Wrapper | 0 | null |
An object to be passed into Sern#init() function.
Properties
commands
• Readonly commands: string
Defined in
src/handler/structures/wrapper.ts:9
containerConfig
• Readonly containerConfig: Object
Type declaration
| Name | Type |
|---|---|
get |
(...keys: keyof Dependencies[]) => unknown[] |
Defined in
src/handler/structures/wrapper.ts:11
defaultPrefix
• Optional Readonly defaultPrefix: string
Defined in
src/handler/structures/wrapper.ts:8
events
• Optional Readonly events: string