mirror of
https://github.com/sern-handler/website
synced 2026-06-14 03:42:20 +00:00
56 lines
1.2 KiB
Markdown
56 lines
1.2 KiB
Markdown
---
|
|
id: "Wrapper"
|
|
title: "Interface: Wrapper"
|
|
sidebar_label: "Wrapper"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
An object to be passed into Sern#init() function.
|
|
|
|
## Properties
|
|
|
|
### commands
|
|
|
|
• `Readonly` **commands**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/structures/wrapper.ts:9](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L9)
|
|
|
|
___
|
|
|
|
### containerConfig
|
|
|
|
• `Readonly` **containerConfig**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `get` | (...`keys`: keyof [`Dependencies`](Dependencies.md)[]) => `unknown`[] |
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/structures/wrapper.ts:11](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L11)
|
|
|
|
___
|
|
|
|
### defaultPrefix
|
|
|
|
• `Optional` `Readonly` **defaultPrefix**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/structures/wrapper.ts:8](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L8)
|
|
|
|
___
|
|
|
|
### events
|
|
|
|
• `Optional` `Readonly` **events**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[src/handler/structures/wrapper.ts:10](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L10)
|