docs: finish blog

This commit is contained in:
Jacob Nguyen
2023-01-26 15:47:53 -06:00
parent 437b8759cb
commit cefbc62823
50 changed files with 357 additions and 292 deletions

76
.idea/workspace.xml generated
View File

@@ -4,8 +4,56 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="53dd69d3-e01a-4656-b414-c727f5aa549a" name="Changes" comment="feat: update documentation and clarify documentation"> <list default="true" id="53dd69d3-e01a-4656-b414-c727f5aa549a" name="Changes" comment="docs: add new plugins docs">
<change beforePath="$PROJECT_DIR$/blog/2023-01-12-mdx-blog-post.md" beforeDir="false" afterPath="$PROJECT_DIR$/blog/2023-01-12-mdx-blog-post.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/CommandExecutable.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/CommandExecutable.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/Context.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/Context.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/DefaultErrorHandling.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/DefaultErrorHandling.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/DefaultLogging.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/DefaultLogging.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/DefaultModuleManager.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/DefaultModuleManager.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/EventExecutable.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/EventExecutable.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/ModuleStore.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/ModuleStore.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/classes/SernEmitter.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/classes/SernEmitter.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/enums/CommandType.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/enums/CommandType.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/enums/EventType.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/enums/EventType.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/enums/PayloadType.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/enums/PayloadType.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/enums/PluginType.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/enums/PluginType.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/enums/SernError.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/enums/SernError.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/AutocompleteCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/AutocompleteCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/BothCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/BothCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ButtonCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ButtonCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ChannelSelectCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ChannelSelectCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/CommandPlugin.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/CommandPlugin.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ContextMenuMsg.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ContextMenuMsg.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ContextMenuUser.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ContextMenuUser.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ControlPlugin.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ControlPlugin.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/Controller.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/Controller.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/Dependencies.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/Dependencies.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/DependencyConfiguration.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/DependencyConfiguration.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/DiscordEventCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/DiscordEventCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ErrorHandling.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ErrorHandling.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/EventPlugin.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/EventPlugin.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ExternalEventCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ExternalEventCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/InitArgs.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/InitArgs.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/InitPlugin.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/InitPlugin.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/Logging.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/Logging.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/MentionableSelectCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/MentionableSelectCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ModalSubmitCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ModalSubmitCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/Module.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/Module.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/ModuleManager.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/ModuleManager.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/Plugin.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/Plugin.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/RoleSelectCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/RoleSelectCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/SernAutocompleteData.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/SernAutocompleteData.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/SernEventCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/SernEventCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/SernSubCommandData.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/SernSubCommandData.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/SernSubCommandGroupData.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/SernSubCommandGroupData.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/SlashCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/SlashCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/StringSelectCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/StringSelectCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/TextCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/TextCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/UserSelectCommand.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/UserSelectCommand.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/interfaces/Wrapper.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/interfaces/Wrapper.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/modules.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/modules.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/api/namespaces/Sern.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/api/namespaces/Sern.md" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -132,7 +180,8 @@
<workItem from="1671030002725" duration="5842000" /> <workItem from="1671030002725" duration="5842000" />
<workItem from="1671047161316" duration="3576000" /> <workItem from="1671047161316" duration="3576000" />
<workItem from="1671119393024" duration="3889000" /> <workItem from="1671119393024" duration="3889000" />
<workItem from="1673974979200" duration="1426000" /> <workItem from="1673974979200" duration="2385000" />
<workItem from="1674757791435" duration="925000" />
</task> </task>
<task id="LOCAL-00001" summary="feat: remove old index.html in static/"> <task id="LOCAL-00001" summary="feat: remove old index.html in static/">
<created>1660418841831</created> <created>1660418841831</created>
@@ -309,7 +358,21 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1673976226325</updated> <updated>1673976226325</updated>
</task> </task>
<option name="localTasksCounter" value="26" /> <task id="LOCAL-00026" summary="fix: links">
<created>1673976805332</created>
<option name="number" value="00026" />
<option name="presentableId" value="LOCAL-00026" />
<option name="project" value="LOCAL" />
<updated>1673976805332</updated>
</task>
<task id="LOCAL-00027" summary="docs: add new plugins docs">
<created>1673976828238</created>
<option name="number" value="00027" />
<option name="presentableId" value="LOCAL-00027" />
<option name="project" value="LOCAL" />
<updated>1673976828238</updated>
</task>
<option name="localTasksCounter" value="28" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@@ -338,7 +401,6 @@
<MESSAGE value="feat: adding width attr" /> <MESSAGE value="feat: adding width attr" />
<MESSAGE value="feat: adding blogs" /> <MESSAGE value="feat: adding blogs" />
<MESSAGE value="feat: blogwork" /> <MESSAGE value="feat: blogwork" />
<MESSAGE value="fix: links" />
<MESSAGE value="fix: try fiux" /> <MESSAGE value="fix: try fiux" />
<MESSAGE value="feat: change date of blog" /> <MESSAGE value="feat: change date of blog" />
<MESSAGE value="feat: starting writing 2.0 release blog" /> <MESSAGE value="feat: starting writing 2.0 release blog" />
@@ -351,6 +413,8 @@
<MESSAGE value="feat: add image" /> <MESSAGE value="feat: add image" />
<MESSAGE value="feat: update docs and some blog progress" /> <MESSAGE value="feat: update docs and some blog progress" />
<MESSAGE value="feat: update documentation and clarify documentation" /> <MESSAGE value="feat: update documentation and clarify documentation" />
<option name="LAST_COMMIT_MESSAGE" value="feat: update documentation and clarify documentation" /> <MESSAGE value="fix: links" />
<MESSAGE value="docs: add new plugins docs" />
<option name="LAST_COMMIT_MESSAGE" value="docs: add new plugins docs" />
</component> </component>
</project> </project>

