From f6b3fd038bbaf6a74ce76d31e16b6e14f1c81bef Mon Sep 17 00:00:00 2001
From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
Date: Fri, 14 Jun 2024 20:25:41 -0500
Subject: [PATCH] temp broken link until publisher is on website
---
src/content/docs/v3/api/functions/Services.md | 2 +-
.../docs/v3/api/functions/discordEvent.md | 2 +-
.../v3/api/type-aliases/SernOptionsData.md | 2 +-
src/content/docs/v4/api/README.md | 2 -
src/content/docs/v4/api/classes/Context.md | 38 +++++-----
.../docs/v4/api/enumerations/CommandType.md | 24 +++---
.../docs/v4/api/enumerations/EventType.md | 8 +-
.../docs/v4/api/enumerations/PayloadType.md | 6 +-
.../docs/v4/api/enumerations/PluginType.md | 4 +-
src/content/docs/v4/api/functions/Asset.md | 76 -------------------
.../v4/api/functions/CommandControlPlugin.md | 2 +-
.../v4/api/functions/CommandInitPlugin.md | 2 +-
.../docs/v4/api/functions/EventInitPlugin.md | 2 +-
src/content/docs/v4/api/functions/Service.md | 2 +-
src/content/docs/v4/api/functions/Services.md | 4 +-
.../docs/v4/api/functions/commandModule.md | 2 +-
.../docs/v4/api/functions/discordEvent.md | 4 +-
.../docs/v4/api/functions/eventModule.md | 2 +-
.../docs/v4/api/functions/makeDependencies.md | 4 +-
.../docs/v4/api/functions/makePlugin.md | 2 +-
src/content/docs/v4/api/functions/single.md | 2 +-
.../docs/v4/api/functions/transient.md | 2 +-
.../docs/v4/api/interfaces/BothCommand.md | 16 ++--
.../docs/v4/api/interfaces/ButtonCommand.md | 14 ++--
.../v4/api/interfaces/ChannelSelectCommand.md | 14 ++--
.../v4/api/interfaces/CommandModuleDefs.md | 24 +++---
.../docs/v4/api/interfaces/ContextMenuMsg.md | 14 ++--
.../docs/v4/api/interfaces/ContextMenuUser.md | 14 ++--
.../docs/v4/api/interfaces/ControlPlugin.md | 4 +-
.../v4/api/interfaces/CoreDependencies.md | 10 +--
.../v4/api/interfaces/DiscordEventCommand.md | 14 ++--
.../docs/v4/api/interfaces/Disposable.md | 2 +-
src/content/docs/v4/api/interfaces/Emitter.md | 6 +-
.../docs/v4/api/interfaces/ErrorHandling.md | 4 +-
.../docs/v4/api/interfaces/EventModuleDefs.md | 8 +-
.../v4/api/interfaces/ExternalEventCommand.md | 16 ++--
src/content/docs/v4/api/interfaces/Init.md | 2 +-
.../docs/v4/api/interfaces/InitPlugin.md | 4 +-
src/content/docs/v4/api/interfaces/Logging.md | 8 +-
.../interfaces/MentionableSelectCommand.md | 14 ++--
.../v4/api/interfaces/ModalSubmitCommand.md | 14 ++--
src/content/docs/v4/api/interfaces/Module.md | 14 ++--
src/content/docs/v4/api/interfaces/Plugin.md | 4 +-
.../docs/v4/api/interfaces/PresenceResult.md | 12 +--
.../v4/api/interfaces/RoleSelectCommand.md | 14 ++--
.../v4/api/interfaces/SernAutocompleteData.md | 6 +-
.../v4/api/interfaces/SernEventCommand.md | 14 ++--
.../v4/api/interfaces/SernEventsMapping.md | 10 +--
.../v4/api/interfaces/SernSubCommandData.md | 4 +-
.../api/interfaces/SernSubCommandGroupData.md | 4 +-
.../docs/v4/api/interfaces/SlashCommand.md | 16 ++--
.../v4/api/interfaces/StringSelectCommand.md | 14 ++--
.../docs/v4/api/interfaces/TextCommand.md | 14 ++--
.../v4/api/interfaces/UserSelectCommand.md | 14 ++--
.../v4/api/namespaces/Sern/functions/init.md | 2 +-
.../docs/v4/api/type-aliases/AnyPlugin.md | 2 +-
.../docs/v4/api/type-aliases/AssetEncoding.md | 12 ---
.../docs/v4/api/type-aliases/CommandModule.md | 2 +-
.../docs/v4/api/type-aliases/Controller.md | 2 +-
.../docs/v4/api/type-aliases/EventModule.md | 2 +-
.../docs/v4/api/type-aliases/LogPayload.md | 2 +-
.../docs/v4/api/type-aliases/Payload.md | 2 +-
.../docs/v4/api/type-aliases/PluginResult.md | 2 +-
.../v4/api/type-aliases/PresenceConfig.md | 2 +-
src/content/docs/v4/api/type-aliases/SDT.md | 2 +-
.../v4/api/type-aliases/SernOptionsData.md | 4 +-
src/content/docs/v4/api/variables/Presence.md | 2 +-
.../docs/v4/api/variables/controller.md | 2 +-
.../docs/v4/reference/autocomplete.mdx | 2 +-
.../docs/v4/reference/dependencies.mdx | 1 +
src/content/docs/v4/reference/modules.mdx | 5 +-
src/content/docs/v4/reference/plugins.mdx | 24 +++++-
src/content/docs/v4/reference/presence.mdx | 3 +-
.../docs/v4/reference/project-layout.mdx | 2 +-
src/content/docs/v4/tools/localizer.mdx | 2 +-
75 files changed, 273 insertions(+), 342 deletions(-)
delete mode 100644 src/content/docs/v4/api/functions/Asset.md
delete mode 100644 src/content/docs/v4/api/type-aliases/AssetEncoding.md
diff --git a/src/content/docs/v3/api/functions/Services.md b/src/content/docs/v3/api/functions/Services.md
index fc4d07dff..da11a1808 100644
--- a/src/content/docs/v3/api/functions/Services.md
+++ b/src/content/docs/v3/api/functions/Services.md
@@ -24,7 +24,7 @@ array of dependencies, in the same order of keys provided
## Since
3.0.0
-The plural version of [Service](../../../../../../v3/api/functions/service)
+The plural version of [Service](../../../../../../../../v3/api/functions/service)
## Source
diff --git a/src/content/docs/v3/api/functions/discordEvent.md b/src/content/docs/v3/api/functions/discordEvent.md
index 189b9c942..fd9790fe8 100644
--- a/src/content/docs/v3/api/functions/discordEvent.md
+++ b/src/content/docs/v3/api/functions/discordEvent.md
@@ -8,7 +8,7 @@ title: "discordEvent"
> **discordEvent**\<`T`\>(`mod`): [`EventModule`](/v3/api/type-aliases/eventmodule/)
Create event modules from discord.js client events,
-This is an [eventModule](../../../../../../v3/api/functions/eventmodule) for discord events,
+This is an [eventModule](../../../../../../../../v3/api/functions/eventmodule) for discord events,
where typings can be very bad.
## Type parameters
diff --git a/src/content/docs/v3/api/type-aliases/SernOptionsData.md b/src/content/docs/v3/api/type-aliases/SernOptionsData.md
index a38e7fe9d..efd12c0a1 100644
--- a/src/content/docs/v3/api/type-aliases/SernOptionsData.md
+++ b/src/content/docs/v3/api/type-aliases/SernOptionsData.md
@@ -7,7 +7,7 @@ title: "SernOptionsData"
> **SernOptionsData**: [`SernSubCommandData`](/v3/api/interfaces/sernsubcommanddata/) \| [`SernSubCommandGroupData`](/v3/api/interfaces/sernsubcommandgroupdata/) \| `APIApplicationCommandBasicOption` \| [`SernAutocompleteData`](/v3/api/interfaces/sernautocompletedata/)
-Type that replaces autocomplete with [SernAutocompleteData](../../../../../../v3/api/interfaces/sernautocompletedata)
+Type that replaces autocomplete with [SernAutocompleteData](../../../../../../../../v3/api/interfaces/sernautocompletedata)
## Source
diff --git a/src/content/docs/v4/api/README.md b/src/content/docs/v4/api/README.md
index fbf157368..06ccfba6f 100644
--- a/src/content/docs/v4/api/README.md
+++ b/src/content/docs/v4/api/README.md
@@ -58,7 +58,6 @@ title: "@sern/handler"
## Type Aliases
- [AnyPlugin](/v4/api/type-aliases/anyplugin/)
-- [AssetEncoding](/v4/api/type-aliases/assetencoding/)
- [CommandModule](/v4/api/type-aliases/commandmodule/)
- [Controller](/v4/api/type-aliases/controller/)
- [EventModule](/v4/api/type-aliases/eventmodule/)
@@ -76,7 +75,6 @@ title: "@sern/handler"
## Functions
-- [Asset](/v4/api/functions/asset/)
- [CommandControlPlugin](/v4/api/functions/commandcontrolplugin/)
- [CommandInitPlugin](/v4/api/functions/commandinitplugin/)
- [EventInitPlugin](/v4/api/functions/eventinitplugin/)
diff --git a/src/content/docs/v4/api/classes/Context.md b/src/content/docs/v4/api/classes/Context.md
index eac35119f..a02e7110b 100644
--- a/src/content/docs/v4/api/classes/Context.md
+++ b/src/content/docs/v4/api/classes/Context.md
@@ -27,7 +27,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:49](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L49)
+[src/core/structures/context.ts:49](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L49)
***
@@ -41,7 +41,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:53](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L53)
+[src/core/structures/context.ts:53](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L53)
***
@@ -55,7 +55,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:108](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L108)
+[src/core/structures/context.ts:108](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L108)
***
@@ -69,7 +69,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:73](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L73)
+[src/core/structures/context.ts:73](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L73)
***
@@ -83,7 +83,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:79](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L79)
+[src/core/structures/context.ts:79](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L79)
***
@@ -97,7 +97,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:85](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L85)
+[src/core/structures/context.ts:85](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L85)
***
@@ -111,7 +111,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:43](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L43)
+[src/core/structures/context.ts:43](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L43)
***
@@ -125,7 +125,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:114](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L114)
+[src/core/structures/context.ts:114](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L114)
***
@@ -139,7 +139,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:103](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L103)
+[src/core/structures/context.ts:103](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L103)
***
@@ -153,7 +153,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:93](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L93)
+[src/core/structures/context.ts:93](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L93)
***
@@ -167,7 +167,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:99](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L99)
+[src/core/structures/context.ts:99](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L99)
***
@@ -181,7 +181,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:26](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L26)
+[src/core/structures/context.ts:26](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L26)
***
@@ -195,7 +195,7 @@ Message and ChatInputCommandInteraction
#### Source
-[src/core/structures/context.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L40)
+[src/core/structures/context.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L40)
***
@@ -212,7 +212,7 @@ else, interaction.user
#### Source
-[src/core/structures/context.ts:63](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L63)
+[src/core/structures/context.ts:63](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L63)
***
@@ -226,7 +226,7 @@ else, interaction.user
#### Source
-[src/core/structures/context.ts:69](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L69)
+[src/core/structures/context.ts:69](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L69)
## Methods
@@ -244,7 +244,7 @@ else, interaction.user
#### Source
-[src/core/structures/core-context.ts:11](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/core-context.ts#L11)
+[src/core/structures/core-context.ts:11](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/core-context.ts#L11)
***
@@ -262,7 +262,7 @@ else, interaction.user
#### Source
-[src/core/structures/core-context.ts:15](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/core-context.ts#L15)
+[src/core/structures/core-context.ts:15](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/core-context.ts#L15)
***
@@ -280,7 +280,7 @@ else, interaction.user
#### Source
-[src/core/structures/context.ts:120](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L120)
+[src/core/structures/context.ts:120](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L120)
***
@@ -300,4 +300,4 @@ else, interaction.user
#### Source
-[src/core/structures/context.ts:129](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/context.ts#L129)
+[src/core/structures/context.ts:129](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/context.ts#L129)
diff --git a/src/content/docs/v4/api/enumerations/CommandType.md b/src/content/docs/v4/api/enumerations/CommandType.md
index f4a9cb454..0beb3ecbb 100644
--- a/src/content/docs/v4/api/enumerations/CommandType.md
+++ b/src/content/docs/v4/api/enumerations/CommandType.md
@@ -31,7 +31,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L20)
+[src/core/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L20)
***
@@ -41,7 +41,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:23](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L23)
+[src/core/structures/enums.ts:23](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L23)
***
@@ -51,7 +51,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:29](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L29)
+[src/core/structures/enums.ts:29](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L29)
***
@@ -61,7 +61,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:22](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L22)
+[src/core/structures/enums.ts:22](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L22)
***
@@ -71,7 +71,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:21](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L21)
+[src/core/structures/enums.ts:21](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L21)
***
@@ -81,7 +81,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:28](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L28)
+[src/core/structures/enums.ts:28](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L28)
***
@@ -91,7 +91,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:25](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L25)
+[src/core/structures/enums.ts:25](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L25)
***
@@ -101,7 +101,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:27](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L27)
+[src/core/structures/enums.ts:27](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L27)
***
@@ -111,7 +111,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:19](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L19)
+[src/core/structures/enums.ts:19](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L19)
***
@@ -121,7 +121,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:24](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L24)
+[src/core/structures/enums.ts:24](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L24)
***
@@ -131,7 +131,7 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:18](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L18)
+[src/core/structures/enums.ts:18](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L18)
***
@@ -141,4 +141,4 @@ export default commandModule({
#### Source
-[src/core/structures/enums.ts:26](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L26)
+[src/core/structures/enums.ts:26](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L26)
diff --git a/src/content/docs/v4/api/enumerations/EventType.md b/src/content/docs/v4/api/enumerations/EventType.md
index 5ec0715d4..0bd6c5b86 100644
--- a/src/content/docs/v4/api/enumerations/EventType.md
+++ b/src/content/docs/v4/api/enumerations/EventType.md
@@ -28,7 +28,7 @@ export default eventModule({
#### Source
-[src/core/structures/enums.ts:61](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L61)
+[src/core/structures/enums.ts:61](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L61)
***
@@ -40,7 +40,7 @@ The EventType for handling discord events
#### Source
-[src/core/structures/enums.ts:51](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L51)
+[src/core/structures/enums.ts:51](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L51)
***
@@ -53,7 +53,7 @@ Could be for example, `process` events, database events
#### Source
-[src/core/structures/enums.ts:60](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L60)
+[src/core/structures/enums.ts:60](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L60)
***
@@ -65,4 +65,4 @@ The EventType for handling sern events
#### Source
-[src/core/structures/enums.ts:55](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L55)
+[src/core/structures/enums.ts:55](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L55)
diff --git a/src/content/docs/v4/api/enumerations/PayloadType.md b/src/content/docs/v4/api/enumerations/PayloadType.md
index 61d5b3830..cd22a1df0 100644
--- a/src/content/docs/v4/api/enumerations/PayloadType.md
+++ b/src/content/docs/v4/api/enumerations/PayloadType.md
@@ -17,7 +17,7 @@ title: "PayloadType"
#### Source
-[src/core/structures/enums.ts:94](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L94)
+[src/core/structures/enums.ts:94](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L94)
***
@@ -27,7 +27,7 @@ title: "PayloadType"
#### Source
-[src/core/structures/enums.ts:93](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L93)
+[src/core/structures/enums.ts:93](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L93)
***
@@ -37,4 +37,4 @@ title: "PayloadType"
#### Source
-[src/core/structures/enums.ts:95](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L95)
+[src/core/structures/enums.ts:95](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L95)
diff --git a/src/content/docs/v4/api/enumerations/PluginType.md b/src/content/docs/v4/api/enumerations/PluginType.md
index 42d4d0038..3f09df3b0 100644
--- a/src/content/docs/v4/api/enumerations/PluginType.md
+++ b/src/content/docs/v4/api/enumerations/PluginType.md
@@ -29,7 +29,7 @@ The PluginType for EventPlugins
#### Source
-[src/core/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L86)
+[src/core/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L86)
***
@@ -41,4 +41,4 @@ The PluginType for InitPlugins
#### Source
-[src/core/structures/enums.ts:82](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/structures/enums.ts#L82)
+[src/core/structures/enums.ts:82](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/structures/enums.ts#L82)
diff --git a/src/content/docs/v4/api/functions/Asset.md b/src/content/docs/v4/api/functions/Asset.md
deleted file mode 100644
index f0b7667cc..000000000
--- a/src/content/docs/v4/api/functions/Asset.md
+++ /dev/null
@@ -1,76 +0,0 @@
----
-editUrl: false
-next: false
-prev: false
-title: "Asset"
----
-
-## Asset(p, opts)
-
-> **Asset**(`p`, `opts`?): `Promise`\<`string`\>
-
-Reads an asset file from the 'assets' directory.
-If encoding is 'attachment', a discord.js AttachmentBuilder is provided, else
-fs.promises.readFile is called. The default encoding is utf8.
-
-### Parameters
-
-• **p**: `string`
-
-• **opts?**
-
-• **opts.encoding?**: `PartialAssetEncoding`
-
-• **opts.name?**: `undefined`
-
-### Returns
-
-`Promise`\<`string`\>
-
-### Source
-
-[src/index.ts:70](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/index.ts#L70)
-
-## Asset(p, opts)
-
-> **Asset**(`p`, `opts`?): `Promise`\<`any`\>
-
-### Parameters
-
-• **p**: `string`
-
-• **opts?**
-
-• **opts.encoding?**: `"json"`
-
-• **opts.name?**: `undefined`
-
-### Returns
-
-`Promise`\<`any`\>
-
-### Source
-
-[src/index.ts:71](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/index.ts#L71)
-
-## Asset(p, opts)
-
-> **Asset**(`p`, `opts`?): `Promise`\<`AttachmentBuilder`\>
-
-### Parameters
-
-• **p**: `string`
-
-• **opts?**
-
-• **opts.encoding?**: `"attachment"`
-
-• **opts.name?**: `string`
-
-### Returns
-
-`Promise`\<`AttachmentBuilder`\>
-
-### Source
-
-[src/index.ts:72](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/index.ts#L72)
diff --git a/src/content/docs/v4/api/functions/CommandControlPlugin.md b/src/content/docs/v4/api/functions/CommandControlPlugin.md
index 16454a3eb..3d7d13160 100644
--- a/src/content/docs/v4/api/functions/CommandControlPlugin.md
+++ b/src/content/docs/v4/api/functions/CommandControlPlugin.md
@@ -25,4 +25,4 @@ title: "CommandControlPlugin"
## Source
-[src/core/create-plugins.ts:28](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/create-plugins.ts#L28)
+[src/core/create-plugins.ts:28](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/create-plugins.ts#L28)
diff --git a/src/content/docs/v4/api/functions/CommandInitPlugin.md b/src/content/docs/v4/api/functions/CommandInitPlugin.md
index 3ff1a5ba9..4e2f52bed 100644
--- a/src/content/docs/v4/api/functions/CommandInitPlugin.md
+++ b/src/content/docs/v4/api/functions/CommandInitPlugin.md
@@ -25,4 +25,4 @@ title: "CommandInitPlugin"
## Source
-[src/core/create-plugins.ts:20](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/create-plugins.ts#L20)
+[src/core/create-plugins.ts:20](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/create-plugins.ts#L20)
diff --git a/src/content/docs/v4/api/functions/EventInitPlugin.md b/src/content/docs/v4/api/functions/EventInitPlugin.md
index 001316ad9..7244598fe 100644
--- a/src/content/docs/v4/api/functions/EventInitPlugin.md
+++ b/src/content/docs/v4/api/functions/EventInitPlugin.md
@@ -21,4 +21,4 @@ title: "EventInitPlugin"
## Source
-[src/core/create-plugins.ts:14](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/create-plugins.ts#L14)
+[src/core/create-plugins.ts:14](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/create-plugins.ts#L14)
diff --git a/src/content/docs/v4/api/functions/Service.md b/src/content/docs/v4/api/functions/Service.md
index 27401d695..b5822964a 100644
--- a/src/content/docs/v4/api/functions/Service.md
+++ b/src/content/docs/v4/api/functions/Service.md
@@ -38,4 +38,4 @@ const client = Service('@sern/client');
## Source
-[src/core/ioc/index.ts:19](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/ioc/index.ts#L19)
+[src/core/ioc.ts:87](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/ioc.ts#L87)
diff --git a/src/content/docs/v4/api/functions/Services.md b/src/content/docs/v4/api/functions/Services.md
index 28452a0e5..1becbf93a 100644
--- a/src/content/docs/v4/api/functions/Services.md
+++ b/src/content/docs/v4/api/functions/Services.md
@@ -24,8 +24,8 @@ array of dependencies, in the same order of keys provided
## Since
3.0.0
-The plural version of [Service](../../../../../../v4/api/functions/service)
+The plural version of [Service](../../../../../../../../v4/api/functions/service)
## Source
-[src/core/ioc/index.ts:27](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/ioc/index.ts#L27)
+[src/core/ioc.ts:95](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/ioc.ts#L95)
diff --git a/src/content/docs/v4/api/functions/commandModule.md b/src/content/docs/v4/api/functions/commandModule.md
index ab9a284ee..35898ff7e 100644
--- a/src/content/docs/v4/api/functions/commandModule.md
+++ b/src/content/docs/v4/api/functions/commandModule.md
@@ -21,4 +21,4 @@ title: "commandModule"
## Source
-[src/core/modules.ts:15](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/modules.ts#L15)
+[src/core/modules.ts:15](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/modules.ts#L15)
diff --git a/src/content/docs/v4/api/functions/discordEvent.md b/src/content/docs/v4/api/functions/discordEvent.md
index f40006ac6..f7a248be1 100644
--- a/src/content/docs/v4/api/functions/discordEvent.md
+++ b/src/content/docs/v4/api/functions/discordEvent.md
@@ -8,7 +8,7 @@ title: "discordEvent"
> **discordEvent**\<`T`\>(`mod`): [`Module`](/v4/api/interfaces/module/)
Create event modules from discord.js client events,
-This is an [eventModule](../../../../../../v4/api/functions/eventmodule) for discord events,
+This is an [eventModule](../../../../../../../../v4/api/functions/eventmodule) for discord events,
where typings can be very bad.
## Type parameters
@@ -31,4 +31,4 @@ where typings can be very bad.
## Source
-[src/core/modules.ts:41](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/modules.ts#L41)
+[src/core/modules.ts:41](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/modules.ts#L41)
diff --git a/src/content/docs/v4/api/functions/eventModule.md b/src/content/docs/v4/api/functions/eventModule.md
index 2c352c845..e82aee50e 100644
--- a/src/content/docs/v4/api/functions/eventModule.md
+++ b/src/content/docs/v4/api/functions/eventModule.md
@@ -22,4 +22,4 @@ The wrapper function to define event modules for sern
## Source
-[src/core/modules.ts:29](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/modules.ts#L29)
+[src/core/modules.ts:29](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/modules.ts#L29)
diff --git a/src/content/docs/v4/api/functions/makeDependencies.md b/src/content/docs/v4/api/functions/makeDependencies.md
index 6be1e71cf..e824cc90e 100644
--- a/src/content/docs/v4/api/functions/makeDependencies.md
+++ b/src/content/docs/v4/api/functions/makeDependencies.md
@@ -12,7 +12,7 @@ This is required to start the handler, and is to be called before Sern.init.
## Parameters
-• **conf**
+• **conf**: `ValidDependencyConfig`
## Returns
@@ -28,4 +28,4 @@ await makeDependencies(({ add }) => {
## Source
-[src/core/ioc/base.ts:61](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/ioc/base.ts#L61)
+[src/core/ioc.ts:56](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/ioc.ts#L56)
diff --git a/src/content/docs/v4/api/functions/makePlugin.md b/src/content/docs/v4/api/functions/makePlugin.md
index bae9303f0..9949a240d 100644
--- a/src/content/docs/v4/api/functions/makePlugin.md
+++ b/src/content/docs/v4/api/functions/makePlugin.md
@@ -23,4 +23,4 @@ title: "makePlugin"
## Source
-[src/core/create-plugins.ts:5](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/create-plugins.ts#L5)
+[src/core/create-plugins.ts:5](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/create-plugins.ts#L5)
diff --git a/src/content/docs/v4/api/functions/single.md b/src/content/docs/v4/api/functions/single.md
index b0caf761e..c4311f6a9 100644
--- a/src/content/docs/v4/api/functions/single.md
+++ b/src/content/docs/v4/api/functions/single.md
@@ -25,4 +25,4 @@ Creates a singleton object.
## Source
-[src/core/ioc/index.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/ioc/index.ts#L36)
+[src/core/ioc.ts:104](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/ioc.ts#L104)
diff --git a/src/content/docs/v4/api/functions/transient.md b/src/content/docs/v4/api/functions/transient.md
index 60b6c3bba..39d3b2adf 100644
--- a/src/content/docs/v4/api/functions/transient.md
+++ b/src/content/docs/v4/api/functions/transient.md
@@ -30,4 +30,4 @@ Creates a transient object
## Source
-[src/core/ioc/index.ts:47](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/ioc/index.ts#L47)
+[src/core/ioc.ts:115](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/ioc.ts#L115)
diff --git a/src/content/docs/v4/api/interfaces/BothCommand.md b/src/content/docs/v4/api/interfaces/BothCommand.md
index c9a7ba2d4..757657106 100644
--- a/src/content/docs/v4/api/interfaces/BothCommand.md
+++ b/src/content/docs/v4/api/interfaces/BothCommand.md
@@ -21,7 +21,7 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:139](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L139)
+[src/types/core-modules.ts:139](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L139)
***
@@ -45,7 +45,7 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:141](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L141)
+[src/types/core-modules.ts:141](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L141)
***
@@ -67,7 +67,7 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -105,7 +105,7 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:140](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L140)
+[src/types/core-modules.ts:140](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L140)
***
@@ -119,7 +119,7 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -133,4 +133,4 @@ title: "BothCommand"
#### Source
-[src/types/core-modules.ts:138](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L138)
+[src/types/core-modules.ts:138](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L138)
diff --git a/src/content/docs/v4/api/interfaces/ButtonCommand.md b/src/content/docs/v4/api/interfaces/ButtonCommand.md
index 6833652f3..b8f4cf634 100644
--- a/src/content/docs/v4/api/interfaces/ButtonCommand.md
+++ b/src/content/docs/v4/api/interfaces/ButtonCommand.md
@@ -21,7 +21,7 @@ title: "ButtonCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "ButtonCommand"
#### Source
-[src/types/core-modules.ts:81](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L81)
+[src/types/core-modules.ts:81](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L81)
***
@@ -67,7 +67,7 @@ title: "ButtonCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "ButtonCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "ButtonCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "ButtonCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "ButtonCommand"
#### Source
-[src/types/core-modules.ts:80](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L80)
+[src/types/core-modules.ts:80](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L80)
diff --git a/src/content/docs/v4/api/interfaces/ChannelSelectCommand.md b/src/content/docs/v4/api/interfaces/ChannelSelectCommand.md
index 5aad97e26..394293600 100644
--- a/src/content/docs/v4/api/interfaces/ChannelSelectCommand.md
+++ b/src/content/docs/v4/api/interfaces/ChannelSelectCommand.md
@@ -21,7 +21,7 @@ title: "ChannelSelectCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "ChannelSelectCommand"
#### Source
-[src/types/core-modules.ts:91](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L91)
+[src/types/core-modules.ts:91](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L91)
***
@@ -67,7 +67,7 @@ title: "ChannelSelectCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "ChannelSelectCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "ChannelSelectCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "ChannelSelectCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "ChannelSelectCommand"
#### Source
-[src/types/core-modules.ts:90](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L90)
+[src/types/core-modules.ts:90](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L90)
diff --git a/src/content/docs/v4/api/interfaces/CommandModuleDefs.md b/src/content/docs/v4/api/interfaces/CommandModuleDefs.md
index ceb8fe4f1..e332327c8 100644
--- a/src/content/docs/v4/api/interfaces/CommandModuleDefs.md
+++ b/src/content/docs/v4/api/interfaces/CommandModuleDefs.md
@@ -13,7 +13,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:162](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L162)
+[src/types/core-modules.ts:162](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L162)
***
@@ -23,7 +23,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:170](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L170)
+[src/types/core-modules.ts:170](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L170)
***
@@ -33,7 +33,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:172](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L172)
+[src/types/core-modules.ts:172](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L172)
***
@@ -43,7 +43,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:167](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L167)
+[src/types/core-modules.ts:167](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L167)
***
@@ -53,7 +53,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:163](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L163)
+[src/types/core-modules.ts:163](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L163)
***
@@ -63,7 +63,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:169](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L169)
+[src/types/core-modules.ts:169](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L169)
***
@@ -73,7 +73,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:164](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L164)
+[src/types/core-modules.ts:164](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L164)
***
@@ -83,7 +83,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:168](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L168)
+[src/types/core-modules.ts:168](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L168)
***
@@ -93,7 +93,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:166](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L166)
+[src/types/core-modules.ts:166](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L166)
***
@@ -103,7 +103,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:171](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L171)
+[src/types/core-modules.ts:171](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L171)
***
@@ -113,7 +113,7 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:173](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L173)
+[src/types/core-modules.ts:173](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L173)
***
@@ -123,4 +123,4 @@ title: "CommandModuleDefs"
#### Source
-[src/types/core-modules.ts:165](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L165)
+[src/types/core-modules.ts:165](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L165)
diff --git a/src/content/docs/v4/api/interfaces/ContextMenuMsg.md b/src/content/docs/v4/api/interfaces/ContextMenuMsg.md
index 0f98b1b04..f62dbb8aa 100644
--- a/src/content/docs/v4/api/interfaces/ContextMenuMsg.md
+++ b/src/content/docs/v4/api/interfaces/ContextMenuMsg.md
@@ -21,7 +21,7 @@ title: "ContextMenuMsg"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "ContextMenuMsg"
#### Source
-[src/types/core-modules.ts:76](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L76)
+[src/types/core-modules.ts:76](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L76)
***
@@ -67,7 +67,7 @@ title: "ContextMenuMsg"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "ContextMenuMsg"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "ContextMenuMsg"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "ContextMenuMsg"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "ContextMenuMsg"
#### Source
-[src/types/core-modules.ts:75](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L75)
+[src/types/core-modules.ts:75](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L75)
diff --git a/src/content/docs/v4/api/interfaces/ContextMenuUser.md b/src/content/docs/v4/api/interfaces/ContextMenuUser.md
index abd2364b5..292357db1 100644
--- a/src/content/docs/v4/api/interfaces/ContextMenuUser.md
+++ b/src/content/docs/v4/api/interfaces/ContextMenuUser.md
@@ -21,7 +21,7 @@ title: "ContextMenuUser"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "ContextMenuUser"
#### Source
-[src/types/core-modules.ts:71](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L71)
+[src/types/core-modules.ts:71](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L71)
***
@@ -67,7 +67,7 @@ title: "ContextMenuUser"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "ContextMenuUser"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "ContextMenuUser"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "ContextMenuUser"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "ContextMenuUser"
#### Source
-[src/types/core-modules.ts:70](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L70)
+[src/types/core-modules.ts:70](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L70)
diff --git a/src/content/docs/v4/api/interfaces/ControlPlugin.md b/src/content/docs/v4/api/interfaces/ControlPlugin.md
index aa3fbfee3..be77cf09a 100644
--- a/src/content/docs/v4/api/interfaces/ControlPlugin.md
+++ b/src/content/docs/v4/api/interfaces/ControlPlugin.md
@@ -33,7 +33,7 @@ title: "ControlPlugin"
#### Source
-[src/types/core-plugin.ts:44](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L44)
+[src/types/core-plugin.ts:44](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L44)
***
@@ -47,4 +47,4 @@ title: "ControlPlugin"
#### Source
-[src/types/core-plugin.ts:51](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L51)
+[src/types/core-plugin.ts:51](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L51)
diff --git a/src/content/docs/v4/api/interfaces/CoreDependencies.md b/src/content/docs/v4/api/interfaces/CoreDependencies.md
index 880939747..0c171a3e6 100644
--- a/src/content/docs/v4/api/interfaces/CoreDependencies.md
+++ b/src/content/docs/v4/api/interfaces/CoreDependencies.md
@@ -13,7 +13,7 @@ title: "CoreDependencies"
#### Source
-[src/types/ioc.ts:9](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/ioc.ts#L9)
+[src/types/ioc.ts:9](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/ioc.ts#L9)
***
@@ -23,7 +23,7 @@ title: "CoreDependencies"
#### Source
-[src/types/ioc.ts:10](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/ioc.ts#L10)
+[src/types/ioc.ts:10](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/ioc.ts#L10)
***
@@ -33,7 +33,7 @@ title: "CoreDependencies"
#### Source
-[src/types/ioc.ts:11](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/ioc.ts#L11)
+[src/types/ioc.ts:11](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/ioc.ts#L11)
***
@@ -43,7 +43,7 @@ title: "CoreDependencies"
#### Source
-[src/types/ioc.ts:12](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/ioc.ts#L12)
+[src/types/ioc.ts:12](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/ioc.ts#L12)
***
@@ -53,4 +53,4 @@ title: "CoreDependencies"
#### Source
-[src/types/ioc.ts:13](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/ioc.ts#L13)
+[src/types/ioc.ts:13](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/ioc.ts#L13)
diff --git a/src/content/docs/v4/api/interfaces/DiscordEventCommand.md b/src/content/docs/v4/api/interfaces/DiscordEventCommand.md
index 5b21095b8..6169e479a 100644
--- a/src/content/docs/v4/api/interfaces/DiscordEventCommand.md
+++ b/src/content/docs/v4/api/interfaces/DiscordEventCommand.md
@@ -25,7 +25,7 @@ title: "DiscordEventCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -47,7 +47,7 @@ title: "DiscordEventCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -61,7 +61,7 @@ title: "DiscordEventCommand"
#### Source
-[src/types/core-modules.ts:121](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L121)
+[src/types/core-modules.ts:121](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L121)
***
@@ -75,7 +75,7 @@ title: "DiscordEventCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -89,7 +89,7 @@ title: "DiscordEventCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -103,7 +103,7 @@ title: "DiscordEventCommand"
#### Source
-[src/types/core-modules.ts:122](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L122)
+[src/types/core-modules.ts:122](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L122)
## Methods
@@ -125,4 +125,4 @@ title: "DiscordEventCommand"
#### Source
-[src/types/core-modules.ts:123](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L123)
+[src/types/core-modules.ts:123](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L123)
diff --git a/src/content/docs/v4/api/interfaces/Disposable.md b/src/content/docs/v4/api/interfaces/Disposable.md
index 99f57c21b..fe5aad7f8 100644
--- a/src/content/docs/v4/api/interfaces/Disposable.md
+++ b/src/content/docs/v4/api/interfaces/Disposable.md
@@ -20,4 +20,4 @@ Let dependencies implement this to dispose and cleanup.
#### Source
-[src/core/interfaces.ts:17](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L17)
+[src/core/interfaces.ts:17](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L17)
diff --git a/src/content/docs/v4/api/interfaces/Emitter.md b/src/content/docs/v4/api/interfaces/Emitter.md
index 7c7492c6e..3045c48b3 100644
--- a/src/content/docs/v4/api/interfaces/Emitter.md
+++ b/src/content/docs/v4/api/interfaces/Emitter.md
@@ -23,7 +23,7 @@ title: "Emitter"
#### Source
-[src/core/interfaces.ts:22](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L22)
+[src/core/interfaces.ts:22](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L22)
***
@@ -43,7 +43,7 @@ title: "Emitter"
#### Source
-[src/core/interfaces.ts:24](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L24)
+[src/core/interfaces.ts:24](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L24)
***
@@ -63,4 +63,4 @@ title: "Emitter"
#### Source
-[src/core/interfaces.ts:23](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L23)
+[src/core/interfaces.ts:23](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L23)
diff --git a/src/content/docs/v4/api/interfaces/ErrorHandling.md b/src/content/docs/v4/api/interfaces/ErrorHandling.md
index 61adbafdb..e94490b70 100644
--- a/src/content/docs/v4/api/interfaces/ErrorHandling.md
+++ b/src/content/docs/v4/api/interfaces/ErrorHandling.md
@@ -29,7 +29,7 @@ Version 4 will remove this method
#### Source
-[src/core/interfaces.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L36)
+[src/core/interfaces.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L36)
***
@@ -49,4 +49,4 @@ A function that is called on every throw.
#### Source
-[src/core/interfaces.ts:41](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L41)
+[src/core/interfaces.ts:41](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L41)
diff --git a/src/content/docs/v4/api/interfaces/EventModuleDefs.md b/src/content/docs/v4/api/interfaces/EventModuleDefs.md
index 760e4ada0..efdf8db40 100644
--- a/src/content/docs/v4/api/interfaces/EventModuleDefs.md
+++ b/src/content/docs/v4/api/interfaces/EventModuleDefs.md
@@ -13,7 +13,7 @@ title: "EventModuleDefs"
#### Source
-[src/types/core-modules.ts:178](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L178)
+[src/types/core-modules.ts:178](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L178)
***
@@ -23,7 +23,7 @@ title: "EventModuleDefs"
#### Source
-[src/types/core-modules.ts:177](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L177)
+[src/types/core-modules.ts:177](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L177)
***
@@ -33,7 +33,7 @@ title: "EventModuleDefs"
#### Source
-[src/types/core-modules.ts:179](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L179)
+[src/types/core-modules.ts:179](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L179)
***
@@ -43,4 +43,4 @@ title: "EventModuleDefs"
#### Source
-[src/types/core-modules.ts:180](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L180)
+[src/types/core-modules.ts:180](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L180)
diff --git a/src/content/docs/v4/api/interfaces/ExternalEventCommand.md b/src/content/docs/v4/api/interfaces/ExternalEventCommand.md
index 5b355304a..8ae18fcdb 100644
--- a/src/content/docs/v4/api/interfaces/ExternalEventCommand.md
+++ b/src/content/docs/v4/api/interfaces/ExternalEventCommand.md
@@ -21,7 +21,7 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -31,7 +31,7 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:56](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L56)
+[src/types/core-modules.ts:56](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L56)
***
@@ -53,7 +53,7 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -67,7 +67,7 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:55](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L55)
+[src/types/core-modules.ts:55](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L55)
***
@@ -81,7 +81,7 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -95,7 +95,7 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -109,7 +109,7 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:57](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L57)
+[src/types/core-modules.ts:57](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L57)
## Methods
@@ -131,4 +131,4 @@ title: "ExternalEventCommand"
#### Source
-[src/types/core-modules.ts:58](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L58)
+[src/types/core-modules.ts:58](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L58)
diff --git a/src/content/docs/v4/api/interfaces/Init.md b/src/content/docs/v4/api/interfaces/Init.md
index 51efc9ad3..f2c72e730 100644
--- a/src/content/docs/v4/api/interfaces/Init.md
+++ b/src/content/docs/v4/api/interfaces/Init.md
@@ -20,4 +20,4 @@ Let dependencies implement this to initiate some logic.
#### Source
-[src/core/interfaces.ts:9](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L9)
+[src/core/interfaces.ts:9](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L9)
diff --git a/src/content/docs/v4/api/interfaces/InitPlugin.md b/src/content/docs/v4/api/interfaces/InitPlugin.md
index 530560493..42f12c8b5 100644
--- a/src/content/docs/v4/api/interfaces/InitPlugin.md
+++ b/src/content/docs/v4/api/interfaces/InitPlugin.md
@@ -33,7 +33,7 @@ title: "InitPlugin"
#### Source
-[src/types/core-plugin.ts:44](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L44)
+[src/types/core-plugin.ts:44](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L44)
***
@@ -47,4 +47,4 @@ title: "InitPlugin"
#### Source
-[src/types/core-plugin.ts:48](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L48)
+[src/types/core-plugin.ts:48](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L48)
diff --git a/src/content/docs/v4/api/interfaces/Logging.md b/src/content/docs/v4/api/interfaces/Logging.md
index 41b30c3a1..ae7100108 100644
--- a/src/content/docs/v4/api/interfaces/Logging.md
+++ b/src/content/docs/v4/api/interfaces/Logging.md
@@ -29,7 +29,7 @@ title: "Logging"
#### Source
-[src/core/interfaces.ts:52](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L52)
+[src/core/interfaces.ts:52](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L52)
***
@@ -47,7 +47,7 @@ title: "Logging"
#### Source
-[src/core/interfaces.ts:49](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L49)
+[src/core/interfaces.ts:49](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L49)
***
@@ -65,7 +65,7 @@ title: "Logging"
#### Source
-[src/core/interfaces.ts:51](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L51)
+[src/core/interfaces.ts:51](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L51)
***
@@ -83,4 +83,4 @@ title: "Logging"
#### Source
-[src/core/interfaces.ts:50](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L50)
+[src/core/interfaces.ts:50](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L50)
diff --git a/src/content/docs/v4/api/interfaces/MentionableSelectCommand.md b/src/content/docs/v4/api/interfaces/MentionableSelectCommand.md
index 67e750145..91b6cbf26 100644
--- a/src/content/docs/v4/api/interfaces/MentionableSelectCommand.md
+++ b/src/content/docs/v4/api/interfaces/MentionableSelectCommand.md
@@ -21,7 +21,7 @@ title: "MentionableSelectCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "MentionableSelectCommand"
#### Source
-[src/types/core-modules.ts:101](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L101)
+[src/types/core-modules.ts:101](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L101)
***
@@ -67,7 +67,7 @@ title: "MentionableSelectCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "MentionableSelectCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "MentionableSelectCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "MentionableSelectCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "MentionableSelectCommand"
#### Source
-[src/types/core-modules.ts:100](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L100)
+[src/types/core-modules.ts:100](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L100)
diff --git a/src/content/docs/v4/api/interfaces/ModalSubmitCommand.md b/src/content/docs/v4/api/interfaces/ModalSubmitCommand.md
index c4a738988..da78a07b2 100644
--- a/src/content/docs/v4/api/interfaces/ModalSubmitCommand.md
+++ b/src/content/docs/v4/api/interfaces/ModalSubmitCommand.md
@@ -21,7 +21,7 @@ title: "ModalSubmitCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "ModalSubmitCommand"
#### Source
-[src/types/core-modules.ts:111](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L111)
+[src/types/core-modules.ts:111](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L111)
***
@@ -67,7 +67,7 @@ title: "ModalSubmitCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "ModalSubmitCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "ModalSubmitCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "ModalSubmitCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "ModalSubmitCommand"
#### Source
-[src/types/core-modules.ts:110](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L110)
+[src/types/core-modules.ts:110](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L110)
diff --git a/src/content/docs/v4/api/interfaces/Module.md b/src/content/docs/v4/api/interfaces/Module.md
index 61383dbf3..abd0e3646 100644
--- a/src/content/docs/v4/api/interfaces/Module.md
+++ b/src/content/docs/v4/api/interfaces/Module.md
@@ -31,7 +31,7 @@ title: "Module"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -49,7 +49,7 @@ title: "Module"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -59,7 +59,7 @@ title: "Module"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -69,7 +69,7 @@ title: "Module"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -79,7 +79,7 @@ title: "Module"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -89,7 +89,7 @@ title: "Module"
#### Source
-[src/types/core-modules.ts:35](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L35)
+[src/types/core-modules.ts:35](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L35)
## Methods
@@ -107,4 +107,4 @@ title: "Module"
#### Source
-[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L44)
+[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L44)
diff --git a/src/content/docs/v4/api/interfaces/Plugin.md b/src/content/docs/v4/api/interfaces/Plugin.md
index 41e0679e6..42d8bfe4b 100644
--- a/src/content/docs/v4/api/interfaces/Plugin.md
+++ b/src/content/docs/v4/api/interfaces/Plugin.md
@@ -30,7 +30,7 @@ title: "Plugin"
#### Source
-[src/types/core-plugin.ts:44](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L44)
+[src/types/core-plugin.ts:44](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L44)
***
@@ -40,4 +40,4 @@ title: "Plugin"
#### Source
-[src/types/core-plugin.ts:43](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L43)
+[src/types/core-plugin.ts:43](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L43)
diff --git a/src/content/docs/v4/api/interfaces/PresenceResult.md b/src/content/docs/v4/api/interfaces/PresenceResult.md
index 339cd3532..a26b924ed 100644
--- a/src/content/docs/v4/api/interfaces/PresenceResult.md
+++ b/src/content/docs/v4/api/interfaces/PresenceResult.md
@@ -13,7 +13,7 @@ title: "PresenceResult"
#### Source
-[src/core/presences.ts:11](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L11)
+[src/core/presences.ts:11](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L11)
***
@@ -23,7 +23,7 @@ title: "PresenceResult"
#### Source
-[src/core/presences.ts:10](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L10)
+[src/core/presences.ts:10](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L10)
***
@@ -41,7 +41,7 @@ title: "PresenceResult"
#### Source
-[src/core/presences.ts:14](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L14)
+[src/core/presences.ts:14](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L14)
***
@@ -51,7 +51,7 @@ title: "PresenceResult"
#### Source
-[src/core/presences.ts:13](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L13)
+[src/core/presences.ts:13](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L13)
***
@@ -61,7 +61,7 @@ title: "PresenceResult"
#### Source
-[src/core/presences.ts:12](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L12)
+[src/core/presences.ts:12](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L12)
***
@@ -71,4 +71,4 @@ title: "PresenceResult"
#### Source
-[src/core/presences.ts:9](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L9)
+[src/core/presences.ts:9](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L9)
diff --git a/src/content/docs/v4/api/interfaces/RoleSelectCommand.md b/src/content/docs/v4/api/interfaces/RoleSelectCommand.md
index 4c1a2c5ff..cf695c716 100644
--- a/src/content/docs/v4/api/interfaces/RoleSelectCommand.md
+++ b/src/content/docs/v4/api/interfaces/RoleSelectCommand.md
@@ -21,7 +21,7 @@ title: "RoleSelectCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "RoleSelectCommand"
#### Source
-[src/types/core-modules.ts:96](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L96)
+[src/types/core-modules.ts:96](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L96)
***
@@ -67,7 +67,7 @@ title: "RoleSelectCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "RoleSelectCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "RoleSelectCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "RoleSelectCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "RoleSelectCommand"
#### Source
-[src/types/core-modules.ts:95](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L95)
+[src/types/core-modules.ts:95](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L95)
diff --git a/src/content/docs/v4/api/interfaces/SernAutocompleteData.md b/src/content/docs/v4/api/interfaces/SernAutocompleteData.md
index f5c84bfa4..669ef94e5 100644
--- a/src/content/docs/v4/api/interfaces/SernAutocompleteData.md
+++ b/src/content/docs/v4/api/interfaces/SernAutocompleteData.md
@@ -17,7 +17,7 @@ title: "SernAutocompleteData"
#### Source
-[src/types/core-modules.ts:185](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L185)
+[src/types/core-modules.ts:185](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L185)
***
@@ -27,7 +27,7 @@ title: "SernAutocompleteData"
#### Source
-[src/types/core-modules.ts:190](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L190)
+[src/types/core-modules.ts:190](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L190)
***
@@ -107,4 +107,4 @@ node\_modules/discord.js/typings/index.d.ts:4717
#### Source
-[src/types/core-modules.ts:186](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L186)
+[src/types/core-modules.ts:186](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L186)
diff --git a/src/content/docs/v4/api/interfaces/SernEventCommand.md b/src/content/docs/v4/api/interfaces/SernEventCommand.md
index 16f7f8030..09bfa72cd 100644
--- a/src/content/docs/v4/api/interfaces/SernEventCommand.md
+++ b/src/content/docs/v4/api/interfaces/SernEventCommand.md
@@ -25,7 +25,7 @@ title: "SernEventCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -47,7 +47,7 @@ title: "SernEventCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -61,7 +61,7 @@ title: "SernEventCommand"
#### Source
-[src/types/core-modules.ts:49](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L49)
+[src/types/core-modules.ts:49](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L49)
***
@@ -75,7 +75,7 @@ title: "SernEventCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -89,7 +89,7 @@ title: "SernEventCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -103,7 +103,7 @@ title: "SernEventCommand"
#### Source
-[src/types/core-modules.ts:50](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L50)
+[src/types/core-modules.ts:50](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L50)
## Methods
@@ -125,4 +125,4 @@ title: "SernEventCommand"
#### Source
-[src/types/core-modules.ts:51](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L51)
+[src/types/core-modules.ts:51](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L51)
diff --git a/src/content/docs/v4/api/interfaces/SernEventsMapping.md b/src/content/docs/v4/api/interfaces/SernEventsMapping.md
index b05929ef4..bbf6e4552 100644
--- a/src/content/docs/v4/api/interfaces/SernEventsMapping.md
+++ b/src/content/docs/v4/api/interfaces/SernEventsMapping.md
@@ -13,7 +13,7 @@ title: "SernEventsMapping"
#### Source
-[src/types/utility.ts:13](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/utility.ts#L13)
+[src/types/utility.ts:13](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/utility.ts#L13)
***
@@ -23,7 +23,7 @@ title: "SernEventsMapping"
#### Source
-[src/types/utility.ts:12](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/utility.ts#L12)
+[src/types/utility.ts:12](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/utility.ts#L12)
***
@@ -33,7 +33,7 @@ title: "SernEventsMapping"
#### Source
-[src/types/utility.ts:11](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/utility.ts#L11)
+[src/types/utility.ts:11](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/utility.ts#L11)
***
@@ -43,7 +43,7 @@ title: "SernEventsMapping"
#### Source
-[src/types/utility.ts:15](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/utility.ts#L15)
+[src/types/utility.ts:15](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/utility.ts#L15)
***
@@ -53,4 +53,4 @@ title: "SernEventsMapping"
#### Source
-[src/types/utility.ts:14](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/utility.ts#L14)
+[src/types/utility.ts:14](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/utility.ts#L14)
diff --git a/src/content/docs/v4/api/interfaces/SernSubCommandData.md b/src/content/docs/v4/api/interfaces/SernSubCommandData.md
index a74262ef2..0036839aa 100644
--- a/src/content/docs/v4/api/interfaces/SernSubCommandData.md
+++ b/src/content/docs/v4/api/interfaces/SernSubCommandData.md
@@ -73,7 +73,7 @@ node\_modules/discord-api-types/payloads/v10/\_interactions/\_applicationCommand
#### Source
-[src/types/core-modules.ts:225](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L225)
+[src/types/core-modules.ts:225](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L225)
***
@@ -101,4 +101,4 @@ node\_modules/discord-api-types/payloads/v10/\_interactions/\_applicationCommand
#### Source
-[src/types/core-modules.ts:224](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L224)
+[src/types/core-modules.ts:224](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L224)
diff --git a/src/content/docs/v4/api/interfaces/SernSubCommandGroupData.md b/src/content/docs/v4/api/interfaces/SernSubCommandGroupData.md
index 543ee9cd6..ee93f25c4 100644
--- a/src/content/docs/v4/api/interfaces/SernSubCommandGroupData.md
+++ b/src/content/docs/v4/api/interfaces/SernSubCommandGroupData.md
@@ -87,7 +87,7 @@ node\_modules/discord.js/typings/index.d.ts:4714
#### Source
-[src/types/core-modules.ts:230](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L230)
+[src/types/core-modules.ts:230](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L230)
***
@@ -111,4 +111,4 @@ node\_modules/discord.js/typings/index.d.ts:4717
#### Source
-[src/types/core-modules.ts:229](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L229)
+[src/types/core-modules.ts:229](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L229)
diff --git a/src/content/docs/v4/api/interfaces/SlashCommand.md b/src/content/docs/v4/api/interfaces/SlashCommand.md
index 8c008b1c7..7bc5e1177 100644
--- a/src/content/docs/v4/api/interfaces/SlashCommand.md
+++ b/src/content/docs/v4/api/interfaces/SlashCommand.md
@@ -21,7 +21,7 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:132](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L132)
+[src/types/core-modules.ts:132](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L132)
***
@@ -45,7 +45,7 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:134](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L134)
+[src/types/core-modules.ts:134](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L134)
***
@@ -67,7 +67,7 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -105,7 +105,7 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:133](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L133)
+[src/types/core-modules.ts:133](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L133)
***
@@ -119,7 +119,7 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -133,4 +133,4 @@ title: "SlashCommand"
#### Source
-[src/types/core-modules.ts:131](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L131)
+[src/types/core-modules.ts:131](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L131)
diff --git a/src/content/docs/v4/api/interfaces/StringSelectCommand.md b/src/content/docs/v4/api/interfaces/StringSelectCommand.md
index ee917dcbb..da37556e6 100644
--- a/src/content/docs/v4/api/interfaces/StringSelectCommand.md
+++ b/src/content/docs/v4/api/interfaces/StringSelectCommand.md
@@ -21,7 +21,7 @@ title: "StringSelectCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "StringSelectCommand"
#### Source
-[src/types/core-modules.ts:86](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L86)
+[src/types/core-modules.ts:86](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L86)
***
@@ -67,7 +67,7 @@ title: "StringSelectCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "StringSelectCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "StringSelectCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "StringSelectCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "StringSelectCommand"
#### Source
-[src/types/core-modules.ts:85](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L85)
+[src/types/core-modules.ts:85](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L85)
diff --git a/src/content/docs/v4/api/interfaces/TextCommand.md b/src/content/docs/v4/api/interfaces/TextCommand.md
index d7399dd9a..67d2f8ba6 100644
--- a/src/content/docs/v4/api/interfaces/TextCommand.md
+++ b/src/content/docs/v4/api/interfaces/TextCommand.md
@@ -21,7 +21,7 @@ title: "TextCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "TextCommand"
#### Source
-[src/types/core-modules.ts:127](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L127)
+[src/types/core-modules.ts:127](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L127)
***
@@ -67,7 +67,7 @@ title: "TextCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "TextCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "TextCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "TextCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "TextCommand"
#### Source
-[src/types/core-modules.ts:126](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L126)
+[src/types/core-modules.ts:126](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L126)
diff --git a/src/content/docs/v4/api/interfaces/UserSelectCommand.md b/src/content/docs/v4/api/interfaces/UserSelectCommand.md
index c764669a5..ec8524d65 100644
--- a/src/content/docs/v4/api/interfaces/UserSelectCommand.md
+++ b/src/content/docs/v4/api/interfaces/UserSelectCommand.md
@@ -21,7 +21,7 @@ title: "UserSelectCommand"
#### Source
-[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L39)
+[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L39)
***
@@ -45,7 +45,7 @@ title: "UserSelectCommand"
#### Source
-[src/types/core-modules.ts:106](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L106)
+[src/types/core-modules.ts:106](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L106)
***
@@ -67,7 +67,7 @@ title: "UserSelectCommand"
#### Source
-[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L40)
+[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L40)
***
@@ -81,7 +81,7 @@ title: "UserSelectCommand"
#### Source
-[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L36)
+[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L36)
***
@@ -95,7 +95,7 @@ title: "UserSelectCommand"
#### Source
-[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L37)
+[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L37)
***
@@ -109,7 +109,7 @@ title: "UserSelectCommand"
#### Source
-[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L38)
+[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L38)
***
@@ -123,4 +123,4 @@ title: "UserSelectCommand"
#### Source
-[src/types/core-modules.ts:105](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L105)
+[src/types/core-modules.ts:105](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L105)
diff --git a/src/content/docs/v4/api/namespaces/Sern/functions/init.md b/src/content/docs/v4/api/namespaces/Sern/functions/init.md
index dbeee5f70..4d419dcf1 100644
--- a/src/content/docs/v4/api/namespaces/Sern/functions/init.md
+++ b/src/content/docs/v4/api/namespaces/Sern/functions/init.md
@@ -30,4 +30,4 @@ Sern.init({
## Source
-[src/sern.ts:32](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/sern.ts#L32)
+[src/sern.ts:34](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/sern.ts#L34)
diff --git a/src/content/docs/v4/api/type-aliases/AnyPlugin.md b/src/content/docs/v4/api/type-aliases/AnyPlugin.md
index dc7438c27..6d38f9bb4 100644
--- a/src/content/docs/v4/api/type-aliases/AnyPlugin.md
+++ b/src/content/docs/v4/api/type-aliases/AnyPlugin.md
@@ -9,4 +9,4 @@ title: "AnyPlugin"
## Source
-[src/types/core-plugin.ts:54](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L54)
+[src/types/core-plugin.ts:54](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L54)
diff --git a/src/content/docs/v4/api/type-aliases/AssetEncoding.md b/src/content/docs/v4/api/type-aliases/AssetEncoding.md
deleted file mode 100644
index cbb93e3be..000000000
--- a/src/content/docs/v4/api/type-aliases/AssetEncoding.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-editUrl: false
-next: false
-prev: false
-title: "AssetEncoding"
----
-
-> **AssetEncoding**: `"attachment"` \| `"base64"` \| `"binary"` \| `"utf8"` \| `"json"`
-
-## Source
-
-[src/index.ts:61](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/index.ts#L61)
diff --git a/src/content/docs/v4/api/type-aliases/CommandModule.md b/src/content/docs/v4/api/type-aliases/CommandModule.md
index 9e6fb7ec6..54fab7a85 100644
--- a/src/content/docs/v4/api/type-aliases/CommandModule.md
+++ b/src/content/docs/v4/api/type-aliases/CommandModule.md
@@ -9,4 +9,4 @@ title: "CommandModule"
## Source
-[src/types/core-modules.ts:145](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L145)
+[src/types/core-modules.ts:145](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L145)
diff --git a/src/content/docs/v4/api/type-aliases/Controller.md b/src/content/docs/v4/api/type-aliases/Controller.md
index 5ebb04a0f..97212929f 100644
--- a/src/content/docs/v4/api/type-aliases/Controller.md
+++ b/src/content/docs/v4/api/type-aliases/Controller.md
@@ -9,4 +9,4 @@ title: "Controller"
## Source
-[src/index.ts:55](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/index.ts#L55)
+[src/index.ts:52](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/index.ts#L52)
diff --git a/src/content/docs/v4/api/type-aliases/EventModule.md b/src/content/docs/v4/api/type-aliases/EventModule.md
index 76045d364..254ff5bb9 100644
--- a/src/content/docs/v4/api/type-aliases/EventModule.md
+++ b/src/content/docs/v4/api/type-aliases/EventModule.md
@@ -9,4 +9,4 @@ title: "EventModule"
## Source
-[src/types/core-modules.ts:144](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L144)
+[src/types/core-modules.ts:144](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L144)
diff --git a/src/content/docs/v4/api/type-aliases/LogPayload.md b/src/content/docs/v4/api/type-aliases/LogPayload.md
index 0757f39a0..e0dfca446 100644
--- a/src/content/docs/v4/api/type-aliases/LogPayload.md
+++ b/src/content/docs/v4/api/type-aliases/LogPayload.md
@@ -19,4 +19,4 @@ title: "LogPayload"
## Source
-[src/core/interfaces.ts:55](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/interfaces.ts#L55)
+[src/core/interfaces.ts:55](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/interfaces.ts#L55)
diff --git a/src/content/docs/v4/api/type-aliases/Payload.md b/src/content/docs/v4/api/type-aliases/Payload.md
index 89f652ce9..c92f20423 100644
--- a/src/content/docs/v4/api/type-aliases/Payload.md
+++ b/src/content/docs/v4/api/type-aliases/Payload.md
@@ -9,4 +9,4 @@ title: "Payload"
## Source
-[src/types/utility.ts:18](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/utility.ts#L18)
+[src/types/utility.ts:18](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/utility.ts#L18)
diff --git a/src/content/docs/v4/api/type-aliases/PluginResult.md b/src/content/docs/v4/api/type-aliases/PluginResult.md
index d7942f25f..529245747 100644
--- a/src/content/docs/v4/api/type-aliases/PluginResult.md
+++ b/src/content/docs/v4/api/type-aliases/PluginResult.md
@@ -9,4 +9,4 @@ title: "PluginResult"
## Source
-[src/types/core-plugin.ts:35](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-plugin.ts#L35)
+[src/types/core-plugin.ts:35](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-plugin.ts#L35)
diff --git a/src/content/docs/v4/api/type-aliases/PresenceConfig.md b/src/content/docs/v4/api/type-aliases/PresenceConfig.md
index 0860e25da..4a0dd0901 100644
--- a/src/content/docs/v4/api/type-aliases/PresenceConfig.md
+++ b/src/content/docs/v4/api/type-aliases/PresenceConfig.md
@@ -31,4 +31,4 @@ title: "PresenceConfig"
## Source
-[src/core/presences.ts:60](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L60)
+[src/core/presences.ts:60](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L60)
diff --git a/src/content/docs/v4/api/type-aliases/SDT.md b/src/content/docs/v4/api/type-aliases/SDT.md
index 218416681..29d30a674 100644
--- a/src/content/docs/v4/api/type-aliases/SDT.md
+++ b/src/content/docs/v4/api/type-aliases/SDT.md
@@ -27,4 +27,4 @@ title: "SDT"
## Source
-[src/types/core-modules.ts:25](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L25)
+[src/types/core-modules.ts:25](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L25)
diff --git a/src/content/docs/v4/api/type-aliases/SernOptionsData.md b/src/content/docs/v4/api/type-aliases/SernOptionsData.md
index 624155fa3..d937af2be 100644
--- a/src/content/docs/v4/api/type-aliases/SernOptionsData.md
+++ b/src/content/docs/v4/api/type-aliases/SernOptionsData.md
@@ -7,8 +7,8 @@ title: "SernOptionsData"
> **SernOptionsData**: [`SernSubCommandData`](/v4/api/interfaces/sernsubcommanddata/) \| [`SernSubCommandGroupData`](/v4/api/interfaces/sernsubcommandgroupdata/) \| `APIApplicationCommandBasicOption` \| [`SernAutocompleteData`](/v4/api/interfaces/sernautocompletedata/)
-Type that replaces autocomplete with [SernAutocompleteData](../../../../../../v4/api/interfaces/sernautocompletedata)
+Type that replaces autocomplete with [SernAutocompleteData](../../../../../../../../v4/api/interfaces/sernautocompletedata)
## Source
-[src/types/core-modules.ts:216](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/types/core-modules.ts#L216)
+[src/types/core-modules.ts:216](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/types/core-modules.ts#L216)
diff --git a/src/content/docs/v4/api/variables/Presence.md b/src/content/docs/v4/api/variables/Presence.md
index 8c5c36a2d..833946ca9 100644
--- a/src/content/docs/v4/api/variables/Presence.md
+++ b/src/content/docs/v4/api/variables/Presence.md
@@ -116,4 +116,4 @@ Presence
## Source
-[src/core/presences.ts:17](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/presences.ts#L17)
+[src/core/presences.ts:17](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/presences.ts#L17)
diff --git a/src/content/docs/v4/api/variables/controller.md b/src/content/docs/v4/api/variables/controller.md
index 1adb82e6d..a4703d14d 100644
--- a/src/content/docs/v4/api/variables/controller.md
+++ b/src/content/docs/v4/api/variables/controller.md
@@ -40,4 +40,4 @@ The object passed into every plugin to control a command's behavior
## Source
-[src/core/create-plugins.ts:39](https://github.com/sern-handler/handler/blob/222ecd9b61ad0b94830a2a9444118f01e1b7d6cd/src/core/create-plugins.ts#L39)
+[src/core/create-plugins.ts:39](https://github.com/sern-handler/handler/blob/2f778f4dc2510724f049f19e69e0afca26d6bcad/src/core/create-plugins.ts#L39)
diff --git a/src/content/docs/v4/reference/autocomplete.mdx b/src/content/docs/v4/reference/autocomplete.mdx
index 9e99b01b1..2a942f86b 100644
--- a/src/content/docs/v4/reference/autocomplete.mdx
+++ b/src/content/docs/v4/reference/autocomplete.mdx
@@ -38,7 +38,7 @@ export default commandModule({
],
execute: (ctx, [, args]) => {
const cheese = args.getString("list", true);
- ctx.reply("selected cheese");
+ ctx.reply("selected cheese " + cheese);
},
});
```
diff --git a/src/content/docs/v4/reference/dependencies.mdx b/src/content/docs/v4/reference/dependencies.mdx
index a3dff6d90..80d73a5ab 100644
--- a/src/content/docs/v4/reference/dependencies.mdx
+++ b/src/content/docs/v4/reference/dependencies.mdx
@@ -51,6 +51,7 @@ await makeDependencies(({ swap }) => {
```
:::
+
## Lifecycle Hooks
Dependencies can call a function throughout you bot's lifetime.
diff --git a/src/content/docs/v4/reference/modules.mdx b/src/content/docs/v4/reference/modules.mdx
index 3a6e59d6c..02a23009d 100644
--- a/src/content/docs/v4/reference/modules.mdx
+++ b/src/content/docs/v4/reference/modules.mdx
@@ -10,7 +10,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
## Introduction
-sern operates with **modules**. At its core, modules contain `type`,`execute`, and [`plugins`](/v4/reference/plugins) (code ran before `execute`).
+sern operates with **modules**. At its core, modules are simple objects which contain properties `type`,`execute`, and [`plugins`](/v4/reference/plugins) (code ran before `execute`).
## Modules
@@ -57,7 +57,8 @@ export default commandModule({
```
:::tip
-Run `sern commands publish` so discord registers it to your application correctly.
+You'll need to publish these modules. Don't worry, we've already got that covered [here](/v4/tools/localizer).
+You may not see your command instantly in Discord, if so, try refreshing.
:::
diff --git a/src/content/docs/v4/reference/plugins.mdx b/src/content/docs/v4/reference/plugins.mdx
index 092e37070..48b9ccd70 100644
--- a/src/content/docs/v4/reference/plugins.mdx
+++ b/src/content/docs/v4/reference/plugins.mdx
@@ -6,7 +6,7 @@ sidebar:
---
:::tip
-**TLDR:** Plugins are reusable pieces of code and are installable via `sern plugins`.
+**TLDR:** Plugins are reusable pieces of code and are installable via `sern plugins` or other sources.
They can modify the module's fields and also perform preconditions.
Put them into the `plugins` field of a [module](/v4/reference/modules).
:::
@@ -72,6 +72,26 @@ export const updateDescription = (description: string) => {
});
};
```
+:::warning
+You may modify any of the fields of the module, but please careful!
+This also includes double checking any plugins which may modify fields of modules.
+:::
+
+### User Data
+
+Each module has a `locals` object which you are free to add custom user data. For example, the localizer AND publisher
+take advantage of this to attach metadata.
+
+```ts title="src/plugins/dateRegistered.js" {3} {9}
+import { CommandInitPlugin } from "@sern/handler";
+
+export const dateRegistered = (description: string) => {
+ return CommandInitPlugin(({ module, deps }) => {
+ module.locals.registered = Date.now() // save module registration date
+ return controller.next(); // continue to next plugin
+ });
+};
+```
## Control Plugins
@@ -151,7 +171,7 @@ State passing is a glorified asynchronous [reduce](https://developer.mozilla.org
#### Caveats
Passing data with the same key will get overridden by the latest plugin.
-It is recommended to namespace data keys if you have multiple plugins, or you can ensure no keys are overridden by the
+It is recommended to **namespace** data keys if you have multiple plugins, or you can ensure no keys are overridden by the
plugin chain.
```js
return controller.next({ 'cheese-plugin/data' : "From cheese-plugin" })
diff --git a/src/content/docs/v4/reference/presence.mdx b/src/content/docs/v4/reference/presence.mdx
index 0102f1601..733059067 100644
--- a/src/content/docs/v4/reference/presence.mdx
+++ b/src/content/docs/v4/reference/presence.mdx
@@ -32,7 +32,7 @@ export default Presence.module({
### Repeated
Set your presence on intervals or events emitted.
-
+An example of this is shuffling presences on intervals.
```js title="./src/presence.js"
import { Presence } from '@sern/handler'
import { ActivityType, ClientPresenceStatus } from 'discord.js';
@@ -54,7 +54,6 @@ const statuses = [[ActivityType.Watching, "the sern community", "online"],
[ActivityType.Playing, "with @sern/cli", "idle"],
[ActivityType.Watching, "sern bots", "dnd"],
[ActivityType.Watching, "github stars go brrr", "online"],
- [ActivityType.Listening, "Spotify", "dnd"],
[ActivityType.Listening, "what's bofa", "idle"]];
export default Presence.module({
diff --git a/src/content/docs/v4/reference/project-layout.mdx b/src/content/docs/v4/reference/project-layout.mdx
index 89623217e..4f043db97 100644
--- a/src/content/docs/v4/reference/project-layout.mdx
+++ b/src/content/docs/v4/reference/project-layout.mdx
@@ -5,7 +5,7 @@ sidebar:
order: 2
---
-Usually, a project should look like this:
+A project should look like this:
import { FileTree } from '@astrojs/starlight/components';
diff --git a/src/content/docs/v4/tools/localizer.mdx b/src/content/docs/v4/tools/localizer.mdx
index eda90fa6f..2b338bc07 100644
--- a/src/content/docs/v4/tools/localizer.mdx
+++ b/src/content/docs/v4/tools/localizer.mdx
@@ -46,7 +46,7 @@ import { Tabs, TabItem } from "@astrojs/starlight/components";
```json title=~/assets/locals/en-US.json
{
"salute": {
- "hello": "hello"
+ "hello": "hola"
}
}
```