Interface: Wrapper
Since
1.0.0 An object to be passed into Sern#init() function.
Properties
commands
• Readonly commands: string
Defined in
src/handler/structures/wrapper.ts:14
containerConfig
• Readonly containerConfig: Object
Type declaration
| Name | Type |
|---|---|
get | (...keys: keyof Dependencies[]) => unknown[] |
Defined in
src/handler/structures/wrapper.ts:16
defaultPrefix
• Optional Readonly defaultPrefix: string
Deprecated
This will be moved to a new field in 3.0.0
Defined in
src/handler/structures/wrapper.ts:13
events
• Optional Readonly events: string