mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +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