Files
website/docs/api/interfaces/Wrapper.md
2023-01-26 15:47:53 -06:00

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

Defined in

src/handler/structures/wrapper.ts:10