View File

@@ -27,4 +27,5 @@ What does this mean?
- [CommandInitPlugin](../docs/api/modules#commandinitplugin) - [CommandInitPlugin](../docs/api/modules#commandinitplugin)
- [EventControlPlugin](../docs/api/modules#eventcontrolplugin) - [EventControlPlugin](../docs/api/modules#eventcontrolplugin)
- [EventInitPlugin](../docs/api/modules#eventinitplugin) - [EventInitPlugin](../docs/api/modules#eventinitplugin)
- [DiscordEventControlPlugin](../docs/api/modules#discordeventcontrolplugin) - [DiscordEventControlPlugin](../docs/api/modules#discordeventcontrolplugin)
Thiscall probably be the last breaking change in a while. Thanks for using sern!

View File

@@ -36,7 +36,7 @@ Will be refactored / changed in future
#### Defined in #### Defined in
[src/handler/sern.ts:121](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L121) [src/handler/sern.ts:121](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L121)
___ ___
@@ -46,7 +46,7 @@ ___
#### Defined in #### Defined in
[src/handler/sern.ts:120](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L120) [src/handler/sern.ts:120](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L120)
___ ___
@@ -56,7 +56,7 @@ ___
#### Defined in #### Defined in
[src/handler/sern.ts:119](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L119) [src/handler/sern.ts:119](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L119)
___ ___
@@ -66,4 +66,4 @@ ___
#### Defined in #### Defined in
[src/handler/sern.ts:118](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L118) [src/handler/sern.ts:118](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L118)

View File

@@ -23,7 +23,7 @@ Message and ChatInputCommandInteraction
#### Defined in #### Defined in
[src/handler/structures/context.ts:22](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L22) [src/handler/structures/context.ts:22](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L22)
## Accessors ## Accessors
@@ -37,7 +37,7 @@ Message and ChatInputCommandInteraction
#### Defined in #### Defined in
[src/handler/structures/context.ts:45](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L45) [src/handler/structures/context.ts:45](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L45)
___ ___
@@ -51,7 +51,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:75](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L75) [src/handler/structures/context.ts:75](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L75)
___ ___
@@ -65,7 +65,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:56](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L56) [src/handler/structures/context.ts:56](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L56)
___ ___
@@ -79,7 +79,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:60](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L60) [src/handler/structures/context.ts:60](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L60)
___ ___
@@ -93,7 +93,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:64](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L64) [src/handler/structures/context.ts:64](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L64)
___ ___
@@ -107,7 +107,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:41](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L41) [src/handler/structures/context.ts:41](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L41)
___ ___
@@ -121,7 +121,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:79](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L79) [src/handler/structures/context.ts:79](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L79)
___ ___
@@ -139,7 +139,7 @@ Message
#### Defined in #### Defined in
[src/handler/structures/context.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L37) [src/handler/structures/context.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L37)
___ ___
@@ -153,7 +153,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:71](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L71) [src/handler/structures/context.ts:71](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L71)
___ ___
@@ -171,7 +171,7 @@ ChatInputCommandInteraction
#### Defined in #### Defined in
[src/handler/structures/context.ts:29](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L29) [src/handler/structures/context.ts:29](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L29)
___ ___
@@ -188,7 +188,7 @@ else, interaction.user
#### Defined in #### Defined in
[src/handler/structures/context.ts:52](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L52) [src/handler/structures/context.ts:52](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L52)
## Methods ## Methods
@@ -202,7 +202,7 @@ else, interaction.user
#### Defined in #### Defined in
[src/handler/structures/context.ts:82](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L82) [src/handler/structures/context.ts:82](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L82)
___ ___
@@ -216,7 +216,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:86](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L86) [src/handler/structures/context.ts:86](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L86)
___ ___
@@ -236,7 +236,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:97](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L97) [src/handler/structures/context.ts:97](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L97)
___ ___
@@ -256,4 +256,4 @@ ___
#### Defined in #### Defined in
[src/handler/structures/context.ts:90](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/context.ts#L90) [src/handler/structures/context.ts:90](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/context.ts#L90)

View File

@@ -30,7 +30,7 @@ Number of times the process should throw an error until crashing and exiting
#### Defined in #### Defined in
[src/handler/contracts/errorHandling.ts:24](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/errorHandling.ts#L24) [src/handler/contracts/errorHandling.ts:24](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/errorHandling.ts#L24)
## Methods ## Methods
@@ -56,7 +56,7 @@ Utility function to crash
#### Defined in #### Defined in
[src/handler/contracts/errorHandling.ts:25](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/errorHandling.ts#L25) [src/handler/contracts/errorHandling.ts:25](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/errorHandling.ts#L25)
___ ___
@@ -82,4 +82,4 @@ A function that is called on every crash. Updates keepAlive
#### Defined in #### Defined in
[src/handler/contracts/errorHandling.ts:28](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/errorHandling.ts#L28) [src/handler/contracts/errorHandling.ts:28](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/errorHandling.ts#L28)

View File

@@ -28,7 +28,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:11](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L11) [src/handler/contracts/logging.ts:11](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L11)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:12](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L12) [src/handler/contracts/logging.ts:12](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L12)
___ ___
@@ -76,7 +76,7 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:16](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L16) [src/handler/contracts/logging.ts:16](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L16)
___ ___
@@ -100,7 +100,7 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:20](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L20) [src/handler/contracts/logging.ts:20](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L20)
___ ___
@@ -124,4 +124,4 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:24](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L24) [src/handler/contracts/logging.ts:24](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L24)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/handler/contracts/moduleManager.ts:13](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/moduleManager.ts#L13) [src/handler/contracts/moduleManager.ts:13](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/moduleManager.ts#L13)
## Methods ## Methods
@@ -54,7 +54,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/handler/contracts/moduleManager.ts:14](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/moduleManager.ts#L14) [src/handler/contracts/moduleManager.ts:14](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/moduleManager.ts#L14)
___ ___
@@ -78,4 +78,4 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/moduleManager.ts:20](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/moduleManager.ts#L20) [src/handler/contracts/moduleManager.ts:20](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/moduleManager.ts#L20)

View File

@@ -36,7 +36,7 @@ Will be refactored in future
#### Defined in #### Defined in
[src/handler/sern.ts:130](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L130) [src/handler/sern.ts:130](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L130)
___ ___
@@ -46,7 +46,7 @@ ___
#### Defined in #### Defined in
[src/handler/sern.ts:129](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L129) [src/handler/sern.ts:129](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L129)
___ ___
@@ -56,7 +56,7 @@ ___
#### Defined in #### Defined in
[src/handler/sern.ts:128](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L128) [src/handler/sern.ts:128](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L128)
___ ___
@@ -66,4 +66,4 @@ ___
#### Defined in #### Defined in
[src/handler/sern.ts:127](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L127) [src/handler/sern.ts:127](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L127)

View File

@@ -31,7 +31,7 @@ This dependency is usually injected into ModuleManager
#### Defined in #### Defined in
[src/handler/structures/moduleStore.ts:11](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/moduleStore.ts#L11) [src/handler/structures/moduleStore.ts:11](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/moduleStore.ts#L11)
___ ___
@@ -41,7 +41,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/moduleStore.ts:10](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/moduleStore.ts#L10) [src/handler/structures/moduleStore.ts:10](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/moduleStore.ts#L10)
___ ___
@@ -62,7 +62,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/moduleStore.ts:18](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/moduleStore.ts#L18) [src/handler/structures/moduleStore.ts:18](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/moduleStore.ts#L18)
___ ___
@@ -72,7 +72,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/moduleStore.ts:16](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/moduleStore.ts#L16) [src/handler/structures/moduleStore.ts:16](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/moduleStore.ts#L16)
___ ___
@@ -82,4 +82,4 @@ ___
#### Defined in #### Defined in
[src/handler/structures/moduleStore.ts:17](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/moduleStore.ts#L17) [src/handler/structures/moduleStore.ts:17](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/moduleStore.ts#L17)

View File

@@ -160,7 +160,7 @@ EventEmitter.emit
#### Defined in #### Defined in
[src/handler/sernEmitter.ts:34](https://github.com/sern-handler/handler/blob/b641472/src/handler/sernEmitter.ts#L34) [src/handler/sernEmitter.ts:34](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sernEmitter.ts#L34)
___ ___
@@ -355,7 +355,7 @@ EventEmitter.on
#### Defined in #### Defined in
[src/handler/sernEmitter.ts:12](https://github.com/sern-handler/handler/blob/b641472/src/handler/sernEmitter.ts#L12) [src/handler/sernEmitter.ts:12](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sernEmitter.ts#L12)
___ ___
@@ -388,7 +388,7 @@ EventEmitter.once
#### Defined in #### Defined in
[src/handler/sernEmitter.ts:23](https://github.com/sern-handler/handler/blob/b641472/src/handler/sernEmitter.ts#L23) [src/handler/sernEmitter.ts:23](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sernEmitter.ts#L23)
___ ___
@@ -725,7 +725,7 @@ Creates a compliant SernEmitter failure payload
#### Defined in #### Defined in
[src/handler/sernEmitter.ts:53](https://github.com/sern-handler/handler/blob/b641472/src/handler/sernEmitter.ts#L53) [src/handler/sernEmitter.ts:53](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sernEmitter.ts#L53)
___ ___
@@ -1125,7 +1125,7 @@ ___
#### Defined in #### Defined in
[src/handler/sernEmitter.ts:40](https://github.com/sern-handler/handler/blob/b641472/src/handler/sernEmitter.ts#L40) [src/handler/sernEmitter.ts:40](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sernEmitter.ts#L40)
___ ___
@@ -1188,7 +1188,7 @@ Creates a compliant SernEmitter module success payload
#### Defined in #### Defined in
[src/handler/sernEmitter.ts:66](https://github.com/sern-handler/handler/blob/b641472/src/handler/sernEmitter.ts#L66) [src/handler/sernEmitter.ts:66](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sernEmitter.ts#L66)
___ ___
@@ -1210,4 +1210,4 @@ Creates a compliant SernEmitter module warning payload
#### Defined in #### Defined in
[src/handler/sernEmitter.ts:76](https://github.com/sern-handler/handler/blob/b641472/src/handler/sernEmitter.ts#L76) [src/handler/sernEmitter.ts:76](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sernEmitter.ts#L76)

View File

@@ -31,7 +31,7 @@ The CommandType for hybrid commands, text and slash
#### Defined in #### Defined in
[src/handler/structures/enums.ts:28](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L28) [src/handler/structures/enums.ts:28](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L28)
___ ___
@@ -43,7 +43,7 @@ The CommandType for ButtonInteraction commands
#### Defined in #### Defined in
[src/handler/structures/enums.ts:40](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L40) [src/handler/structures/enums.ts:40](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L40)
___ ___
@@ -55,7 +55,7 @@ The CommandType for the other SelectMenuInteractions
#### Defined in #### Defined in
[src/handler/structures/enums.ts:52](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L52) [src/handler/structures/enums.ts:52](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L52)
___ ___
@@ -67,7 +67,7 @@ The CommandType for MessageContextMenuInteraction commands
#### Defined in #### Defined in
[src/handler/structures/enums.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L36) [src/handler/structures/enums.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L36)
___ ___
@@ -79,7 +79,7 @@ The CommandType for UserContextMenuInteraction commands
#### Defined in #### Defined in
[src/handler/structures/enums.ts:32](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L32) [src/handler/structures/enums.ts:32](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L32)
___ ___
@@ -89,7 +89,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/enums.ts:53](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L53) [src/handler/structures/enums.ts:53](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L53)
___ ___
@@ -101,7 +101,7 @@ The CommandType for ModalSubmitInteraction commands
#### Defined in #### Defined in
[src/handler/structures/enums.ts:48](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L48) [src/handler/structures/enums.ts:48](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L48)
___ ___
@@ -111,7 +111,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/enums.ts:54](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L54) [src/handler/structures/enums.ts:54](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L54)
___ ___
@@ -123,7 +123,7 @@ The CommandType for slash commands
#### Defined in #### Defined in
[src/handler/structures/enums.ts:24](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L24) [src/handler/structures/enums.ts:24](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L24)
___ ___
@@ -135,7 +135,7 @@ The CommandType for StringSelectMenuInteraction commands
#### Defined in #### Defined in
[src/handler/structures/enums.ts:44](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L44) [src/handler/structures/enums.ts:44](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L44)
___ ___
@@ -147,7 +147,7 @@ The CommandType for text commands
#### Defined in #### Defined in
[src/handler/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L20) [src/handler/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L20)
___ ___
@@ -157,4 +157,4 @@ ___
#### Defined in #### Defined in
[src/handler/structures/enums.ts:55](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L55) [src/handler/structures/enums.ts:55](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L55)

View File

@@ -31,7 +31,7 @@ The EventType for handling discord events
#### Defined in #### Defined in
[src/handler/structures/enums.ts:77](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L77) [src/handler/structures/enums.ts:77](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L77)
___ ___
@@ -44,7 +44,7 @@ Could be for example, `process` events, database events
#### Defined in #### Defined in
[src/handler/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L86) [src/handler/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L86)
___ ___
@@ -56,4 +56,4 @@ The EventType for handling sern events
#### Defined in #### Defined in
[src/handler/structures/enums.ts:81](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L81) [src/handler/structures/enums.ts:81](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L81)

View File

@@ -16,7 +16,7 @@ The PayloadType for a SernEmitter failure event
#### Defined in #### Defined in
[src/handler/structures/enums.ts:134](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L134) [src/handler/structures/enums.ts:134](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L134)
___ ___
@@ -28,7 +28,7 @@ The PayloadType for a SernEmitter success event
#### Defined in #### Defined in
[src/handler/structures/enums.ts:130](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L130) [src/handler/structures/enums.ts:130](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L130)
___ ___
@@ -40,4 +40,4 @@ The PayloadType for a SernEmitter warning event
#### Defined in #### Defined in
[src/handler/structures/enums.ts:138](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L138) [src/handler/structures/enums.ts:138](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L138)

View File

@@ -32,7 +32,7 @@ Use PluginType.Init instead
#### Defined in #### Defined in
[src/handler/structures/enums.ts:112](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L112) [src/handler/structures/enums.ts:112](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L112)
___ ___
@@ -44,7 +44,7 @@ The PluginType for EventPlugins
#### Defined in #### Defined in
[src/handler/structures/enums.ts:121](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L121) [src/handler/structures/enums.ts:121](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L121)
___ ___
@@ -58,7 +58,7 @@ Use PluginType.Control instead
#### Defined in #### Defined in
[src/handler/structures/enums.ts:117](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L117) [src/handler/structures/enums.ts:117](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L117)
___ ___
@@ -70,4 +70,4 @@ The PluginType for InitPlugins
#### Defined in #### Defined in
[src/handler/structures/enums.ts:107](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/enums.ts#L107) [src/handler/structures/enums.ts:107](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/enums.ts#L107)

View File

@@ -17,7 +17,7 @@ This means it is undefined or an invalid command type was provided
#### Defined in #### Defined in
[src/handler/structures/errors.ts:9](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L9) [src/handler/structures/errors.ts:9](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L9)
___ ___
@@ -29,7 +29,7 @@ A crash that occurs when accessing an invalid property of Context
#### Defined in #### Defined in
[src/handler/structures/errors.ts:29](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L29) [src/handler/structures/errors.ts:29](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L29)
___ ___
@@ -41,7 +41,7 @@ Attempted to lookup module in command module store. Nothing was found!
#### Defined in #### Defined in
[src/handler/structures/errors.ts:17](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L17) [src/handler/structures/errors.ts:17](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L17)
___ ___
@@ -53,7 +53,7 @@ Required Dependency not found
#### Defined in #### Defined in
[src/handler/structures/errors.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L37) [src/handler/structures/errors.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L37)
___ ___
@@ -65,7 +65,7 @@ Unsupported interaction at this moment.
#### Defined in #### Defined in
[src/handler/structures/errors.ts:21](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L21) [src/handler/structures/errors.ts:21](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L21)
___ ___
@@ -77,7 +77,7 @@ Unsupported feature attempted to access at this time
#### Defined in #### Defined in
[src/handler/structures/errors.ts:33](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L33) [src/handler/structures/errors.ts:33](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L33)
___ ___
@@ -89,7 +89,7 @@ One plugin called `controller.stop()` (end command execution / loading)
#### Defined in #### Defined in
[src/handler/structures/errors.ts:25](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L25) [src/handler/structures/errors.ts:25](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L25)
___ ___
@@ -101,4 +101,4 @@ Attempted to lookup module in command module store. Nothing was found!
#### Defined in #### Defined in
[src/handler/structures/errors.ts:13](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/errors.ts#L13) [src/handler/structures/errors.ts:13](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/errors.ts#L13)

View File

@@ -38,7 +38,7 @@ Omit.execute
#### Defined in #### Defined in
[src/types/module.ts:111](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L111) [src/types/module.ts:111](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L111)
___ ___
@@ -52,4 +52,4 @@ Omit.onEvent
#### Defined in #### Defined in
[src/types/module.ts:110](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L110) [src/types/module.ts:110](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L110)

View File

@@ -20,7 +20,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:57](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L57) [src/types/module.ts:57](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L57)
___ ___
@@ -34,7 +34,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:58](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L58) [src/types/module.ts:58](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L58)
___ ___
@@ -63,7 +63,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:60](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L60) [src/types/module.ts:60](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L60)
___ ___
@@ -77,7 +77,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -91,7 +91,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -101,7 +101,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:59](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L59) [src/types/module.ts:59](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L59)
___ ___
@@ -115,7 +115,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -129,4 +129,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:56](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L56) [src/types/module.ts:56](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L56)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:75](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L75) [src/types/module.ts:75](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L75)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:74](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L74) [src/types/module.ts:74](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L74)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:85](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L85) [src/types/module.ts:85](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L85)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:84](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L84) [src/types/module.ts:84](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L84)

View File

@@ -24,7 +24,7 @@ Use the newer helper functions and import { controller } from '@sern/handler'
#### Defined in #### Defined in
[src/types/plugin.ts:51](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L51) [src/types/plugin.ts:51](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L51)
___ ___
@@ -49,7 +49,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:53](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L53) [src/types/plugin.ts:53](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L53)
___ ___
@@ -59,7 +59,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:50](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L50) [src/types/plugin.ts:50](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L50)
___ ___
@@ -69,4 +69,4 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:52](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L52) [src/types/plugin.ts:52](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L52)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:70](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L70) [src/types/module.ts:70](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L70)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:69](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L69) [src/types/module.ts:69](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L69)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:65](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L65) [src/types/module.ts:65](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L65)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:64](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L64) [src/types/module.ts:64](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L64)

