mirror of
https://github.com/sern-handler/website
synced 2026-06-26 09:42:24 +00:00
update docs
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typedoc": "^0.25.13",
|
||||
"typedoc-plugin-markdown": "next",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "~5.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.1.1",
|
||||
|
||||
8
setup.ts
8
setup.ts
@@ -1,6 +1,6 @@
|
||||
import { $ } from "bun";
|
||||
import { GITHUB_URL } from "~/utils/consts";
|
||||
import { existsSync } from "node:fs";
|
||||
import { existsSync, rm } from "node:fs";
|
||||
import { copyFile } from "node:fs/promises";
|
||||
|
||||
interface GitItem {
|
||||
@@ -44,7 +44,11 @@ for (const git of gits) {
|
||||
}
|
||||
|
||||
if (git.degit) {
|
||||
await $`find ${git.name} -name ".git" -type d -exec rm -rf {} +`;
|
||||
rm(git.name+"/.git", { recursive: true }, (err) => {
|
||||
if(err) {
|
||||
throw err;
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ title: "@sern/handler"
|
||||
- [ContextMenuUser](/v4/api/interfaces/contextmenuuser/)
|
||||
- [ControlPlugin](/v4/api/interfaces/controlplugin/)
|
||||
- [CoreDependencies](/v4/api/interfaces/coredependencies/)
|
||||
- [DependencyConfiguration](/v4/api/interfaces/dependencyconfiguration/)
|
||||
- [DiscordEventCommand](/v4/api/interfaces/discordeventcommand/)
|
||||
- [Disposable](/v4/api/interfaces/disposable/)
|
||||
- [Emitter](/v4/api/interfaces/emitter/)
|
||||
|
||||
@@ -27,7 +27,7 @@ Message and ChatInputCommandInteraction
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/structures/context.ts:49](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L49)
|
||||
[src/core/structures/context.ts:49](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L53)
|
||||
[src/core/structures/context.ts:53](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L108)
|
||||
[src/core/structures/context.ts:108](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L73)
|
||||
[src/core/structures/context.ts:73](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L79)
|
||||
[src/core/structures/context.ts:79](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L85)
|
||||
[src/core/structures/context.ts:85](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L43)
|
||||
[src/core/structures/context.ts:43](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L114)
|
||||
[src/core/structures/context.ts:114](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L103)
|
||||
[src/core/structures/context.ts:103](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L93)
|
||||
[src/core/structures/context.ts:93](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L99)
|
||||
[src/core/structures/context.ts:99](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L26)
|
||||
[src/core/structures/context.ts:26](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L40)
|
||||
[src/core/structures/context.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L63)
|
||||
[src/core/structures/context.ts:63](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L69)
|
||||
[src/core/structures/context.ts:69](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/core-context.ts#L11)
|
||||
[src/core/structures/core-context.ts:11](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/core-context.ts#L15)
|
||||
[src/core/structures/core-context.ts:15](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L120)
|
||||
[src/core/structures/context.ts:120](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L129)
|
||||
[src/core/structures/context.ts:129](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L129)
|
||||
|
||||
@@ -31,7 +31,7 @@ export default commandModule({
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L20)
|
||||
[src/core/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L23)
|
||||
[src/core/structures/enums.ts:23](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L29)
|
||||
[src/core/structures/enums.ts:29](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L22)
|
||||
[src/core/structures/enums.ts:22](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L21)
|
||||
[src/core/structures/enums.ts:21](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L28)
|
||||
[src/core/structures/enums.ts:28](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L25)
|
||||
[src/core/structures/enums.ts:25](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L27)
|
||||
[src/core/structures/enums.ts:27](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L19)
|
||||
[src/core/structures/enums.ts:19](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L24)
|
||||
[src/core/structures/enums.ts:24](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L18)
|
||||
[src/core/structures/enums.ts:18](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L26)
|
||||
[src/core/structures/enums.ts:26](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L26)
|
||||
|
||||
@@ -28,7 +28,7 @@ export default eventModule({
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/structures/enums.ts:61](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L61)
|
||||
[src/core/structures/enums.ts:61](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L51)
|
||||
[src/core/structures/enums.ts:51](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L60)
|
||||
[src/core/structures/enums.ts:60](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L55)
|
||||
[src/core/structures/enums.ts:55](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L55)
|
||||
|
||||
@@ -17,7 +17,7 @@ title: "PayloadType"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/structures/enums.ts:94](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L94)
|
||||
[src/core/structures/enums.ts:94](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L93)
|
||||
[src/core/structures/enums.ts:93](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L95)
|
||||
[src/core/structures/enums.ts:95](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L95)
|
||||
|
||||
@@ -29,7 +29,7 @@ The PluginType for EventPlugins
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L86)
|
||||
[src/core/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L82)
|
||||
[src/core/structures/enums.ts:82](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L82)
|
||||
|
||||
@@ -25,4 +25,4 @@ title: "CommandControlPlugin"
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/create-plugins.ts:28](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/create-plugins.ts#L28)
|
||||
[src/core/plugin.ts:28](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/plugin.ts#L28)
|
||||
|
||||
@@ -25,4 +25,4 @@ title: "CommandInitPlugin"
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/create-plugins.ts:20](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/create-plugins.ts#L20)
|
||||
[src/core/plugin.ts:20](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/plugin.ts#L20)
|
||||
|
||||
@@ -21,4 +21,4 @@ title: "EventInitPlugin"
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/create-plugins.ts:14](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/create-plugins.ts#L14)
|
||||
[src/core/plugin.ts:14](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/plugin.ts#L14)
|
||||
|
||||
@@ -38,4 +38,4 @@ const client = Service('@sern/client');
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/ioc.ts:87](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/ioc.ts#L87)
|
||||
[src/core/ioc.ts:90](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L90)
|
||||
|
||||
@@ -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.ts:95](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/ioc.ts#L95)
|
||||
[src/core/ioc.ts:98](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L98)
|
||||
|
||||
@@ -21,4 +21,4 @@ title: "commandModule"
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/modules.ts:15](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/modules.ts#L15)
|
||||
[src/core/modules.ts:15](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/modules.ts#L15)
|
||||
|
||||
@@ -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:42](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/modules.ts#L42)
|
||||
[src/core/modules.ts:42](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/modules.ts#L42)
|
||||
|
||||
@@ -22,4 +22,4 @@ The wrapper function to define event modules for sern
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/modules.ts:28](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/modules.ts#L28)
|
||||
[src/core/modules.ts:28](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/modules.ts#L28)
|
||||
|
||||
@@ -28,4 +28,4 @@ await makeDependencies(({ add }) => {
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/ioc.ts:56](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/ioc.ts#L56)
|
||||
[src/core/ioc.ts:59](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L59)
|
||||
|
||||
@@ -23,4 +23,4 @@ title: "makePlugin"
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/create-plugins.ts:5](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/create-plugins.ts#L5)
|
||||
[src/core/plugin.ts:5](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/plugin.ts#L5)
|
||||
|
||||
@@ -25,4 +25,4 @@ Creates a singleton object.
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/ioc.ts:104](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/ioc.ts#L104)
|
||||
[src/core/ioc.ts:107](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L107)
|
||||
|
||||
@@ -30,4 +30,4 @@ Creates a transient object
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/ioc.ts:115](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/ioc.ts#L115)
|
||||
[src/core/ioc.ts:118](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L118)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:140](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L140)
|
||||
[src/types/core-modules.ts:140](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L140)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:142](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L142)
|
||||
[src/types/core-modules.ts:142](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L142)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -119,7 +119,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:141](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L141)
|
||||
[src/types/core-modules.ts:141](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L141)
|
||||
|
||||
***
|
||||
|
||||
@@ -133,7 +133,7 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -147,4 +147,4 @@ title: "BothCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:139](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L139)
|
||||
[src/types/core-modules.ts:139](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L139)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:82](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L82)
|
||||
[src/types/core-modules.ts:82](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L82)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "ButtonCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:81](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L81)
|
||||
[src/types/core-modules.ts:81](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L81)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:92](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L92)
|
||||
[src/types/core-modules.ts:92](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L92)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "ChannelSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:91](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L91)
|
||||
[src/types/core-modules.ts:91](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L91)
|
||||
|
||||
@@ -13,7 +13,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:163](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L163)
|
||||
[src/types/core-modules.ts:163](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L163)
|
||||
|
||||
***
|
||||
|
||||
@@ -23,7 +23,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:171](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L171)
|
||||
[src/types/core-modules.ts:171](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L171)
|
||||
|
||||
***
|
||||
|
||||
@@ -33,7 +33,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:173](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L173)
|
||||
[src/types/core-modules.ts:173](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L173)
|
||||
|
||||
***
|
||||
|
||||
@@ -43,7 +43,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:168](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L168)
|
||||
[src/types/core-modules.ts:168](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L168)
|
||||
|
||||
***
|
||||
|
||||
@@ -53,7 +53,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:164](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L164)
|
||||
[src/types/core-modules.ts:164](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L164)
|
||||
|
||||
***
|
||||
|
||||
@@ -63,7 +63,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:170](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L170)
|
||||
[src/types/core-modules.ts:170](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L170)
|
||||
|
||||
***
|
||||
|
||||
@@ -73,7 +73,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:165](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L165)
|
||||
[src/types/core-modules.ts:165](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L165)
|
||||
|
||||
***
|
||||
|
||||
@@ -83,7 +83,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:169](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L169)
|
||||
[src/types/core-modules.ts:169](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L169)
|
||||
|
||||
***
|
||||
|
||||
@@ -93,7 +93,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:167](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L167)
|
||||
[src/types/core-modules.ts:167](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L167)
|
||||
|
||||
***
|
||||
|
||||
@@ -103,7 +103,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:172](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L172)
|
||||
[src/types/core-modules.ts:172](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L172)
|
||||
|
||||
***
|
||||
|
||||
@@ -113,7 +113,7 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:174](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L174)
|
||||
[src/types/core-modules.ts:174](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L174)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,4 +123,4 @@ title: "CommandModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:166](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L166)
|
||||
[src/types/core-modules.ts:166](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L166)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:77](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L77)
|
||||
[src/types/core-modules.ts:77](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L77)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "ContextMenuMsg"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:76](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L76)
|
||||
[src/types/core-modules.ts:76](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L76)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:72](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L72)
|
||||
[src/types/core-modules.ts:72](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L72)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "ContextMenuUser"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:71](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L71)
|
||||
[src/types/core-modules.ts:71](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L71)
|
||||
|
||||
@@ -33,7 +33,7 @@ title: "ControlPlugin"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-plugin.ts:43](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L43)
|
||||
[src/types/core-plugin.ts:43](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L43)
|
||||
|
||||
***
|
||||
|
||||
@@ -47,4 +47,4 @@ title: "ControlPlugin"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-plugin.ts:51](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L51)
|
||||
[src/types/core-plugin.ts:51](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L51)
|
||||
|
||||
@@ -15,7 +15,7 @@ discord.js client.
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/ioc.ts:12](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/ioc.ts#L12)
|
||||
[src/core/ioc.ts:135](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L135)
|
||||
|
||||
***
|
||||
|
||||
@@ -28,7 +28,7 @@ the handler. some include module.register, module.activate.
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/ioc.ts:17](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/ioc.ts#L17)
|
||||
[src/core/ioc.ts:140](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L140)
|
||||
|
||||
***
|
||||
|
||||
@@ -41,7 +41,7 @@ the sern process actually crashes.
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/ioc.ts:22](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/ioc.ts#L22)
|
||||
[src/core/ioc.ts:145](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L145)
|
||||
|
||||
***
|
||||
|
||||
@@ -53,7 +53,7 @@ Optional logger. Performs ... logging
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/ioc.ts:26](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/ioc.ts#L26)
|
||||
[src/core/ioc.ts:149](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L149)
|
||||
|
||||
***
|
||||
|
||||
@@ -66,4 +66,4 @@ by module.meta.id -> Module
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/ioc.ts:31](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/ioc.ts#L31)
|
||||
[src/core/ioc.ts:154](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/ioc.ts#L154)
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
editUrl: false
|
||||
next: false
|
||||
prev: false
|
||||
title: "DependencyConfiguration"
|
||||
---
|
||||
|
||||
:::caution[Deprecated]
|
||||
This old signature will be incompatible with future versions of sern.
|
||||
```ts
|
||||
To switch your old code:
|
||||
await makeDependencies(({ add }) => {
|
||||
add('@sern/client', new Client())
|
||||
})
|
||||
```
|
||||
:::
|
||||
|
||||
## Properties
|
||||
|
||||
### ~~build()~~
|
||||
|
||||
> **build**: (`root`) => `Container`
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **root**: `Container`
|
||||
|
||||
#### Returns
|
||||
|
||||
`Container`
|
||||
|
||||
#### Source
|
||||
|
||||
[src/index.ts:68](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/index.ts#L68)
|
||||
@@ -25,7 +25,7 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -39,7 +39,7 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -61,7 +61,7 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -75,7 +75,7 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:122](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L122)
|
||||
[src/types/core-modules.ts:122](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L122)
|
||||
|
||||
***
|
||||
|
||||
@@ -89,7 +89,7 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -103,7 +103,7 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -117,7 +117,7 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:123](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L123)
|
||||
[src/types/core-modules.ts:123](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L123)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -139,4 +139,4 @@ title: "DiscordEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:124](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L124)
|
||||
[src/types/core-modules.ts:124](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L124)
|
||||
|
||||
@@ -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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L17)
|
||||
[src/core/interfaces.ts:17](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L17)
|
||||
|
||||
@@ -23,7 +23,7 @@ title: "Emitter"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:22](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L22)
|
||||
[src/core/interfaces.ts:22](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L22)
|
||||
|
||||
***
|
||||
|
||||
@@ -43,7 +43,7 @@ title: "Emitter"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:24](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L24)
|
||||
[src/core/interfaces.ts:24](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L24)
|
||||
|
||||
***
|
||||
|
||||
@@ -63,4 +63,4 @@ title: "Emitter"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:23](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L23)
|
||||
[src/core/interfaces.ts:23](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L23)
|
||||
|
||||
@@ -29,7 +29,7 @@ Version 4 will remove this method
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L36)
|
||||
[src/core/interfaces.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L41)
|
||||
[src/core/interfaces.ts:41](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L41)
|
||||
|
||||
@@ -13,7 +13,7 @@ title: "EventModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:179](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L179)
|
||||
[src/types/core-modules.ts:179](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L179)
|
||||
|
||||
***
|
||||
|
||||
@@ -23,7 +23,7 @@ title: "EventModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:178](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L178)
|
||||
[src/types/core-modules.ts:178](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L178)
|
||||
|
||||
***
|
||||
|
||||
@@ -33,7 +33,7 @@ title: "EventModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:180](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L180)
|
||||
[src/types/core-modules.ts:180](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L180)
|
||||
|
||||
***
|
||||
|
||||
@@ -43,4 +43,4 @@ title: "EventModuleDefs"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:181](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L181)
|
||||
[src/types/core-modules.ts:181](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L181)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -31,7 +31,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:57](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L57)
|
||||
[src/types/core-modules.ts:57](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L57)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -67,7 +67,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:56](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L56)
|
||||
[src/types/core-modules.ts:56](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L56)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:58](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L58)
|
||||
[src/types/core-modules.ts:58](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L58)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -145,4 +145,4 @@ title: "ExternalEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:59](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L59)
|
||||
[src/types/core-modules.ts:59](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L59)
|
||||
|
||||
@@ -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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L9)
|
||||
[src/core/interfaces.ts:9](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L9)
|
||||
|
||||
@@ -33,7 +33,7 @@ title: "InitPlugin"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-plugin.ts:48](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L48)
|
||||
[src/types/core-plugin.ts:48](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L48)
|
||||
|
||||
***
|
||||
|
||||
@@ -47,4 +47,4 @@ title: "InitPlugin"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-plugin.ts:47](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L47)
|
||||
[src/types/core-plugin.ts:47](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L47)
|
||||
|
||||
@@ -29,7 +29,7 @@ title: "Logging"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:52](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L52)
|
||||
[src/core/interfaces.ts:52](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L52)
|
||||
|
||||
***
|
||||
|
||||
@@ -47,7 +47,7 @@ title: "Logging"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:49](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L49)
|
||||
[src/core/interfaces.ts:49](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L49)
|
||||
|
||||
***
|
||||
|
||||
@@ -65,7 +65,7 @@ title: "Logging"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:51](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L51)
|
||||
[src/core/interfaces.ts:51](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L51)
|
||||
|
||||
***
|
||||
|
||||
@@ -83,4 +83,4 @@ title: "Logging"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/interfaces.ts:50](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L50)
|
||||
[src/core/interfaces.ts:50](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L50)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:102](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L102)
|
||||
[src/types/core-modules.ts:102](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L102)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "MentionableSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:101](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L101)
|
||||
[src/types/core-modules.ts:101](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L101)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:112](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L112)
|
||||
[src/types/core-modules.ts:112](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L112)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "ModalSubmitCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:111](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L111)
|
||||
[src/types/core-modules.ts:111](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L111)
|
||||
|
||||
@@ -31,7 +31,7 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -41,7 +41,7 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -69,7 +69,7 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -79,7 +79,7 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -89,7 +89,7 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -99,7 +99,7 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:35](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L35)
|
||||
[src/types/core-modules.ts:35](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L35)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -117,4 +117,4 @@ title: "Module"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:45](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L45)
|
||||
[src/types/core-modules.ts:45](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L45)
|
||||
|
||||
@@ -30,7 +30,7 @@ title: "Plugin"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-plugin.ts:43](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L43)
|
||||
[src/types/core-plugin.ts:43](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L43)
|
||||
|
||||
***
|
||||
|
||||
@@ -40,4 +40,4 @@ title: "Plugin"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-plugin.ts:42](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L42)
|
||||
[src/types/core-plugin.ts:42](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L42)
|
||||
|
||||
@@ -13,7 +13,7 @@ title: "PresenceResult"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/presences.ts:11](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L11)
|
||||
[src/core/presences.ts:11](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
@@ -23,7 +23,7 @@ title: "PresenceResult"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/presences.ts:10](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L10)
|
||||
[src/core/presences.ts:10](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L10)
|
||||
|
||||
***
|
||||
|
||||
@@ -41,7 +41,7 @@ title: "PresenceResult"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/presences.ts:14](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L14)
|
||||
[src/core/presences.ts:14](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L14)
|
||||
|
||||
***
|
||||
|
||||
@@ -51,7 +51,7 @@ title: "PresenceResult"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/presences.ts:13](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L13)
|
||||
[src/core/presences.ts:13](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
@@ -61,7 +61,7 @@ title: "PresenceResult"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/presences.ts:12](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L12)
|
||||
[src/core/presences.ts:12](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L12)
|
||||
|
||||
***
|
||||
|
||||
@@ -71,4 +71,4 @@ title: "PresenceResult"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/core/presences.ts:9](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L9)
|
||||
[src/core/presences.ts:9](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L9)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:97](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L97)
|
||||
[src/types/core-modules.ts:97](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L97)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "RoleSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:96](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L96)
|
||||
[src/types/core-modules.ts:96](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L96)
|
||||
|
||||
@@ -17,7 +17,7 @@ title: "SernAutocompleteData"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:186](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L186)
|
||||
[src/types/core-modules.ts:186](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L186)
|
||||
|
||||
***
|
||||
|
||||
@@ -27,7 +27,7 @@ title: "SernAutocompleteData"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:191](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L191)
|
||||
[src/types/core-modules.ts:191](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L191)
|
||||
|
||||
***
|
||||
|
||||
@@ -107,4 +107,4 @@ node\_modules/discord.js/typings/index.d.ts:4717
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:187](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L187)
|
||||
[src/types/core-modules.ts:187](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L187)
|
||||
|
||||
@@ -25,7 +25,7 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -39,7 +39,7 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -61,7 +61,7 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -75,7 +75,7 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:50](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L50)
|
||||
[src/types/core-modules.ts:50](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L50)
|
||||
|
||||
***
|
||||
|
||||
@@ -89,7 +89,7 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -103,7 +103,7 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -117,7 +117,7 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:51](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L51)
|
||||
[src/types/core-modules.ts:51](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L51)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -139,4 +139,4 @@ title: "SernEventCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:52](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L52)
|
||||
[src/types/core-modules.ts:52](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L52)
|
||||
|
||||
@@ -13,7 +13,7 @@ title: "SernEventsMapping"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/utility.ts:13](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/utility.ts#L13)
|
||||
[src/types/utility.ts:13](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/utility.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
@@ -23,7 +23,7 @@ title: "SernEventsMapping"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/utility.ts:12](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/utility.ts#L12)
|
||||
[src/types/utility.ts:12](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/utility.ts#L12)
|
||||
|
||||
***
|
||||
|
||||
@@ -33,7 +33,7 @@ title: "SernEventsMapping"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/utility.ts:11](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/utility.ts#L11)
|
||||
[src/types/utility.ts:11](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/utility.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
@@ -43,7 +43,7 @@ title: "SernEventsMapping"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/utility.ts:15](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/utility.ts#L15)
|
||||
[src/types/utility.ts:15](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/utility.ts#L15)
|
||||
|
||||
***
|
||||
|
||||
@@ -53,4 +53,4 @@ title: "SernEventsMapping"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/utility.ts:14](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/utility.ts#L14)
|
||||
[src/types/utility.ts:14](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/utility.ts#L14)
|
||||
|
||||
@@ -73,7 +73,7 @@ node\_modules/discord-api-types/payloads/v10/\_interactions/\_applicationCommand
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:226](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L226)
|
||||
[src/types/core-modules.ts:226](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L226)
|
||||
|
||||
***
|
||||
|
||||
@@ -101,4 +101,4 @@ node\_modules/discord-api-types/payloads/v10/\_interactions/\_applicationCommand
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:225](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L225)
|
||||
[src/types/core-modules.ts:225](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L225)
|
||||
|
||||
@@ -87,7 +87,7 @@ node\_modules/discord.js/typings/index.d.ts:4714
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:231](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L231)
|
||||
[src/types/core-modules.ts:231](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L231)
|
||||
|
||||
***
|
||||
|
||||
@@ -111,4 +111,4 @@ node\_modules/discord.js/typings/index.d.ts:4717
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:230](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L230)
|
||||
[src/types/core-modules.ts:230](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L230)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:133](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L133)
|
||||
[src/types/core-modules.ts:133](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L133)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:135](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L135)
|
||||
[src/types/core-modules.ts:135](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L135)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -119,7 +119,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:134](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L134)
|
||||
[src/types/core-modules.ts:134](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L134)
|
||||
|
||||
***
|
||||
|
||||
@@ -133,7 +133,7 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -147,4 +147,4 @@ title: "SlashCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:132](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L132)
|
||||
[src/types/core-modules.ts:132](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L132)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:87](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L87)
|
||||
[src/types/core-modules.ts:87](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L87)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "StringSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:86](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L86)
|
||||
[src/types/core-modules.ts:86](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L86)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:128](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L128)
|
||||
[src/types/core-modules.ts:128](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L128)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "TextCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:127](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L127)
|
||||
[src/types/core-modules.ts:127](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L127)
|
||||
|
||||
@@ -21,7 +21,7 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L39)
|
||||
[src/types/core-modules.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -45,7 +45,7 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:107](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L107)
|
||||
[src/types/core-modules.ts:107](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L107)
|
||||
|
||||
***
|
||||
|
||||
@@ -59,7 +59,7 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L44)
|
||||
[src/types/core-modules.ts:44](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -81,7 +81,7 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L40)
|
||||
[src/types/core-modules.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -95,7 +95,7 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L36)
|
||||
[src/types/core-modules.ts:36](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L36)
|
||||
|
||||
***
|
||||
|
||||
@@ -109,7 +109,7 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L37)
|
||||
[src/types/core-modules.ts:37](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -123,7 +123,7 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L38)
|
||||
[src/types/core-modules.ts:38](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -137,4 +137,4 @@ title: "UserSelectCommand"
|
||||
|
||||
#### Source
|
||||
|
||||
[src/types/core-modules.ts:106](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L106)
|
||||
[src/types/core-modules.ts:106](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L106)
|
||||
|
||||
@@ -11,6 +11,9 @@ title: "init"
|
||||
|
||||
• **maybeWrapper**: `Wrapper`= `undefined`
|
||||
|
||||
Options to pass into sern.
|
||||
Function to start the handler up
|
||||
|
||||
## Returns
|
||||
|
||||
`void`
|
||||
@@ -30,4 +33,4 @@ Sern.init({
|
||||
|
||||
## Source
|
||||
|
||||
[src/sern.ts:34](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/sern.ts#L34)
|
||||
[src/sern.ts:34](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/sern.ts#L34)
|
||||
|
||||
@@ -9,4 +9,4 @@ title: "AnyPlugin"
|
||||
|
||||
## Source
|
||||
|
||||
[src/types/core-plugin.ts:54](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L54)
|
||||
[src/types/core-plugin.ts:54](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L54)
|
||||
|
||||
@@ -9,4 +9,4 @@ title: "CommandModule"
|
||||
|
||||
## Source
|
||||
|
||||
[src/types/core-modules.ts:146](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L146)
|
||||
[src/types/core-modules.ts:146](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L146)
|
||||
|
||||
@@ -9,4 +9,4 @@ title: "Controller"
|
||||
|
||||
## Source
|
||||
|
||||
[src/index.ts:52](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/index.ts#L52)
|
||||
[src/core/plugin.ts:45](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/plugin.ts#L45)
|
||||
|
||||
@@ -9,4 +9,4 @@ title: "EventModule"
|
||||
|
||||
## Source
|
||||
|
||||
[src/types/core-modules.ts:145](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L145)
|
||||
[src/types/core-modules.ts:145](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L145)
|
||||
|
||||
@@ -19,4 +19,4 @@ title: "LogPayload"
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/interfaces.ts:55](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/interfaces.ts#L55)
|
||||
[src/core/interfaces.ts:55](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/interfaces.ts#L55)
|
||||
|
||||
@@ -9,4 +9,4 @@ title: "Payload"
|
||||
|
||||
## Source
|
||||
|
||||
[src/types/utility.ts:18](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/utility.ts#L18)
|
||||
[src/types/utility.ts:18](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/utility.ts#L18)
|
||||
|
||||
@@ -9,4 +9,4 @@ title: "PluginResult"
|
||||
|
||||
## Source
|
||||
|
||||
[src/types/core-plugin.ts:35](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-plugin.ts#L35)
|
||||
[src/types/core-plugin.ts:35](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-plugin.ts#L35)
|
||||
|
||||
@@ -31,4 +31,4 @@ title: "PresenceConfig"
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/presences.ts:60](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L60)
|
||||
[src/core/presences.ts:60](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L60)
|
||||
|
||||
@@ -27,4 +27,4 @@ title: "SDT"
|
||||
|
||||
## Source
|
||||
|
||||
[src/types/core-modules.ts:25](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L25)
|
||||
[src/types/core-modules.ts:25](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L25)
|
||||
|
||||
@@ -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:217](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/types/core-modules.ts#L217)
|
||||
[src/types/core-modules.ts:217](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/types/core-modules.ts#L217)
|
||||
|
||||
@@ -116,4 +116,4 @@ Presence
|
||||
|
||||
## Source
|
||||
|
||||
[src/core/presences.ts:17](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/presences.ts#L17)
|
||||
[src/core/presences.ts:17](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/presences.ts#L17)
|
||||
|
||||
@@ -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/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/create-plugins.ts#L39)
|
||||
[src/core/plugin.ts:39](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/plugin.ts#L39)
|
||||
|
||||
@@ -5,36 +5,16 @@ sidebar:
|
||||
order: 1
|
||||
---
|
||||
|
||||
import { Tabs, TabItem } from '@astrojs/starlight/components';
|
||||
```ts title="src/commands/ping.js"
|
||||
import { commandModule, CommandType } from "@sern/handler";
|
||||
|
||||
<Tabs syncKey="language-preference">
|
||||
<TabItem value="js" label="JavaScript">
|
||||
```js title="src/commands/ping.js"
|
||||
import { CommandType, commandModule } from "@sern/handler";
|
||||
|
||||
export default commandModule({
|
||||
type: CommandType.Both,
|
||||
plugins: [],
|
||||
description: "A ping command",
|
||||
execute: async (ctx, sdt) => {
|
||||
await ctx.reply("Pong 🏓");
|
||||
},
|
||||
});
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="ts" label="TypeScript">
|
||||
```ts title="src/commands/ping.ts"
|
||||
import { commandModule, CommandType } from "@sern/handler";
|
||||
|
||||
export default commandModule({
|
||||
type: CommandType.Both,
|
||||
plugins: [],
|
||||
description: "A ping command",
|
||||
execute: async (ctx, sdt) => {
|
||||
await ctx.reply({ content: "Pong 🏓" });
|
||||
},
|
||||
});
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
export default commandModule({
|
||||
type: CommandType.Both,
|
||||
plugins: [],
|
||||
description: "A ping command",
|
||||
execute: async (ctx, sdt) => {
|
||||
await ctx.reply("Pong 🏓");
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user