fix docs build

This commit is contained in:
Jacob Nguyen
2023-06-30 21:56:51 -05:00
parent 05e470b99b
commit 49a910f90a
48 changed files with 5615 additions and 5072 deletions

View File

@@ -14,7 +14,7 @@ Will be refactored / changed in future
| Name | Type |
| :------ | :------ |
| `Type` | extends [`CommandType`](../enums/CommandType.md) |
| `Type` | extends [`CommandType`](../enums/CommandType.md) = [`CommandType`](../enums/CommandType.md) |
## Constructors
@@ -26,37 +26,17 @@ Will be refactored / changed in future
| Name | Type |
| :------ | :------ |
| `Type` | extends [`CommandType`](../enums/CommandType.md) |
| `Type` | extends [`CommandType`](../enums/CommandType.md) = [`CommandType`](../enums/CommandType.md) |
## Properties
### execute
`Abstract` **execute**: [`CommandModuleDefs`](../modules.md#commandmoduledefs)[`Type`][``"execute"``]
#### Defined in
[src/handler/sern.ts:127](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L127)
___
### onEvent
• **onEvent**: [`ControlPlugin`](../interfaces/ControlPlugin.md)<`any`[]\>[] = `[]`
#### Defined in
[src/handler/sern.ts:126](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L126)
___
### plugins
• **plugins**: [`InitPlugin`](../interfaces/InitPlugin.md)<`any`[]\>[] = `[]`
**plugins**: [`AnyCommandPlugin`](../modules.md#anycommandplugin)[] = `[]`
#### Defined in
[src/handler/sern.ts:125](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L125)
[src/handler/commands.ts:79](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L79)
___
@@ -66,4 +46,48 @@ ___
#### Defined in
[src/handler/sern.ts:124](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L124)
[src/handler/commands.ts:78](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L78)
___
### \_instance
`Static` `Private` **\_instance**: [`CommandModule`](../modules.md#commandmodule)
#### Defined in
[src/handler/commands.ts:80](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L80)
## Methods
### execute
`Abstract` **execute**(`...args`): `unknown`
#### Parameters
| Name | Type |
| :------ | :------ |
| `...args` | `CommandArgs`<`Type`, [`Control`](../enums/PluginType.md#control)\> |
#### Returns
`unknown`
#### Defined in
[src/handler/commands.ts:91](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L91)
___
### getInstance
`Static` **getInstance**(): [`CommandModule`](../modules.md#commandmodule)
#### Returns
[`CommandModule`](../modules.md#commandmodule)
#### Defined in
[src/handler/commands.ts:82](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L82)