View File

@@ -34,7 +34,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/plugin.ts:39](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L39) [src/types/plugin.ts:39](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L39)
___ ___
@@ -44,4 +44,4 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L38) [src/types/plugin.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L38)

View File

@@ -22,7 +22,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/plugin.ts:25](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L25) [src/types/plugin.ts:25](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L25)
___ ___
@@ -40,4 +40,4 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:26](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L26) [src/types/plugin.ts:26](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L26)

View File

@@ -14,7 +14,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/handler.ts:40](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L40) [src/types/handler.ts:40](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L40)
___ ___
@@ -24,7 +24,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:42](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L42) [src/types/handler.ts:42](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L42)
___ ___
@@ -34,7 +34,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:45](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L45) [src/types/handler.ts:45](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L45)
___ ___
@@ -44,7 +44,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:41](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L41) [src/types/handler.ts:41](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L41)
___ ___
@@ -54,7 +54,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:44](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L44) [src/types/handler.ts:44](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L44)
___ ___
@@ -64,4 +64,4 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:43](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L43) [src/types/handler.ts:43](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L43)

View File

@@ -34,7 +34,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/handler.ts:68](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L68) [src/types/handler.ts:68](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L68)
___ ___
@@ -44,4 +44,4 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:67](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L67) [src/types/handler.ts:67](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L67)

