mirror of
https://github.com/sern-handler/website
synced 2026-06-12 02:42:22 +00:00
1.4 KiB
1.4 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
client
• Readonly client: Client<boolean>
Defined in
src/handler/structures/wrapper.ts:10
commands
• Readonly commands: string
Defined in
src/handler/structures/wrapper.ts:13
defaultPrefix
• Optional Readonly defaultPrefix: string
Defined in
src/handler/structures/wrapper.ts:12
events
• Optional Readonly events: string | { absPath: string ; mod: EventModule }[] | () => { absPath: string ; mod: EventModule }[]
Defined in
src/handler/structures/wrapper.ts:14
sernEmitter
• Optional Readonly sernEmitter: SernEmitter