View File

@@ -30,7 +30,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -44,7 +44,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:123](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L123) [src/types/module.ts:123](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L123)
___ ___
@@ -58,7 +58,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -72,7 +72,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -86,7 +86,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:124](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L124) [src/types/module.ts:124](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L124)
## Methods ## Methods
@@ -110,4 +110,4 @@ Module.execute
#### Defined in #### Defined in
[src/types/module.ts:125](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L125) [src/types/module.ts:125](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L125)

View File

@@ -20,7 +20,7 @@ Number of times the process should throw an error until crashing and exiting
#### Defined in #### Defined in
[src/handler/contracts/errorHandling.ts:8](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/errorHandling.ts#L8) [src/handler/contracts/errorHandling.ts:8](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/errorHandling.ts#L8)
## Methods ## Methods
@@ -42,7 +42,7 @@ Utility function to crash
#### Defined in #### Defined in
[src/handler/contracts/errorHandling.ts:14](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/errorHandling.ts#L14) [src/handler/contracts/errorHandling.ts:14](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/errorHandling.ts#L14)
___ ___
@@ -64,4 +64,4 @@ A function that is called on every crash. Updates keepAlive
#### Defined in #### Defined in
[src/handler/contracts/errorHandling.ts:20](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/errorHandling.ts#L20) [src/handler/contracts/errorHandling.ts:20](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/errorHandling.ts#L20)

View File

@@ -24,7 +24,7 @@ Use the newer helper functions
#### Defined in #### Defined in
[src/types/plugin.ts:61](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L61) [src/types/plugin.ts:61](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L61)
___ ___
@@ -49,7 +49,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:63](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L63) [src/types/plugin.ts:63](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L63)
___ ___
@@ -59,7 +59,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:60](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L60) [src/types/plugin.ts:60](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L60)
___ ___
@@ -69,4 +69,4 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:62](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L62) [src/types/plugin.ts:62](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L62)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -34,7 +34,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:130](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L130) [src/types/module.ts:130](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L130)
___ ___
@@ -48,7 +48,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:129](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L129) [src/types/module.ts:129](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L129)
___ ___
@@ -62,7 +62,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -76,7 +76,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -90,7 +90,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:131](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L131) [src/types/module.ts:131](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L131)
## Methods ## Methods
@@ -114,4 +114,4 @@ Module.execute
#### Defined in #### Defined in
[src/types/module.ts:132](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L132) [src/types/module.ts:132](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L132)

View File

@@ -20,7 +20,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/handler/plugins/args.ts:106](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/args.ts#L106) [src/handler/plugins/args.ts:106](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/args.ts#L106)
___ ___
@@ -30,4 +30,4 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/args.ts:105](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/args.ts#L105) [src/handler/plugins/args.ts:105](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/args.ts#L105)

View File

@@ -34,7 +34,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/plugin.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L35) [src/types/plugin.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L35)
___ ___
@@ -44,4 +44,4 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:34](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L34) [src/types/plugin.ts:34](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L34)

View File

@@ -34,7 +34,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:7](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L7) [src/handler/contracts/logging.ts:7](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L7)
___ ___
@@ -54,7 +54,7 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:4](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L4) [src/handler/contracts/logging.ts:4](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L4)
___ ___
@@ -74,7 +74,7 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:6](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L6) [src/handler/contracts/logging.ts:6](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L6)
___ ___
@@ -94,4 +94,4 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/logging.ts:5](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/logging.ts#L5) [src/handler/contracts/logging.ts:5](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/logging.ts#L5)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:95](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L95) [src/types/module.ts:95](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L95)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:94](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L94) [src/types/module.ts:94](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L94)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:105](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L105) [src/types/module.ts:105](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L105)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:104](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L104) [src/types/module.ts:104](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L104)

View File

@@ -48,7 +48,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -72,7 +72,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:39](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L39) [src/types/module.ts:39](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L39)
___ ___
@@ -82,7 +82,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -92,7 +92,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -102,7 +102,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -112,4 +112,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:34](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L34) [src/types/module.ts:34](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L34)

View File

@@ -34,7 +34,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/handler/contracts/moduleManager.ts:6](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/moduleManager.ts#L6) [src/handler/contracts/moduleManager.ts:6](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/moduleManager.ts#L6)
___ ___
@@ -54,4 +54,4 @@ ___
#### Defined in #### Defined in
[src/handler/contracts/moduleManager.ts:9](https://github.com/sern-handler/handler/blob/b641472/src/handler/contracts/moduleManager.ts#L9) [src/handler/contracts/moduleManager.ts:9](https://github.com/sern-handler/handler/blob/33f1446/src/handler/contracts/moduleManager.ts#L9)

View File

@@ -34,7 +34,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/plugin.ts:30](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L30) [src/types/plugin.ts:30](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L30)
___ ___
@@ -44,4 +44,4 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:29](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L29) [src/types/plugin.ts:29](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L29)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:90](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L90) [src/types/module.ts:90](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L90)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:89](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L89) [src/types/module.ts:89](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L89)

View File

@@ -20,7 +20,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:177](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L177) [src/types/module.ts:177](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L177)
___ ___
@@ -30,7 +30,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:182](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L182) [src/types/module.ts:182](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L182)
___ ___
@@ -110,4 +110,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:178](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L178) [src/types/module.ts:178](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L178)

View File

@@ -30,7 +30,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -44,7 +44,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:116](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L116) [src/types/module.ts:116](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L116)
___ ___
@@ -58,7 +58,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -72,7 +72,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -86,7 +86,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:117](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L117) [src/types/module.ts:117](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L117)
## Methods ## Methods
@@ -110,4 +110,4 @@ Module.execute
#### Defined in #### Defined in
[src/types/module.ts:118](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L118) [src/types/module.ts:118](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L118)

View File

@@ -90,7 +90,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:214](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L214) [src/types/module.ts:214](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L214)
___ ___
@@ -104,7 +104,7 @@ BaseApplicationCommandOptionsData.required
#### Defined in #### Defined in
[src/types/module.ts:213](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L213) [src/types/module.ts:213](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L213)
___ ___
@@ -114,4 +114,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:212](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L212) [src/types/module.ts:212](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L212)

View File

@@ -90,7 +90,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:220](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L220) [src/types/module.ts:220](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L220)
___ ___
@@ -104,7 +104,7 @@ BaseApplicationCommandOptionsData.required
#### Defined in #### Defined in
[src/types/module.ts:219](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L219) [src/types/module.ts:219](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L219)
___ ___
@@ -114,4 +114,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:218](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L218) [src/types/module.ts:218](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L218)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:50](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L50) [src/types/module.ts:50](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L50)
___ ___
@@ -53,7 +53,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:52](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L52) [src/types/module.ts:52](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L52)
___ ___
@@ -67,7 +67,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -81,7 +81,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -91,7 +91,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:51](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L51) [src/types/module.ts:51](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L51)
___ ___
@@ -105,7 +105,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -119,4 +119,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:49](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L49) [src/types/module.ts:49](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L49)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:80](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L80) [src/types/module.ts:80](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L80)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:79](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L79) [src/types/module.ts:79](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L79)

View File

@@ -20,7 +20,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:44](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L44) [src/types/module.ts:44](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L44)
___ ___
@@ -34,7 +34,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -63,7 +63,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:45](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L45) [src/types/module.ts:45](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L45)
___ ___
@@ -77,7 +77,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -91,7 +91,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -105,7 +105,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -119,4 +119,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:43](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L43) [src/types/module.ts:43](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L43)

View File

@@ -24,7 +24,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/module.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L38) [src/types/module.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L38)
___ ___
@@ -52,7 +52,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:100](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L100) [src/types/module.ts:100](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L100)
___ ___
@@ -66,7 +66,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L35) [src/types/module.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L35)
___ ___
@@ -80,7 +80,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L36) [src/types/module.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L36)
___ ___
@@ -94,7 +94,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L37) [src/types/module.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L37)
___ ___
@@ -108,4 +108,4 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:99](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L99) [src/types/module.ts:99](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L99)

View File

@@ -16,7 +16,7 @@ An object to be passed into Sern#init() function.
#### Defined in #### Defined in
[src/handler/structures/wrapper.ts:9](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/wrapper.ts#L9) [src/handler/structures/wrapper.ts:9](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L9)
___ ___
@@ -32,7 +32,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/wrapper.ts:11](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/wrapper.ts#L11) [src/handler/structures/wrapper.ts:11](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L11)
___ ___
@@ -42,7 +42,7 @@ ___
#### Defined in #### Defined in
[src/handler/structures/wrapper.ts:8](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/wrapper.ts#L8) [src/handler/structures/wrapper.ts:8](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L8)
___ ___
@@ -52,4 +52,4 @@ ___
#### Defined in #### Defined in
[src/handler/structures/wrapper.ts:10](https://github.com/sern-handler/handler/blob/b641472/src/handler/structures/wrapper.ts#L10) [src/handler/structures/wrapper.ts:10](https://github.com/sern-handler/handler/blob/33f1446/src/handler/structures/wrapper.ts#L10)

View File

@@ -73,7 +73,7 @@ custom_edit_url: null
#### Defined in #### Defined in
[src/types/plugin.ts:42](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L42) [src/types/plugin.ts:42](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L42)
___ ___
@@ -86,7 +86,7 @@ are provided to Module. This type represents that transformation
#### Defined in #### Defined in
[src/types/handler.ts:24](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L24) [src/types/handler.ts:24](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L24)
___ ___
@@ -96,7 +96,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:43](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L43) [src/types/plugin.ts:43](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L43)
___ ___
@@ -106,7 +106,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:150](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L150) [src/types/module.ts:150](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L150)
___ ___
@@ -116,7 +116,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:16](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L16) [src/types/handler.ts:16](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L16)
___ ___
@@ -126,7 +126,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:68](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L68) [src/types/plugin.ts:68](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L68)
___ ___
@@ -138,7 +138,7 @@ Type that replaces autocomplete with [SernAutocompleteData](interfaces/SernAutoc
#### Defined in #### Defined in
[src/types/module.ts:203](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L203) [src/types/module.ts:203](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L203)
___ ___
@@ -155,7 +155,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/args.ts:109](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/args.ts#L109) [src/handler/plugins/args.ts:109](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/args.ts#L109)
___ ___
@@ -165,7 +165,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:136](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L136) [src/types/module.ts:136](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L136)
___ ___
@@ -192,7 +192,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:154](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L154) [src/types/module.ts:154](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L154)
___ ___
@@ -202,7 +202,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:185](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L185) [src/types/module.ts:185](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L185)
___ ___
@@ -218,7 +218,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:65](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L65) [src/types/handler.ts:65](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L65)
___ ___
@@ -228,7 +228,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:65](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L65) [src/types/plugin.ts:65](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L65)
___ ___
@@ -238,7 +238,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:71](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L71) [src/types/plugin.ts:71](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L71)
___ ___
@@ -255,7 +255,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/args.ts:113](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/args.ts#L113) [src/handler/plugins/args.ts:113](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/args.ts#L113)
___ ___
@@ -265,7 +265,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:135](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L135) [src/types/module.ts:135](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L135)
___ ___
@@ -283,7 +283,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:169](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L169) [src/types/module.ts:169](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L169)
___ ___
@@ -293,7 +293,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:188](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L188) [src/types/module.ts:188](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L188)
___ ___
@@ -303,7 +303,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:66](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L66) [src/types/plugin.ts:66](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L66)
___ ___
@@ -313,7 +313,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:70](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L70) [src/types/plugin.ts:70](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L70)
___ ___
@@ -323,7 +323,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:196](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L196) [src/types/module.ts:196](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L196)
___ ___
@@ -333,7 +333,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:192](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L192) [src/types/module.ts:192](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L192)
___ ___
@@ -355,7 +355,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L35) [src/types/handler.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L35)
___ ___
@@ -372,7 +372,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:53](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L53) [src/types/handler.ts:53](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L53)
___ ___
@@ -382,7 +382,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:63](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L63) [src/types/handler.ts:63](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L63)
___ ___
@@ -398,7 +398,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:12](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L12) [src/types/handler.ts:12](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L12)
___ ___
@@ -408,7 +408,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:25](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L25) [src/types/handler.ts:25](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L25)
___ ___
@@ -418,7 +418,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:21](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L21) [src/types/plugin.ts:21](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L21)
___ ___
@@ -434,7 +434,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:64](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L64) [src/types/handler.ts:64](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L64)
___ ___
@@ -444,7 +444,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:48](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L48) [src/types/handler.ts:48](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L48)
___ ___
@@ -454,7 +454,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:67](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L67) [src/types/plugin.ts:67](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L67)
___ ___
@@ -464,7 +464,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:69](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L69) [src/types/plugin.ts:69](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L69)
___ ___
@@ -483,7 +483,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:29](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L29) [src/types/handler.ts:29](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L29)
___ ___
@@ -499,7 +499,7 @@ ___
#### Defined in #### Defined in
[src/types/module.ts:223](https://github.com/sern-handler/handler/blob/b641472/src/types/module.ts#L223) [src/types/module.ts:223](https://github.com/sern-handler/handler/blob/33f1446/src/types/module.ts#L223)
___ ___
@@ -523,7 +523,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:36](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L36) [src/types/handler.ts:36](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L36)
___ ___
@@ -533,7 +533,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:18](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L18) [src/types/handler.ts:18](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L18)
___ ___
@@ -563,7 +563,7 @@ ___
#### Defined in #### Defined in
[src/types/handler.ts:37](https://github.com/sern-handler/handler/blob/b641472/src/types/handler.ts#L37) [src/types/handler.ts:37](https://github.com/sern-handler/handler/blob/33f1446/src/types/handler.ts#L37)
___ ___
@@ -573,7 +573,7 @@ ___
#### Defined in #### Defined in
[src/types/plugin.ts:22](https://github.com/sern-handler/handler/blob/b641472/src/types/plugin.ts#L22) [src/types/plugin.ts:22](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L22)
## Variables ## Variables
@@ -592,7 +592,7 @@ The object passed into every plugin to control a command's behavior
#### Defined in #### Defined in
[src/handler/sern.ts:55](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L55) [src/handler/sern.ts:55](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L55)
___ ___
@@ -602,7 +602,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/createPlugin.ts:5](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/createPlugin.ts#L5) [src/handler/plugins/createPlugin.ts:5](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/createPlugin.ts#L5)
## Functions ## Functions
@@ -628,7 +628,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/createPlugin.ts:29](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/createPlugin.ts#L29) [src/handler/plugins/createPlugin.ts:29](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/createPlugin.ts#L29)
___ ___
@@ -654,7 +654,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/createPlugin.ts:23](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/createPlugin.ts#L23) [src/handler/plugins/createPlugin.ts:23](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/createPlugin.ts#L23)
___ ___
@@ -686,7 +686,7 @@ Will probably be moved one day!
#### Defined in #### Defined in
[src/handler/plugins/createPlugin.ts:46](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/createPlugin.ts#L46) [src/handler/plugins/createPlugin.ts:46](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/createPlugin.ts#L46)
___ ___
@@ -712,7 +712,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/createPlugin.ts:35](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/createPlugin.ts#L35) [src/handler/plugins/createPlugin.ts:35](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/createPlugin.ts#L35)
___ ___
@@ -738,7 +738,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/createPlugin.ts:17](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/createPlugin.ts#L17) [src/handler/plugins/createPlugin.ts:17](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/createPlugin.ts#L17)
___ ___
@@ -760,7 +760,7 @@ The wrapper function to define command modules for sern
#### Defined in #### Defined in
[src/handler/sern.ts:64](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L64) [src/handler/sern.ts:64](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L64)
___ ___
@@ -793,7 +793,7 @@ where typings can be very bad.
#### Defined in #### Defined in
[src/handler/sern.ts:97](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L97) [src/handler/sern.ts:97](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L97)
___ ___
@@ -815,7 +815,7 @@ The wrapper function to define event modules for sern
#### Defined in #### Defined in
[src/handler/sern.ts:79](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L79) [src/handler/sern.ts:79](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L79)
___ ___
@@ -842,7 +842,7 @@ ___
#### Defined in #### Defined in
[src/handler/plugins/createPlugin.ts:6](https://github.com/sern-handler/handler/blob/b641472/src/handler/plugins/createPlugin.ts#L6) [src/handler/plugins/createPlugin.ts:6](https://github.com/sern-handler/handler/blob/33f1446/src/handler/plugins/createPlugin.ts#L6)
___ ___
@@ -882,7 +882,7 @@ ___
#### Defined in #### Defined in
[src/handler/dependencies/lifetimeFunctions.ts:50](https://github.com/sern-handler/handler/blob/b641472/src/handler/dependencies/lifetimeFunctions.ts#L50) [src/handler/dependencies/lifetimeFunctions.ts:50](https://github.com/sern-handler/handler/blob/33f1446/src/handler/dependencies/lifetimeFunctions.ts#L50)
___ ___
@@ -916,7 +916,7 @@ ___
#### Defined in #### Defined in
[src/handler/dependencies/lifetimeFunctions.ts:11](https://github.com/sern-handler/handler/blob/b641472/src/handler/dependencies/lifetimeFunctions.ts#L11) [src/handler/dependencies/lifetimeFunctions.ts:11](https://github.com/sern-handler/handler/blob/33f1446/src/handler/dependencies/lifetimeFunctions.ts#L11)
▸ **single**<`T`\>(`cb`): `T` ▸ **single**<`T`\>(`cb`): `T`
@@ -940,7 +940,7 @@ New signature
#### Defined in #### Defined in
[src/handler/dependencies/lifetimeFunctions.ts:16](https://github.com/sern-handler/handler/blob/b641472/src/handler/dependencies/lifetimeFunctions.ts#L16) [src/handler/dependencies/lifetimeFunctions.ts:16](https://github.com/sern-handler/handler/blob/33f1446/src/handler/dependencies/lifetimeFunctions.ts#L16)
___ ___
@@ -980,7 +980,7 @@ ___
#### Defined in #### Defined in
[src/handler/dependencies/lifetimeFunctions.ts:32](https://github.com/sern-handler/handler/blob/b641472/src/handler/dependencies/lifetimeFunctions.ts#L32) [src/handler/dependencies/lifetimeFunctions.ts:32](https://github.com/sern-handler/handler/blob/33f1446/src/handler/dependencies/lifetimeFunctions.ts#L32)
▸ **transient**<`T`\>(`cb`): `T` ▸ **transient**<`T`\>(`cb`): `T`
@@ -1005,7 +1005,7 @@ use transient if you want a new dependency every time your container getter is c
#### Defined in #### Defined in
[src/handler/dependencies/lifetimeFunctions.ts:33](https://github.com/sern-handler/handler/blob/b641472/src/handler/dependencies/lifetimeFunctions.ts#L33) [src/handler/dependencies/lifetimeFunctions.ts:33](https://github.com/sern-handler/handler/blob/33f1446/src/handler/dependencies/lifetimeFunctions.ts#L33)
___ ___
@@ -1029,4 +1029,4 @@ Exposes some methods from iti
#### Defined in #### Defined in
[src/handler/dependencies/provider.ts:54](https://github.com/sern-handler/handler/blob/b641472/src/handler/dependencies/provider.ts#L54) [src/handler/dependencies/provider.ts:54](https://github.com/sern-handler/handler/blob/33f1446/src/handler/dependencies/provider.ts#L54)

View File

@@ -73,7 +73,7 @@ Sern.init({
#### Defined in #### Defined in
[src/handler/sern.ts:38](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L38) [src/handler/sern.ts:38](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L38)
___ ___
@@ -117,4 +117,4 @@ ___
#### Defined in #### Defined in
[src/handler/sern.ts:107](https://github.com/sern-handler/handler/blob/b641472/src/handler/sern.ts#L107) [src/handler/sern.ts:107](https://github.com/sern-handler/handler/blob/33f1446/src/handler/sern.ts#L107)