diff --git a/es/index.html b/es/index.html index 2b3fb0ef2..224d9c172 100644 --- a/es/index.html +++ b/es/index.html @@ -38,6 +38,6 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; Saltearse al contenido
sern

Create your dream Discord bot.

sern is a framework for building Discord bots; Better DX and an ecosystem of packages & plugins.

Showcase

-
man-nomic

man-nomic

Displays LLM model information

Discoin

Discoin

Fuel your server's engagement with a fun, easy to use, and simple economy bot!

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

Vinci

Vinci

The discord bot for Mara Turing

Bask

Bask

A discord music bot

sern Community

sern Community

The bot used to manage sern Community

+
man-nomic

man-nomic

Displays LLM model information

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

Vinci

Vinci

The discord bot for Mara Turing

Bask

Bask

A discord music bot

Discoin

Discoin

Fuel your server's engagement with a fun, easy to use, and simple economy bot!

sern Community

sern Community

The bot used to manage sern Community

SmokinWeed 💨

SmokinWeed 💨

Small moderation bot

Features

Modular

Take apart, build, or customize code with ease to create robust bots.

Concise

Commands are significantly smaller than other competitors. Write impactful, concise code.

Familiar

Code like a traditional command framework. The API is simple and resembles classic v12 command handlers.

\ No newline at end of file diff --git a/es/v3/api/classes/context/index.html b/es/v3/api/classes/context/index.html index 9df7e2ddf..bb8f70190 100644 --- a/es/v3/api/classes/context/index.html +++ b/es/v3/api/classes/context/index.html @@ -53,7 +53,7 @@ Message and ChatInputCommandInteraction

Returns

null | TextBasedChannel

Source

-

src/core/structures/context.ts:43

+

src/core/structures/context.ts:43


channelId

@@ -62,7 +62,7 @@ Message and ChatInputCommandInteraction

Returns

string

Source

-

src/core/structures/context.ts:47

+

src/core/structures/context.ts:47


client

@@ -71,7 +71,7 @@ Message and ChatInputCommandInteraction

Returns

Client<boolean>

Source

-

src/core/structures/context.ts:107

+

src/core/structures/context.ts:107


createdTimestamp

@@ -80,7 +80,7 @@ Message and ChatInputCommandInteraction

Returns

number

Source

-

src/core/structures/context.ts:67

+

src/core/structures/context.ts:67


guild

@@ -89,7 +89,7 @@ Message and ChatInputCommandInteraction

Returns

null | Guild

Source

-

src/core/structures/context.ts:71

+

src/core/structures/context.ts:71


guildId

@@ -98,7 +98,7 @@ Message and ChatInputCommandInteraction

Returns

null | string

Source

-

src/core/structures/context.ts:75

+

src/core/structures/context.ts:75


id

@@ -107,7 +107,7 @@ Message and ChatInputCommandInteraction

Returns

string

Source

-

src/core/structures/context.ts:39

+

src/core/structures/context.ts:39


inGuild

@@ -116,7 +116,7 @@ Message and ChatInputCommandInteraction

Returns

boolean

Source

-

src/core/structures/context.ts:111

+

src/core/structures/context.ts:111


interaction

@@ -125,7 +125,7 @@ Message and ChatInputCommandInteraction

Returns

ChatInputCommandInteraction<CacheType>

Source

-

src/core/structures/context.ts:99

+

src/core/structures/context.ts:99


member

@@ -134,7 +134,7 @@ Message and ChatInputCommandInteraction

Returns

null | GuildMember | APIInteractionGuildMember

Source

-

src/core/structures/context.ts:81

+

src/core/structures/context.ts:81


message

@@ -143,7 +143,7 @@ Message and ChatInputCommandInteraction

Returns

Message<boolean>

Source

-

src/core/structures/context.ts:85

+

src/core/structures/context.ts:85


options

@@ -152,7 +152,7 @@ Message and ChatInputCommandInteraction

Returns

string[] | Omit<CommandInteractionOptionResolver<CacheType>, "getMessage" | "getFocused">

Source

-

src/core/structures/context.ts:25

+

src/core/structures/context.ts:25


prefix

@@ -161,7 +161,7 @@ Message and ChatInputCommandInteraction

Returns

undefined | string

Source

-

src/core/structures/context.ts:36

+

src/core/structures/context.ts:36


user

@@ -172,7 +172,7 @@ else, interaction.user

Returns

User

Source

-

src/core/structures/context.ts:55

+

src/core/structures/context.ts:55


userId

@@ -181,7 +181,7 @@ else, interaction.user

Returns

string

Source

-

src/core/structures/context.ts:63

+

src/core/structures/context.ts:63

Methods

isMessage()

@@ -190,7 +190,7 @@ else, interaction.user

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:91

+

src/core/structures/context.ts:91


isSlash()

@@ -199,7 +199,7 @@ else, interaction.user

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:95

+

src/core/structures/context.ts:95


reply()

@@ -210,7 +210,7 @@ else, interaction.user

Returns

Promise<Message<boolean>>

Source

-

src/core/structures/context.ts:115

+

src/core/structures/context.ts:115


wrap()

@@ -222,4 +222,4 @@ else, interaction.user

Returns

Context

Source

-

src/core/structures/context.ts:124

Última actualización:

\ No newline at end of file +

src/core/structures/context.ts:124

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/enumerations/commandtype/index.html b/es/v3/api/enumerations/commandtype/index.html index e4767672b..811076760 100644 --- a/es/v3/api/enumerations/commandtype/index.html +++ b/es/v3/api/enumerations/commandtype/index.html @@ -52,81 +52,81 @@ A bitfield that discriminates command modules

Both: 3

Source

-

src/core/structures/enums.ts:20

+

src/core/structures/enums.ts:20


Button

Button: 16

Source

-

src/core/structures/enums.ts:23

+

src/core/structures/enums.ts:23


ChannelSelect

ChannelSelect: 1024

Source

-

src/core/structures/enums.ts:29

+

src/core/structures/enums.ts:29


CtxMsg

CtxMsg: 8

Source

-

src/core/structures/enums.ts:22

+

src/core/structures/enums.ts:22


CtxUser

CtxUser: 4

Source

-

src/core/structures/enums.ts:21

+

src/core/structures/enums.ts:21


MentionableSelect

MentionableSelect: 512

Source

-

src/core/structures/enums.ts:28

+

src/core/structures/enums.ts:28


Modal: 64

Source

-

src/core/structures/enums.ts:25

+

src/core/structures/enums.ts:25


RoleSelect

RoleSelect: 256

Source

-

src/core/structures/enums.ts:27

+

src/core/structures/enums.ts:27


Slash

Slash: 2

Source

-

src/core/structures/enums.ts:19

+

src/core/structures/enums.ts:19


StringSelect

StringSelect: 32

Source

-

src/core/structures/enums.ts:24

+

src/core/structures/enums.ts:24


Text

Text: 1

Source

-

src/core/structures/enums.ts:18

+

src/core/structures/enums.ts:18


UserSelect

UserSelect: 128

Source

-

src/core/structures/enums.ts:26

Última actualización:

\ No newline at end of file +

src/core/structures/enums.ts:26

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/enumerations/eventtype/index.html b/es/v3/api/enumerations/eventtype/index.html index 9d47e4aa5..4a5ec2f94 100644 --- a/es/v3/api/enumerations/eventtype/index.html +++ b/es/v3/api/enumerations/eventtype/index.html @@ -51,7 +51,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The EventType for handling discord events

Source

-

src/core/structures/enums.ts:51

+

src/core/structures/enums.ts:51


External

@@ -60,7 +60,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The EventType for handling external events. Could be for example, process events, database events

Source

-

src/core/structures/enums.ts:60

+

src/core/structures/enums.ts:60


Sern

@@ -68,4 +68,4 @@ Could be for example, process events, database events

The EventType for handling sern events

Source

-

src/core/structures/enums.ts:55

Última actualización:

\ No newline at end of file +

src/core/structures/enums.ts:55

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/enumerations/payloadtype/index.html b/es/v3/api/enumerations/payloadtype/index.html index 3743b0819..c4b573d07 100644 --- a/es/v3/api/enumerations/payloadtype/index.html +++ b/es/v3/api/enumerations/payloadtype/index.html @@ -50,18 +50,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Failure: "failure"

Source

-

src/core/structures/enums.ts:93

+

src/core/structures/enums.ts:93


Success

Success: "success"

Source

-

src/core/structures/enums.ts:92

+

src/core/structures/enums.ts:92


Warning

Warning: "warning"

Source

-

src/core/structures/enums.ts:94

Última actualización:

\ No newline at end of file +

src/core/structures/enums.ts:94

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/enumerations/plugintype/index.html b/es/v3/api/enumerations/plugintype/index.html index 5d31a1a7c..94b14086f 100644 --- a/es/v3/api/enumerations/plugintype/index.html +++ b/es/v3/api/enumerations/plugintype/index.html @@ -51,7 +51,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The PluginType for EventPlugins

Source

-

src/core/structures/enums.ts:85

+

src/core/structures/enums.ts:85


Init

@@ -59,4 +59,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The PluginType for InitPlugins

Source

-

src/core/structures/enums.ts:81

Última actualización:

\ No newline at end of file +

src/core/structures/enums.ts:81

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/commandcontrolplugin/index.html b/es/v3/api/functions/commandcontrolplugin/index.html index a8f6926ec..80ae3dd29 100644 --- a/es/v3/api/functions/commandcontrolplugin/index.html +++ b/es/v3/api/functions/commandcontrolplugin/index.html @@ -53,4 +53,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:28

Última actualización:

\ No newline at end of file +

src/core/plugin.ts:28

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/commandinitplugin/index.html b/es/v3/api/functions/commandinitplugin/index.html index 365a0b050..d125e349b 100644 --- a/es/v3/api/functions/commandinitplugin/index.html +++ b/es/v3/api/functions/commandinitplugin/index.html @@ -53,4 +53,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:20

Última actualización:

\ No newline at end of file +

src/core/plugin.ts:20

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/commandmodule/index.html b/es/v3/api/functions/commandmodule/index.html index 19b034f5f..fdfecc1ae 100644 --- a/es/v3/api/functions/commandmodule/index.html +++ b/es/v3/api/functions/commandmodule/index.html @@ -51,4 +51,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

1.0.0 The wrapper function to define command modules for sern

Source

-

src/core/modules.ts:16

Última actualización:

\ No newline at end of file +

src/core/modules.ts:16

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/discordevent/index.html b/es/v3/api/functions/discordevent/index.html index 8ba0f37e4..0b8d9b61b 100644 --- a/es/v3/api/functions/discordevent/index.html +++ b/es/v3/api/functions/discordevent/index.html @@ -45,8 +45,9 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

discordEvent<T>(mod): Module

Create event modules from discord.js client events, -This is an eventModule for discord events, -where typings can be very bad.

+This was an eventModule for discord events, +where typings were bad.

+

Type parameters

T extends keyof ClientEvents

Parameters

@@ -57,4 +58,4 @@ where typings can be very bad.

Returns

Module

Source

-

src/core/modules.ts:42

Última actualización:

\ No newline at end of file +

src/core/modules.ts:43

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/eventinitplugin/index.html b/es/v3/api/functions/eventinitplugin/index.html index 57133682a..74c77b246 100644 --- a/es/v3/api/functions/eventinitplugin/index.html +++ b/es/v3/api/functions/eventinitplugin/index.html @@ -51,4 +51,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:14

Última actualización:

\ No newline at end of file +

src/core/plugin.ts:14

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/eventmodule/index.html b/es/v3/api/functions/eventmodule/index.html index aafac5633..9abc2bd9f 100644 --- a/es/v3/api/functions/eventmodule/index.html +++ b/es/v3/api/functions/eventmodule/index.html @@ -41,15 +41,17 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

eventModule

-

eventModule(mod): Module

+

eventModule

+

eventModule<T>(mod): Module

+

Type parameters

+

T extends keyof ClientEvents = keyof ClientEvents

Parameters

-

mod: InputEvent

+

mod: InputEvent<T>

Returns

Module

Since

1.0.0 The wrapper function to define event modules for sern

Source

-

src/core/modules.ts:29

Última actualización:

\ No newline at end of file +

src/core/modules.ts:29

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/makedependencies/index.html b/es/v3/api/functions/makedependencies/index.html index d11b98a3f..e52a9fe17 100644 --- a/es/v3/api/functions/makedependencies/index.html +++ b/es/v3/api/functions/makedependencies/index.html @@ -53,4 +53,4 @@ This is required to start the handler, and is to be called before Sern.init.

Example

1
await makeDependencies(({ add }) => {
2
add('@sern/client', new Client({ intents, partials })
3
})

Source

-

src/core/ioc.ts:63

Última actualización:

\ No newline at end of file +

src/core/ioc.ts:63

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/makeplugin/index.html b/es/v3/api/functions/makeplugin/index.html index 11272526b..216a6fbfc 100644 --- a/es/v3/api/functions/makeplugin/index.html +++ b/es/v3/api/functions/makeplugin/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Plugin<V>

Source

-

src/core/plugin.ts:5

Última actualización:

\ No newline at end of file +

src/core/plugin.ts:5

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/scheduledtask/index.html b/es/v3/api/functions/scheduledtask/index.html index 3ac2169ca..cc4eb7da6 100644 --- a/es/v3/api/functions/scheduledtask/index.html +++ b/es/v3/api/functions/scheduledtask/index.html @@ -49,4 +49,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

ScheduledTask

Source

-

src/core/modules.ts:50

\ No newline at end of file +

src/core/modules.ts:51

\ No newline at end of file diff --git a/es/v3/api/functions/service/index.html b/es/v3/api/functions/service/index.html index 2238f16b7..1cd7689bd 100644 --- a/es/v3/api/functions/service/index.html +++ b/es/v3/api/functions/service/index.html @@ -62,4 +62,4 @@ Note: this method only works AFTER your container has been initiated

Throws

if container is absent or not present

Source

-

src/core/ioc.ts:93

Última actualización:

\ No newline at end of file +

src/core/ioc.ts:93

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/services/index.html b/es/v3/api/functions/services/index.html index 6869b4016..01e27f41a 100644 --- a/es/v3/api/functions/services/index.html +++ b/es/v3/api/functions/services/index.html @@ -57,4 +57,4 @@ The plural version of Servi

Throws

if container is absent or not present

Source

-

src/core/ioc.ts:103

Última actualización:

\ No newline at end of file +

src/core/ioc.ts:103

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/single/index.html b/es/v3/api/functions/single/index.html index b19a1b2f4..79c0da5f8 100644 --- a/es/v3/api/functions/single/index.html +++ b/es/v3/api/functions/single/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

T

Source

-

src/core/ioc.ts:112

Última actualización:

\ No newline at end of file +

src/core/ioc.ts:112

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/functions/transient/index.html b/es/v3/api/functions/transient/index.html index 444181142..0f29cfa54 100644 --- a/es/v3/api/functions/transient/index.html +++ b/es/v3/api/functions/transient/index.html @@ -55,4 +55,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

2.0.0 Creates a transient object

Source

-

src/core/ioc.ts:123

Última actualización:

\ No newline at end of file +

src/core/ioc.ts:123

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/bothcommand/index.html b/es/v3/api/interfaces/bothcommand/index.html index 267acf950..c83e75f7a 100644 --- a/es/v3/api/interfaces/bothcommand/index.html +++ b/es/v3/api/interfaces/bothcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.description

Source

-

src/types/core-modules.ts:133

+

src/types/core-modules.ts:133


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:135

+

src/types/core-modules.ts:135


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,14 +111,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


options?

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:134

+

src/types/core-modules.ts:134


plugins

@@ -127,7 +127,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -136,4 +136,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:132

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:132

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/buttoncommand/index.html b/es/v3/api/interfaces/buttoncommand/index.html index b00ea1f54..9dd7a7d18 100644 --- a/es/v3/api/interfaces/buttoncommand/index.html +++ b/es/v3/api/interfaces/buttoncommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:75

+

src/types/core-modules.ts:75


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:74

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:74

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/channelselectcommand/index.html b/es/v3/api/interfaces/channelselectcommand/index.html index 8ff97eae2..8c069541c 100644 --- a/es/v3/api/interfaces/channelselectcommand/index.html +++ b/es/v3/api/interfaces/channelselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:85

+

src/types/core-modules.ts:85


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:84

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:84

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/commandmoduledefs/index.html b/es/v3/api/interfaces/commandmoduledefs/index.html index 5edab01e7..70c6eae4a 100644 --- a/es/v3/api/interfaces/commandmoduledefs/index.html +++ b/es/v3/api/interfaces/commandmoduledefs/index.html @@ -47,81 +47,81 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

1: TextCommand

Source

-

src/types/core-modules.ts:156

+

src/types/core-modules.ts:156


1024

1024: ChannelSelectCommand

Source

-

src/types/core-modules.ts:164

+

src/types/core-modules.ts:164


128

128: UserSelectCommand

Source

-

src/types/core-modules.ts:166

+

src/types/core-modules.ts:166


16

16: ButtonCommand

Source

-

src/types/core-modules.ts:161

+

src/types/core-modules.ts:161


2

2: SlashCommand

Source

-

src/types/core-modules.ts:157

+

src/types/core-modules.ts:157


256

256: RoleSelectCommand

Source

-

src/types/core-modules.ts:163

+

src/types/core-modules.ts:163


3

3: BothCommand

Source

-

src/types/core-modules.ts:158

+

src/types/core-modules.ts:158


32

32: StringSelectCommand

Source

-

src/types/core-modules.ts:162

+

src/types/core-modules.ts:162


4

4: ContextMenuUser

Source

-

src/types/core-modules.ts:160

+

src/types/core-modules.ts:160


512

512: MentionableSelectCommand

Source

-

src/types/core-modules.ts:165

+

src/types/core-modules.ts:165


64

64: ModalSubmitCommand

Source

-

src/types/core-modules.ts:167

+

src/types/core-modules.ts:167


8

8: ContextMenuMsg

Source

-

src/types/core-modules.ts:159

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:159

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/contextmenumsg/index.html b/es/v3/api/interfaces/contextmenumsg/index.html index 33e6bd202..6b4d049e8 100644 --- a/es/v3/api/interfaces/contextmenumsg/index.html +++ b/es/v3/api/interfaces/contextmenumsg/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:70

+

src/types/core-modules.ts:70


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:69

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:69

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/contextmenuuser/index.html b/es/v3/api/interfaces/contextmenuuser/index.html index 31e44d7c8..171323d2a 100644 --- a/es/v3/api/interfaces/contextmenuuser/index.html +++ b/es/v3/api/interfaces/contextmenuuser/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:65

+

src/types/core-modules.ts:65


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:64

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:64

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/controlplugin/index.html b/es/v3/api/interfaces/controlplugin/index.html index 6bdb458ba..b2628e3b6 100644 --- a/es/v3/api/interfaces/controlplugin/index.html +++ b/es/v3/api/interfaces/controlplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Plugin.execute

Source

-

src/types/core-plugin.ts:44

+

src/types/core-plugin.ts:44


type

@@ -68,4 +68,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.type

Source

-

src/types/core-plugin.ts:52

Última actualización:

\ No newline at end of file +

src/types/core-plugin.ts:52

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/coredependencies/index.html b/es/v3/api/interfaces/coredependencies/index.html index 7612657ab..a1cbfe8b8 100644 --- a/es/v3/api/interfaces/coredependencies/index.html +++ b/es/v3/api/interfaces/coredependencies/index.html @@ -48,7 +48,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

discord.js client.

Source

-

src/core/ioc.ts:140

+

src/core/ioc.ts:140


@sern/emitter

@@ -57,7 +57,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

sern emitter listens to events that happen throughout the handler. some include module.register, module.activate.

Source

-

src/core/ioc.ts:145

+

src/core/ioc.ts:145


@sern/errors

@@ -66,7 +66,7 @@ the handler. some include module.register, module.activate.

An error handler which is the final step before the sern process actually crashes.

Source

-

src/core/ioc.ts:150

+

src/core/ioc.ts:150


@sern/logger?

@@ -74,7 +74,7 @@ the sern process actually crashes.

Optional logger. Performs … logging

Source

-

src/core/ioc.ts:154

+

src/core/ioc.ts:154


@sern/modules

@@ -83,11 +83,11 @@ the sern process actually crashes.

Readonly module store. sern stores these by module.meta.id -> Module

Source

-

src/core/ioc.ts:159

+

src/core/ioc.ts:159


@sern/scheduler

@sern/scheduler: TaskScheduler

Source

-

src/core/ioc.ts:161

Última actualización:

\ No newline at end of file +

src/core/ioc.ts:161

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/dependencyconfiguration/index.html b/es/v3/api/interfaces/dependencyconfiguration/index.html index 6fdf08081..39cf42609 100644 --- a/es/v3/api/interfaces/dependencyconfiguration/index.html +++ b/es/v3/api/interfaces/dependencyconfiguration/index.html @@ -54,4 +54,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Container

Source

-

src/index.ts:71

\ No newline at end of file +

src/index.ts:71

\ No newline at end of file diff --git a/es/v3/api/interfaces/discordeventcommand/index.html b/es/v3/api/interfaces/discordeventcommand/index.html index 07d571670..08ca59a06 100644 --- a/es/v3/api/interfaces/discordeventcommand/index.html +++ b/es/v3/api/interfaces/discordeventcommand/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -81,7 +81,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -90,7 +90,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:115

+

src/types/core-modules.ts:115


onEvent

@@ -99,7 +99,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -108,7 +108,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -117,7 +117,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:116

+

src/types/core-modules.ts:116

Methods

execute()

@@ -130,4 +130,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:117

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:117

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/disposable/index.html b/es/v3/api/interfaces/disposable/index.html index c92def25e..6c9d2690f 100644 --- a/es/v3/api/interfaces/disposable/index.html +++ b/es/v3/api/interfaces/disposable/index.html @@ -51,4 +51,4 @@ Let dependencies implement this to dispose and cleanup.

Returns

unknown

Source

-

src/core/interfaces.ts:17

Última actualización:

\ No newline at end of file +

src/core/interfaces.ts:17

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/emitter/index.html b/es/v3/api/interfaces/emitter/index.html index 6e6e6cf10..679219b83 100644 --- a/es/v3/api/interfaces/emitter/index.html +++ b/es/v3/api/interfaces/emitter/index.html @@ -52,7 +52,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

this

Source

-

src/core/interfaces.ts:22

+

src/core/interfaces.ts:22


emit()

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

boolean

Source

-

src/core/interfaces.ts:24

+

src/core/interfaces.ts:24


removeListener()

@@ -76,4 +76,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

this

Source

-

src/core/interfaces.ts:23

Última actualización:

\ No newline at end of file +

src/core/interfaces.ts:23

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/errorhandling/index.html b/es/v3/api/interfaces/errorhandling/index.html index 3d79be598..0e9b2c947 100644 --- a/es/v3/api/interfaces/errorhandling/index.html +++ b/es/v3/api/interfaces/errorhandling/index.html @@ -54,7 +54,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

never

Source

-

src/core/interfaces.ts:36

+

src/core/interfaces.ts:36


updateAlive()

@@ -66,4 +66,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:41

Última actualización:

\ No newline at end of file +

src/core/interfaces.ts:41

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/eventmoduledefs/index.html b/es/v3/api/interfaces/eventmoduledefs/index.html index 28c1f640d..da144c2e2 100644 --- a/es/v3/api/interfaces/eventmoduledefs/index.html +++ b/es/v3/api/interfaces/eventmoduledefs/index.html @@ -41,24 +41,26 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

EventModuleDefs

Properties

+

EventModuleDefs

Type parameters

+

T extends keyof ClientEvents = keyof ClientEvents

+

Properties

0

-

0: DiscordEventCommand<keyof ClientEvents>

+

0: DiscordEventCommand<T>

Source

-

src/types/core-modules.ts:172

+

src/types/core-modules.ts:172


1

1: SernEventCommand<keyof SernEventsMapping>

Source

-

src/types/core-modules.ts:171

+

src/types/core-modules.ts:171


2

2: ExternalEventCommand

Source

-

src/types/core-modules.ts:173

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:173

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/externaleventcommand/index.html b/es/v3/api/interfaces/externaleventcommand/index.html index ca2dfd063..862d5a9dc 100644 --- a/es/v3/api/interfaces/externaleventcommand/index.html +++ b/es/v3/api/interfaces/externaleventcommand/index.html @@ -53,14 +53,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


emitter

emitter: keyof Dependencies

Source

-

src/types/core-modules.ts:57

+

src/types/core-modules.ts:57


locals

@@ -69,7 +69,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -86,7 +86,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -95,7 +95,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:56

+

src/types/core-modules.ts:56


onEvent

@@ -104,7 +104,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -113,7 +113,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -122,7 +122,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:58

+

src/types/core-modules.ts:58

Methods

execute()

@@ -135,4 +135,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:59

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:59

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/init/index.html b/es/v3/api/interfaces/init/index.html index 2a5a2bddf..59a5c9399 100644 --- a/es/v3/api/interfaces/init/index.html +++ b/es/v3/api/interfaces/init/index.html @@ -51,4 +51,4 @@ Let dependencies implement this to initiate some logic.

Returns

unknown

Source

-

src/core/interfaces.ts:9

Última actualización:

\ No newline at end of file +

src/core/interfaces.ts:9

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/initplugin/index.html b/es/v3/api/interfaces/initplugin/index.html index d31a95931..7b9ce007d 100644 --- a/es/v3/api/interfaces/initplugin/index.html +++ b/es/v3/api/interfaces/initplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.execute

Source

-

src/types/core-plugin.ts:49

+

src/types/core-plugin.ts:49


type

@@ -68,4 +68,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.type

Source

-

src/types/core-plugin.ts:48

Última actualización:

\ No newline at end of file +

src/types/core-plugin.ts:48

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/logging/index.html b/es/v3/api/interfaces/logging/index.html index f2782e25d..f646920fb 100644 --- a/es/v3/api/interfaces/logging/index.html +++ b/es/v3/api/interfaces/logging/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:52

+

src/core/interfaces.ts:52


error()

@@ -66,7 +66,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:49

+

src/core/interfaces.ts:49


info()

@@ -77,7 +77,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:51

+

src/core/interfaces.ts:51


warning()

@@ -88,4 +88,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:50

Última actualización:

\ No newline at end of file +

src/core/interfaces.ts:50

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/mentionableselectcommand/index.html b/es/v3/api/interfaces/mentionableselectcommand/index.html index bf8b55fe6..9b6406146 100644 --- a/es/v3/api/interfaces/mentionableselectcommand/index.html +++ b/es/v3/api/interfaces/mentionableselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:95

+

src/types/core-modules.ts:95


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:94

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:94

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/modalsubmitcommand/index.html b/es/v3/api/interfaces/modalsubmitcommand/index.html index c1aa503a5..08eba6df9 100644 --- a/es/v3/api/interfaces/modalsubmitcommand/index.html +++ b/es/v3/api/interfaces/modalsubmitcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:105

+

src/types/core-modules.ts:105


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:104

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:104

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/module/index.html b/es/v3/api/interfaces/module/index.html index 645325bba..79c9f2229 100644 --- a/es/v3/api/interfaces/module/index.html +++ b/es/v3/api/interfaces/module/index.html @@ -65,14 +65,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional description: string

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

locals: Record<string, unknown>

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -87,35 +87,35 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

id: string

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

optional name: string

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

onEvent: ControlPlugin<any[]>[]

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

plugins: InitPlugin<any[]>[]

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

type: CommandType | EventType

Source

-

src/types/core-modules.ts:35

+

src/types/core-modules.ts:35

Methods

execute()

@@ -126,4 +126,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

any

Source

-

src/types/core-modules.ts:45

\ No newline at end of file +

src/types/core-modules.ts:45

\ No newline at end of file diff --git a/es/v3/api/interfaces/plugin/index.html b/es/v3/api/interfaces/plugin/index.html index 8619102f8..76aeef2fb 100644 --- a/es/v3/api/interfaces/plugin/index.html +++ b/es/v3/api/interfaces/plugin/index.html @@ -58,11 +58,11 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

PluginResult

Source

-

src/types/core-plugin.ts:44

+

src/types/core-plugin.ts:44


type

type: PluginType

Source

-

src/types/core-plugin.ts:43

Última actualización:

\ No newline at end of file +

src/types/core-plugin.ts:43

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/roleselectcommand/index.html b/es/v3/api/interfaces/roleselectcommand/index.html index f74dbd851..2be526799 100644 --- a/es/v3/api/interfaces/roleselectcommand/index.html +++ b/es/v3/api/interfaces/roleselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:90

+

src/types/core-modules.ts:90


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:89

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:89

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/scheduledtask/index.html b/es/v3/api/interfaces/scheduledtask/index.html index 62abfe014..2ec832937 100644 --- a/es/v3/api/interfaces/scheduledtask/index.html +++ b/es/v3/api/interfaces/scheduledtask/index.html @@ -47,21 +47,21 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional name: string

Source

-

src/types/core-modules.ts:252

+

src/types/core-modules.ts:252


timezone?

optional timezone: string

Source

-

src/types/core-modules.ts:254

+

src/types/core-modules.ts:254


trigger

trigger: string | Date

Source

-

src/types/core-modules.ts:253

+

src/types/core-modules.ts:253

Methods

execute()

@@ -73,4 +73,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Awaitable<void>

Source

-

src/types/core-modules.ts:255

\ No newline at end of file +

src/types/core-modules.ts:255

\ No newline at end of file diff --git a/es/v3/api/interfaces/sernautocompletedata/index.html b/es/v3/api/interfaces/sernautocompletedata/index.html index 4cfaa194f..282965d10 100644 --- a/es/v3/api/interfaces/sernautocompletedata/index.html +++ b/es/v3/api/interfaces/sernautocompletedata/index.html @@ -51,14 +51,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

autocomplete: true

Source

-

src/types/core-modules.ts:178

+

src/types/core-modules.ts:178


command

command: AutocompleteCommand

Source

-

src/types/core-modules.ts:183

+

src/types/core-modules.ts:183


description

@@ -110,4 +110,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: String | Integer | Number

Source

-

src/types/core-modules.ts:179

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:179

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/serneventcommand/index.html b/es/v3/api/interfaces/serneventcommand/index.html index 594669c6d..bfce2d05c 100644 --- a/es/v3/api/interfaces/serneventcommand/index.html +++ b/es/v3/api/interfaces/serneventcommand/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -81,7 +81,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -90,7 +90,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:50

+

src/types/core-modules.ts:50


onEvent

@@ -99,7 +99,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -108,7 +108,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -117,7 +117,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:51

+

src/types/core-modules.ts:51

Methods

execute()

@@ -130,4 +130,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:52

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:52

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/serneventsmapping/index.html b/es/v3/api/interfaces/serneventsmapping/index.html index 2d1269197..22c57b320 100644 --- a/es/v3/api/interfaces/serneventsmapping/index.html +++ b/es/v3/api/interfaces/serneventsmapping/index.html @@ -47,32 +47,32 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

error: [object]

Source

-

src/types/utility.ts:13

+

src/types/utility.ts:13


module.activate

module.activate: [Payload]

Source

-

src/types/utility.ts:12

+

src/types/utility.ts:12


module.register

module.register: [Payload]

Source

-

src/types/utility.ts:11

+

src/types/utility.ts:11


modulesLoaded

modulesLoaded: [undefined?]

Source

-

src/types/utility.ts:15

+

src/types/utility.ts:15


warning

warning: [Payload]

Source

-

src/types/utility.ts:14

Última actualización:

\ No newline at end of file +

src/types/utility.ts:14

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/sernsubcommanddata/index.html b/es/v3/api/interfaces/sernsubcommanddata/index.html index 7c313855f..96056a77d 100644 --- a/es/v3/api/interfaces/sernsubcommanddata/index.html +++ b/es/v3/api/interfaces/sernsubcommanddata/index.html @@ -87,7 +87,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:218

+

src/types/core-modules.ts:218


required?

@@ -105,4 +105,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

APIApplicationCommandOptionBase.type

Source

-

src/types/core-modules.ts:217

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:217

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/sernsubcommandgroupdata/index.html b/es/v3/api/interfaces/sernsubcommandgroupdata/index.html index 258ce046a..ae39e0794 100644 --- a/es/v3/api/interfaces/sernsubcommandgroupdata/index.html +++ b/es/v3/api/interfaces/sernsubcommandgroupdata/index.html @@ -96,7 +96,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional options: SernSubCommandData[]

Source

-

src/types/core-modules.ts:223

+

src/types/core-modules.ts:223


required?

@@ -112,4 +112,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: SubcommandGroup

Source

-

src/types/core-modules.ts:222

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:222

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/slashcommand/index.html b/es/v3/api/interfaces/slashcommand/index.html index 4e0a800d0..d32e532c1 100644 --- a/es/v3/api/interfaces/slashcommand/index.html +++ b/es/v3/api/interfaces/slashcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.description

Source

-

src/types/core-modules.ts:126

+

src/types/core-modules.ts:126


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:128

+

src/types/core-modules.ts:128


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,14 +111,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


options?

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:127

+

src/types/core-modules.ts:127


plugins

@@ -127,7 +127,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -136,4 +136,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:125

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:125

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/stringselectcommand/index.html b/es/v3/api/interfaces/stringselectcommand/index.html index b3bba5f73..799a038df 100644 --- a/es/v3/api/interfaces/stringselectcommand/index.html +++ b/es/v3/api/interfaces/stringselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:80

+

src/types/core-modules.ts:80


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:79

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:79

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/textcommand/index.html b/es/v3/api/interfaces/textcommand/index.html index 8d20d9734..cd6e3f784 100644 --- a/es/v3/api/interfaces/textcommand/index.html +++ b/es/v3/api/interfaces/textcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:121

+

src/types/core-modules.ts:121


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:120

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:120

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/interfaces/userselectcommand/index.html b/es/v3/api/interfaces/userselectcommand/index.html index 580dda9c4..061b6ce9c 100644 --- a/es/v3/api/interfaces/userselectcommand/index.html +++ b/es/v3/api/interfaces/userselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:100

+

src/types/core-modules.ts:100


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:99

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:99

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/namespaces/presence/interfaces/result/index.html b/es/v3/api/namespaces/presence/interfaces/result/index.html index 0dcdb8b4d..21f882379 100644 --- a/es/v3/api/namespaces/presence/interfaces/result/index.html +++ b/es/v3/api/namespaces/presence/interfaces/result/index.html @@ -47,14 +47,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional activities: ActivitiesOptions[]

Source

-

src/core/presences.ts:60

+

src/core/presences.ts:60


afk?

optional afk: boolean

Source

-

src/core/presences.ts:59

+

src/core/presences.ts:59


onRepeat()?

@@ -65,25 +65,25 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Result

Source

-

src/core/presences.ts:63

+

src/core/presences.ts:63


repeat?

optional repeat: number | [Emitter, string]

Source

-

src/core/presences.ts:62

+

src/core/presences.ts:62


shardId?

optional shardId: number[]

Source

-

src/core/presences.ts:61

+

src/core/presences.ts:61


status?

optional status: Status

Source

-

src/core/presences.ts:58

Última actualización:

\ No newline at end of file +

src/core/presences.ts:58

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/namespaces/presence/type-aliases/config/index.html b/es/v3/api/namespaces/presence/type-aliases/config/index.html index bc3541471..5363d03af 100644 --- a/es/v3/api/namespaces/presence/type-aliases/config/index.html +++ b/es/v3/api/namespaces/presence/type-aliases/config/index.html @@ -60,4 +60,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional inject: [...T]

Source

-

src/core/presences.ts:51

Última actualización:

\ No newline at end of file +

src/core/presences.ts:51

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/namespaces/sern/functions/init/index.html b/es/v3/api/namespaces/sern/functions/init/index.html index 525e28fe8..39f93a89c 100644 --- a/es/v3/api/namespaces/sern/functions/init/index.html +++ b/es/v3/api/namespaces/sern/functions/init/index.html @@ -55,4 +55,4 @@ Function to start the handler up

Example

src/index.ts
1
Sern.init({
2
commands: 'dist/commands',
3
events: 'dist/events',
4
})

Source

-

src/sern.ts:35

Última actualización:

\ No newline at end of file +

src/sern.ts:35

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/type-aliases/anyplugin/index.html b/es/v3/api/type-aliases/anyplugin/index.html index b51e1a20d..3d5e2a584 100644 --- a/es/v3/api/type-aliases/anyplugin/index.html +++ b/es/v3/api/type-aliases/anyplugin/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

AnyPlugin: ControlPlugin | InitPlugin<[InitArgs<Processed<Module>>]>

Source

-

src/types/core-plugin.ts:55

\ No newline at end of file +

src/types/core-plugin.ts:55

\ No newline at end of file diff --git a/es/v3/api/type-aliases/commandmodule/index.html b/es/v3/api/type-aliases/commandmodule/index.html index dd7c7c089..ffc8c6388 100644 --- a/es/v3/api/type-aliases/commandmodule/index.html +++ b/es/v3/api/type-aliases/commandmodule/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

CommandModule: TextCommand | SlashCommand | BothCommand | ContextMenuUser | ContextMenuMsg | ButtonCommand | StringSelectCommand | MentionableSelectCommand | UserSelectCommand | ChannelSelectCommand | RoleSelectCommand | ModalSubmitCommand

Source

-

src/types/core-modules.ts:139

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:139

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/type-aliases/controller/index.html b/es/v3/api/type-aliases/controller/index.html index 3271ab049..9418f87f0 100644 --- a/es/v3/api/type-aliases/controller/index.html +++ b/es/v3/api/type-aliases/controller/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Controller: typeof controller

Source

-

src/core/plugin.ts:45

\ No newline at end of file +

src/core/plugin.ts:45

\ No newline at end of file diff --git a/es/v3/api/type-aliases/eventmodule/index.html b/es/v3/api/type-aliases/eventmodule/index.html index 88cf5ea31..e19393228 100644 --- a/es/v3/api/type-aliases/eventmodule/index.html +++ b/es/v3/api/type-aliases/eventmodule/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

EventModule: DiscordEventCommand | SernEventCommand | ExternalEventCommand

Source

-

src/types/core-modules.ts:138

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:138

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/type-aliases/logpayload/index.html b/es/v3/api/type-aliases/logpayload/index.html index 2af22a053..1b6381557 100644 --- a/es/v3/api/type-aliases/logpayload/index.html +++ b/es/v3/api/type-aliases/logpayload/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

message: T

Source

-

src/core/interfaces.ts:55

Última actualización:

\ No newline at end of file +

src/core/interfaces.ts:55

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/type-aliases/payload/index.html b/es/v3/api/type-aliases/payload/index.html index 81b2c5007..a84ae5a3d 100644 --- a/es/v3/api/type-aliases/payload/index.html +++ b/es/v3/api/type-aliases/payload/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Payload: object | object | object

Source

-

src/types/utility.ts:18

Última actualización:

\ No newline at end of file +

src/types/utility.ts:18

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/type-aliases/pluginresult/index.html b/es/v3/api/type-aliases/pluginresult/index.html index a645e366f..920c3d858 100644 --- a/es/v3/api/type-aliases/pluginresult/index.html +++ b/es/v3/api/type-aliases/pluginresult/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

PluginResult: Awaitable<Result<Record<string, unknown> | undefined, string | undefined>>

Source

-

src/types/core-plugin.ts:36

Última actualización:

\ No newline at end of file +

src/types/core-plugin.ts:36

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/type-aliases/sdt/index.html b/es/v3/api/type-aliases/sdt/index.html index 12e631f7a..384c6fc77 100644 --- a/es/v3/api/type-aliases/sdt/index.html +++ b/es/v3/api/type-aliases/sdt/index.html @@ -62,4 +62,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: CommandType

Source

-

src/types/core-modules.ts:25

\ No newline at end of file +

src/types/core-modules.ts:25

\ No newline at end of file diff --git a/es/v3/api/type-aliases/sernoptionsdata/index.html b/es/v3/api/type-aliases/sernoptionsdata/index.html index 9b08c72d4..6f9085a5a 100644 --- a/es/v3/api/type-aliases/sernoptionsdata/index.html +++ b/es/v3/api/type-aliases/sernoptionsdata/index.html @@ -46,4 +46,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Type that replaces autocomplete with SernAutocompleteData

Source

-

src/types/core-modules.ts:209

Última actualización:

\ No newline at end of file +

src/types/core-modules.ts:209

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/variables/controller/index.html b/es/v3/api/variables/controller/index.html index fcd43baf1..cdf814f4c 100644 --- a/es/v3/api/variables/controller/index.html +++ b/es/v3/api/variables/controller/index.html @@ -81,4 +81,4 @@ The object passed into every plugin to control a command’s behavior

readonly ok: false = false

Source

-

src/core/plugin.ts:39

Última actualización:

\ No newline at end of file +

src/core/plugin.ts:39

Última actualización:

\ No newline at end of file diff --git a/es/v3/api/variables/presence/index.html b/es/v3/api/variables/presence/index.html index efa11dbe6..61cffffb6 100644 --- a/es/v3/api/variables/presence/index.html +++ b/es/v3/api/variables/presence/index.html @@ -115,4 +115,4 @@ adjacent to the file where Sern.init is CALLED.

optional status: Status

Source

-

src/core/presences.ts:10

\ No newline at end of file +

src/core/presences.ts:10

\ No newline at end of file diff --git a/index.html b/index.html index 025ad1ea0..4b3ea52e1 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,6 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; Skip to content
sern

Create your dream Discord bot.

sern is a framework for building Discord bots; Better DX and an ecosystem of packages & plugins.

Showcase

-
Discoin

Discoin

Fuel your server's engagement with a fun, easy to use, and simple economy bot!

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

Vinci

Vinci

The discord bot for Mara Turing

man-nomic

man-nomic

Displays LLM model information

sern Community

sern Community

The bot used to manage sern Community

Bask

Bask

A discord music bot

+
SmokinWeed 💨

SmokinWeed 💨

Small moderation bot

Bask

Bask

A discord music bot

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

Discoin

Discoin

Fuel your server's engagement with a fun, easy to use, and simple economy bot!

Vinci

Vinci

The discord bot for Mara Turing

man-nomic

man-nomic

Displays LLM model information

sern Community

sern Community

The bot used to manage sern Community

Features

Modular

Take apart, build, or customize code with ease to create robust bots.

Concise

Commands are significantly smaller than other competitors. Write impactful, concise code.

Familiar

Code like a traditional command framework. The API is simple and resembles classic v12 command handlers.

\ No newline at end of file diff --git a/pagefind/fragment/en_678738f.pf_fragment b/pagefind/fragment/en_17e9857.pf_fragment similarity index 88% rename from pagefind/fragment/en_678738f.pf_fragment rename to pagefind/fragment/en_17e9857.pf_fragment index 8c74d022f..3c355e034 100644 Binary files a/pagefind/fragment/en_678738f.pf_fragment and b/pagefind/fragment/en_17e9857.pf_fragment differ diff --git a/pagefind/fragment/en_1ac1abb.pf_fragment b/pagefind/fragment/en_1ac1abb.pf_fragment deleted file mode 100644 index d7a7ff3a7..000000000 Binary files a/pagefind/fragment/en_1ac1abb.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_9c5d70a.pf_fragment b/pagefind/fragment/en_1af155a.pf_fragment similarity index 87% rename from pagefind/fragment/en_9c5d70a.pf_fragment rename to pagefind/fragment/en_1af155a.pf_fragment index 38d15d24e..d29b4ec3d 100644 Binary files a/pagefind/fragment/en_9c5d70a.pf_fragment and b/pagefind/fragment/en_1af155a.pf_fragment differ diff --git a/pagefind/fragment/en_1ffc878.pf_fragment b/pagefind/fragment/en_1ffc878.pf_fragment new file mode 100644 index 000000000..f969c8646 Binary files /dev/null and b/pagefind/fragment/en_1ffc878.pf_fragment differ diff --git a/pagefind/fragment/en_2294fbd.pf_fragment b/pagefind/fragment/en_2294fbd.pf_fragment new file mode 100644 index 000000000..b3165a5fc Binary files /dev/null and b/pagefind/fragment/en_2294fbd.pf_fragment differ diff --git a/pagefind/fragment/en_2a999fc.pf_fragment b/pagefind/fragment/en_2a999fc.pf_fragment deleted file mode 100644 index 9f9f523a0..000000000 Binary files a/pagefind/fragment/en_2a999fc.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_2a9e8e8.pf_fragment b/pagefind/fragment/en_2a9e8e8.pf_fragment deleted file mode 100644 index ae990bcb0..000000000 Binary files a/pagefind/fragment/en_2a9e8e8.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_2e4dbd6.pf_fragment b/pagefind/fragment/en_2e4dbd6.pf_fragment new file mode 100644 index 000000000..599e6a992 Binary files /dev/null and b/pagefind/fragment/en_2e4dbd6.pf_fragment differ diff --git a/pagefind/fragment/en_2f69c59.pf_fragment b/pagefind/fragment/en_2f69c59.pf_fragment new file mode 100644 index 000000000..65ca3968e Binary files /dev/null and b/pagefind/fragment/en_2f69c59.pf_fragment differ diff --git a/pagefind/fragment/en_3381a95.pf_fragment b/pagefind/fragment/en_3381a95.pf_fragment new file mode 100644 index 000000000..2e458feb5 Binary files /dev/null and b/pagefind/fragment/en_3381a95.pf_fragment differ diff --git a/pagefind/fragment/en_3f1fbc3.pf_fragment b/pagefind/fragment/en_3f1fbc3.pf_fragment deleted file mode 100644 index 3fd42516f..000000000 Binary files a/pagefind/fragment/en_3f1fbc3.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_d218992.pf_fragment b/pagefind/fragment/en_45de231.pf_fragment similarity index 84% rename from pagefind/fragment/en_d218992.pf_fragment rename to pagefind/fragment/en_45de231.pf_fragment index 2d94ee0ac..f45e47e1b 100644 Binary files a/pagefind/fragment/en_d218992.pf_fragment and b/pagefind/fragment/en_45de231.pf_fragment differ diff --git a/pagefind/fragment/en_47b64c2.pf_fragment b/pagefind/fragment/en_47b64c2.pf_fragment new file mode 100644 index 000000000..7f33e1af6 Binary files /dev/null and b/pagefind/fragment/en_47b64c2.pf_fragment differ diff --git a/pagefind/fragment/en_4f6833f.pf_fragment b/pagefind/fragment/en_4f6833f.pf_fragment new file mode 100644 index 000000000..bf5dd10f7 Binary files /dev/null and b/pagefind/fragment/en_4f6833f.pf_fragment differ diff --git a/pagefind/fragment/en_6230c62.pf_fragment b/pagefind/fragment/en_6230c62.pf_fragment new file mode 100644 index 000000000..33d66159c Binary files /dev/null and b/pagefind/fragment/en_6230c62.pf_fragment differ diff --git a/pagefind/fragment/en_628a3b6.pf_fragment b/pagefind/fragment/en_628a3b6.pf_fragment new file mode 100644 index 000000000..325cf3157 Binary files /dev/null and b/pagefind/fragment/en_628a3b6.pf_fragment differ diff --git a/pagefind/fragment/en_6a99962.pf_fragment b/pagefind/fragment/en_6a99962.pf_fragment new file mode 100644 index 000000000..efcd2ca20 Binary files /dev/null and b/pagefind/fragment/en_6a99962.pf_fragment differ diff --git a/pagefind/fragment/en_71edb1e.pf_fragment b/pagefind/fragment/en_71edb1e.pf_fragment deleted file mode 100644 index db9cff7ea..000000000 Binary files a/pagefind/fragment/en_71edb1e.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_779b80b.pf_fragment b/pagefind/fragment/en_779b80b.pf_fragment deleted file mode 100644 index 09c06541c..000000000 Binary files a/pagefind/fragment/en_779b80b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_829f6f4.pf_fragment b/pagefind/fragment/en_829f6f4.pf_fragment new file mode 100644 index 000000000..a037ea273 Binary files /dev/null and b/pagefind/fragment/en_829f6f4.pf_fragment differ diff --git a/pagefind/fragment/en_83c8cf3.pf_fragment b/pagefind/fragment/en_83c8cf3.pf_fragment deleted file mode 100644 index 6d08f2b68..000000000 Binary files a/pagefind/fragment/en_83c8cf3.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_8a676ec.pf_fragment b/pagefind/fragment/en_8a676ec.pf_fragment deleted file mode 100644 index 91f459ce3..000000000 Binary files a/pagefind/fragment/en_8a676ec.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_91953be.pf_fragment b/pagefind/fragment/en_91953be.pf_fragment deleted file mode 100644 index 512fa9160..000000000 Binary files a/pagefind/fragment/en_91953be.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_9b39e4d.pf_fragment b/pagefind/fragment/en_9b39e4d.pf_fragment new file mode 100644 index 000000000..99a746b3b Binary files /dev/null and b/pagefind/fragment/en_9b39e4d.pf_fragment differ diff --git a/pagefind/fragment/en_9e771b3.pf_fragment b/pagefind/fragment/en_9e771b3.pf_fragment deleted file mode 100644 index 2a03191ae..000000000 Binary files a/pagefind/fragment/en_9e771b3.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_b5fc702.pf_fragment b/pagefind/fragment/en_b5fc702.pf_fragment deleted file mode 100644 index d7829b66d..000000000 Binary files a/pagefind/fragment/en_b5fc702.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_cb249ae.pf_fragment b/pagefind/fragment/en_cb249ae.pf_fragment new file mode 100644 index 000000000..0b2d8c9ae Binary files /dev/null and b/pagefind/fragment/en_cb249ae.pf_fragment differ diff --git a/pagefind/fragment/en_d44cae4.pf_fragment b/pagefind/fragment/en_d44cae4.pf_fragment deleted file mode 100644 index a4f350015..000000000 Binary files a/pagefind/fragment/en_d44cae4.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_d4ffcf9.pf_fragment b/pagefind/fragment/en_d4ffcf9.pf_fragment new file mode 100644 index 000000000..e3c4dfac1 Binary files /dev/null and b/pagefind/fragment/en_d4ffcf9.pf_fragment differ diff --git a/pagefind/fragment/en_d9b54ec.pf_fragment b/pagefind/fragment/en_d9b54ec.pf_fragment deleted file mode 100644 index 811c82f2b..000000000 Binary files a/pagefind/fragment/en_d9b54ec.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_dc3af4a.pf_fragment b/pagefind/fragment/en_dc3af4a.pf_fragment new file mode 100644 index 000000000..adecb630e Binary files /dev/null and b/pagefind/fragment/en_dc3af4a.pf_fragment differ diff --git a/pagefind/fragment/en_dc67539.pf_fragment b/pagefind/fragment/en_dc67539.pf_fragment deleted file mode 100644 index d5a298650..000000000 Binary files a/pagefind/fragment/en_dc67539.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_e37180d.pf_fragment b/pagefind/fragment/en_e37180d.pf_fragment deleted file mode 100644 index 2f325b8bf..000000000 Binary files a/pagefind/fragment/en_e37180d.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_ec46c5c.pf_fragment b/pagefind/fragment/en_ec46c5c.pf_fragment new file mode 100644 index 000000000..61a6ac842 Binary files /dev/null and b/pagefind/fragment/en_ec46c5c.pf_fragment differ diff --git a/pagefind/fragment/en_ed88e2a.pf_fragment b/pagefind/fragment/en_ed88e2a.pf_fragment deleted file mode 100644 index e7c4be8e8..000000000 Binary files a/pagefind/fragment/en_ed88e2a.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_15e5692.pf_fragment b/pagefind/fragment/es_15e5692.pf_fragment new file mode 100644 index 000000000..d95f5b4c0 Binary files /dev/null and b/pagefind/fragment/es_15e5692.pf_fragment differ diff --git a/pagefind/fragment/es_c2e1958.pf_fragment b/pagefind/fragment/es_1a76b06.pf_fragment similarity index 73% rename from pagefind/fragment/es_c2e1958.pf_fragment rename to pagefind/fragment/es_1a76b06.pf_fragment index 2d816eb13..d29b1c705 100644 Binary files a/pagefind/fragment/es_c2e1958.pf_fragment and b/pagefind/fragment/es_1a76b06.pf_fragment differ diff --git a/pagefind/fragment/es_2222592.pf_fragment b/pagefind/fragment/es_2222592.pf_fragment new file mode 100644 index 000000000..1e41f9660 Binary files /dev/null and b/pagefind/fragment/es_2222592.pf_fragment differ diff --git a/pagefind/fragment/es_2e18a7c.pf_fragment b/pagefind/fragment/es_2e18a7c.pf_fragment deleted file mode 100644 index 6b7227cb3..000000000 Binary files a/pagefind/fragment/es_2e18a7c.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_31dfa54.pf_fragment b/pagefind/fragment/es_31dfa54.pf_fragment deleted file mode 100644 index edce6520d..000000000 Binary files a/pagefind/fragment/es_31dfa54.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_8158a21.pf_fragment b/pagefind/fragment/es_472516e.pf_fragment similarity index 85% rename from pagefind/fragment/es_8158a21.pf_fragment rename to pagefind/fragment/es_472516e.pf_fragment index 455196947..1c3156d57 100644 Binary files a/pagefind/fragment/es_8158a21.pf_fragment and b/pagefind/fragment/es_472516e.pf_fragment differ diff --git a/pagefind/fragment/es_605c80d.pf_fragment b/pagefind/fragment/es_4d55029.pf_fragment similarity index 88% rename from pagefind/fragment/es_605c80d.pf_fragment rename to pagefind/fragment/es_4d55029.pf_fragment index 9bcabd96b..e5d623b41 100644 Binary files a/pagefind/fragment/es_605c80d.pf_fragment and b/pagefind/fragment/es_4d55029.pf_fragment differ diff --git a/pagefind/fragment/es_639e654.pf_fragment b/pagefind/fragment/es_639e654.pf_fragment new file mode 100644 index 000000000..2a436fd7d Binary files /dev/null and b/pagefind/fragment/es_639e654.pf_fragment differ diff --git a/pagefind/fragment/es_70f69e9.pf_fragment b/pagefind/fragment/es_70991a5.pf_fragment similarity index 89% rename from pagefind/fragment/es_70f69e9.pf_fragment rename to pagefind/fragment/es_70991a5.pf_fragment index f94ddd548..d5413154f 100644 Binary files a/pagefind/fragment/es_70f69e9.pf_fragment and b/pagefind/fragment/es_70991a5.pf_fragment differ diff --git a/pagefind/fragment/es_7154648.pf_fragment b/pagefind/fragment/es_7154648.pf_fragment deleted file mode 100644 index 7ec3e542f..000000000 Binary files a/pagefind/fragment/es_7154648.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_8211cd1.pf_fragment b/pagefind/fragment/es_8211cd1.pf_fragment new file mode 100644 index 000000000..b55bcc921 Binary files /dev/null and b/pagefind/fragment/es_8211cd1.pf_fragment differ diff --git a/pagefind/fragment/es_839bb18.pf_fragment b/pagefind/fragment/es_839bb18.pf_fragment deleted file mode 100644 index 299baf754..000000000 Binary files a/pagefind/fragment/es_839bb18.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_8fd2878.pf_fragment b/pagefind/fragment/es_8fd2878.pf_fragment new file mode 100644 index 000000000..ba7730a49 Binary files /dev/null and b/pagefind/fragment/es_8fd2878.pf_fragment differ diff --git a/pagefind/fragment/es_96cfd14.pf_fragment b/pagefind/fragment/es_96cfd14.pf_fragment new file mode 100644 index 000000000..a5d833857 Binary files /dev/null and b/pagefind/fragment/es_96cfd14.pf_fragment differ diff --git a/pagefind/fragment/es_9f93378.pf_fragment b/pagefind/fragment/es_9f93378.pf_fragment new file mode 100644 index 000000000..3b465e0b1 Binary files /dev/null and b/pagefind/fragment/es_9f93378.pf_fragment differ diff --git a/pagefind/fragment/es_ab46fe4.pf_fragment b/pagefind/fragment/es_ab46fe4.pf_fragment deleted file mode 100644 index 98c88bd78..000000000 Binary files a/pagefind/fragment/es_ab46fe4.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_aea647e.pf_fragment b/pagefind/fragment/es_aea647e.pf_fragment deleted file mode 100644 index 2e9509dae..000000000 Binary files a/pagefind/fragment/es_aea647e.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_d32563a.pf_fragment b/pagefind/fragment/es_d32563a.pf_fragment new file mode 100644 index 000000000..c8f9832e2 Binary files /dev/null and b/pagefind/fragment/es_d32563a.pf_fragment differ diff --git a/pagefind/fragment/es_d969152.pf_fragment b/pagefind/fragment/es_d969152.pf_fragment deleted file mode 100644 index 8c5920fef..000000000 Binary files a/pagefind/fragment/es_d969152.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_e2f0203.pf_fragment b/pagefind/fragment/es_e2f0203.pf_fragment new file mode 100644 index 000000000..aed99db6f Binary files /dev/null and b/pagefind/fragment/es_e2f0203.pf_fragment differ diff --git a/pagefind/fragment/es_f325e95.pf_fragment b/pagefind/fragment/es_f325e95.pf_fragment deleted file mode 100644 index ff1ee64ac..000000000 Binary files a/pagefind/fragment/es_f325e95.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_f632ab2.pf_fragment b/pagefind/fragment/es_f632ab2.pf_fragment deleted file mode 100644 index 2b696807f..000000000 Binary files a/pagefind/fragment/es_f632ab2.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_198d545.pf_fragment b/pagefind/fragment/tr_198d545.pf_fragment new file mode 100644 index 000000000..9504fcc0f Binary files /dev/null and b/pagefind/fragment/tr_198d545.pf_fragment differ diff --git a/pagefind/fragment/tr_1e92986.pf_fragment b/pagefind/fragment/tr_1e92986.pf_fragment deleted file mode 100644 index 91ec0a6ea..000000000 Binary files a/pagefind/fragment/tr_1e92986.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_26bfdc0.pf_fragment b/pagefind/fragment/tr_26bfdc0.pf_fragment deleted file mode 100644 index bb99aa3a8..000000000 Binary files a/pagefind/fragment/tr_26bfdc0.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_fc1c3bf.pf_fragment b/pagefind/fragment/tr_2a8f8ac.pf_fragment similarity index 87% rename from pagefind/fragment/tr_fc1c3bf.pf_fragment rename to pagefind/fragment/tr_2a8f8ac.pf_fragment index 5bce30bcb..28468e40f 100644 Binary files a/pagefind/fragment/tr_fc1c3bf.pf_fragment and b/pagefind/fragment/tr_2a8f8ac.pf_fragment differ diff --git a/pagefind/fragment/tr_312b7db.pf_fragment b/pagefind/fragment/tr_312b7db.pf_fragment new file mode 100644 index 000000000..f23eecbc6 Binary files /dev/null and b/pagefind/fragment/tr_312b7db.pf_fragment differ diff --git a/pagefind/fragment/tr_32d1ddc.pf_fragment b/pagefind/fragment/tr_32d1ddc.pf_fragment deleted file mode 100644 index 6d27b90e2..000000000 Binary files a/pagefind/fragment/tr_32d1ddc.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_36b5d6a.pf_fragment b/pagefind/fragment/tr_36b5d6a.pf_fragment deleted file mode 100644 index e6b92da83..000000000 Binary files a/pagefind/fragment/tr_36b5d6a.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_3d96946.pf_fragment b/pagefind/fragment/tr_3d96946.pf_fragment deleted file mode 100644 index 056c3bb4f..000000000 Binary files a/pagefind/fragment/tr_3d96946.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_40b1c7b.pf_fragment b/pagefind/fragment/tr_40b1c7b.pf_fragment deleted file mode 100644 index b024ecc2c..000000000 Binary files a/pagefind/fragment/tr_40b1c7b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_6056acf.pf_fragment b/pagefind/fragment/tr_6056acf.pf_fragment new file mode 100644 index 000000000..7960722e7 Binary files /dev/null and b/pagefind/fragment/tr_6056acf.pf_fragment differ diff --git a/pagefind/fragment/tr_678e6ee.pf_fragment b/pagefind/fragment/tr_678e6ee.pf_fragment deleted file mode 100644 index ec3efc32c..000000000 Binary files a/pagefind/fragment/tr_678e6ee.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_8aa64ed.pf_fragment b/pagefind/fragment/tr_8aa64ed.pf_fragment new file mode 100644 index 000000000..f6d33e716 Binary files /dev/null and b/pagefind/fragment/tr_8aa64ed.pf_fragment differ diff --git a/pagefind/fragment/tr_8bee616.pf_fragment b/pagefind/fragment/tr_8bee616.pf_fragment new file mode 100644 index 000000000..963ca975b Binary files /dev/null and b/pagefind/fragment/tr_8bee616.pf_fragment differ diff --git a/pagefind/fragment/tr_8edf1d6.pf_fragment b/pagefind/fragment/tr_8edf1d6.pf_fragment deleted file mode 100644 index d449c3d63..000000000 Binary files a/pagefind/fragment/tr_8edf1d6.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_954643b.pf_fragment b/pagefind/fragment/tr_954643b.pf_fragment deleted file mode 100644 index 7555941e1..000000000 Binary files a/pagefind/fragment/tr_954643b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_9ee897c.pf_fragment b/pagefind/fragment/tr_9ee897c.pf_fragment new file mode 100644 index 000000000..d3564f153 Binary files /dev/null and b/pagefind/fragment/tr_9ee897c.pf_fragment differ diff --git a/pagefind/fragment/tr_a0147b5.pf_fragment b/pagefind/fragment/tr_a0147b5.pf_fragment new file mode 100644 index 000000000..bc0020cae Binary files /dev/null and b/pagefind/fragment/tr_a0147b5.pf_fragment differ diff --git a/pagefind/fragment/tr_a8e393d.pf_fragment b/pagefind/fragment/tr_a8e393d.pf_fragment deleted file mode 100644 index a21ff41ed..000000000 Binary files a/pagefind/fragment/tr_a8e393d.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_b4d2fc3.pf_fragment b/pagefind/fragment/tr_b4d2fc3.pf_fragment new file mode 100644 index 000000000..311fb615b Binary files /dev/null and b/pagefind/fragment/tr_b4d2fc3.pf_fragment differ diff --git a/pagefind/fragment/tr_933e28d.pf_fragment b/pagefind/fragment/tr_c6b931c.pf_fragment similarity index 89% rename from pagefind/fragment/tr_933e28d.pf_fragment rename to pagefind/fragment/tr_c6b931c.pf_fragment index 741c064e4..f2189f21d 100644 Binary files a/pagefind/fragment/tr_933e28d.pf_fragment and b/pagefind/fragment/tr_c6b931c.pf_fragment differ diff --git a/pagefind/fragment/tr_54ee77f.pf_fragment b/pagefind/fragment/tr_d69b3b4.pf_fragment similarity index 86% rename from pagefind/fragment/tr_54ee77f.pf_fragment rename to pagefind/fragment/tr_d69b3b4.pf_fragment index 5b0ee082c..f33226e96 100644 Binary files a/pagefind/fragment/tr_54ee77f.pf_fragment and b/pagefind/fragment/tr_d69b3b4.pf_fragment differ diff --git a/pagefind/fragment/tr_dd170bd.pf_fragment b/pagefind/fragment/tr_dd170bd.pf_fragment new file mode 100644 index 000000000..1c8401cd9 Binary files /dev/null and b/pagefind/fragment/tr_dd170bd.pf_fragment differ diff --git a/pagefind/fragment/tr_de3eaad.pf_fragment b/pagefind/fragment/tr_de3eaad.pf_fragment new file mode 100644 index 000000000..66e14d22c Binary files /dev/null and b/pagefind/fragment/tr_de3eaad.pf_fragment differ diff --git a/pagefind/index/en_4b9c3f5.pf_index b/pagefind/index/en_4b9c3f5.pf_index new file mode 100644 index 000000000..3cbe799de Binary files /dev/null and b/pagefind/index/en_4b9c3f5.pf_index differ diff --git a/pagefind/index/en_4f7bf71.pf_index b/pagefind/index/en_4f7bf71.pf_index new file mode 100644 index 000000000..8106ab508 Binary files /dev/null and b/pagefind/index/en_4f7bf71.pf_index differ diff --git a/pagefind/index/en_5779d48.pf_index b/pagefind/index/en_5779d48.pf_index deleted file mode 100644 index a6461f128..000000000 Binary files a/pagefind/index/en_5779d48.pf_index and /dev/null differ diff --git a/pagefind/index/en_85ff197.pf_index b/pagefind/index/en_85ff197.pf_index deleted file mode 100644 index d0cf1640b..000000000 Binary files a/pagefind/index/en_85ff197.pf_index and /dev/null differ diff --git a/pagefind/index/en_c5afadc.pf_index b/pagefind/index/en_c5afadc.pf_index new file mode 100644 index 000000000..1a24edcdb Binary files /dev/null and b/pagefind/index/en_c5afadc.pf_index differ diff --git a/pagefind/index/en_c886ac6.pf_index b/pagefind/index/en_c886ac6.pf_index deleted file mode 100644 index a70b6e209..000000000 Binary files a/pagefind/index/en_c886ac6.pf_index and /dev/null differ diff --git a/pagefind/index/es_3263982.pf_index b/pagefind/index/es_3263982.pf_index deleted file mode 100644 index c46b2965d..000000000 Binary files a/pagefind/index/es_3263982.pf_index and /dev/null differ diff --git a/pagefind/index/es_8c547bc.pf_index b/pagefind/index/es_8c547bc.pf_index deleted file mode 100644 index 3d643a3d6..000000000 Binary files a/pagefind/index/es_8c547bc.pf_index and /dev/null differ diff --git a/pagefind/index/es_92a6552.pf_index b/pagefind/index/es_92a6552.pf_index new file mode 100644 index 000000000..0dd4e9b4c Binary files /dev/null and b/pagefind/index/es_92a6552.pf_index differ diff --git a/pagefind/index/es_9604e73.pf_index b/pagefind/index/es_9604e73.pf_index new file mode 100644 index 000000000..27b7bb354 Binary files /dev/null and b/pagefind/index/es_9604e73.pf_index differ diff --git a/pagefind/index/es_971d4d7.pf_index b/pagefind/index/es_971d4d7.pf_index deleted file mode 100644 index 26e0f4d3c..000000000 Binary files a/pagefind/index/es_971d4d7.pf_index and /dev/null differ diff --git a/pagefind/index/es_d30ea54.pf_index b/pagefind/index/es_d30ea54.pf_index new file mode 100644 index 000000000..d9233e13a Binary files /dev/null and b/pagefind/index/es_d30ea54.pf_index differ diff --git a/pagefind/index/tr_372272c.pf_index b/pagefind/index/tr_372272c.pf_index deleted file mode 100644 index b494eca83..000000000 Binary files a/pagefind/index/tr_372272c.pf_index and /dev/null differ diff --git a/pagefind/index/tr_71d1dfd.pf_index b/pagefind/index/tr_71d1dfd.pf_index new file mode 100644 index 000000000..f9e83c0fd Binary files /dev/null and b/pagefind/index/tr_71d1dfd.pf_index differ diff --git a/pagefind/index/tr_9248a43.pf_index b/pagefind/index/tr_9248a43.pf_index deleted file mode 100644 index d9482face..000000000 Binary files a/pagefind/index/tr_9248a43.pf_index and /dev/null differ diff --git a/pagefind/index/tr_a0593fe.pf_index b/pagefind/index/tr_a0593fe.pf_index deleted file mode 100644 index 2fcdf0ca7..000000000 Binary files a/pagefind/index/tr_a0593fe.pf_index and /dev/null differ diff --git a/pagefind/index/tr_e2c9639.pf_index b/pagefind/index/tr_e2c9639.pf_index new file mode 100644 index 000000000..862f71fc4 Binary files /dev/null and b/pagefind/index/tr_e2c9639.pf_index differ diff --git a/pagefind/index/tr_f53a4ab.pf_index b/pagefind/index/tr_f53a4ab.pf_index new file mode 100644 index 000000000..85d1959a0 Binary files /dev/null and b/pagefind/index/tr_f53a4ab.pf_index differ diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json index 477549411..1307ef44a 100644 --- a/pagefind/pagefind-entry.json +++ b/pagefind/pagefind-entry.json @@ -1 +1 @@ -{"version":"1.1.0","languages":{"es":{"hash":"es_93e6814b3f","wasm":"es","page_count":181},"tr":{"hash":"tr_6b44269388","wasm":"tr","page_count":181},"en":{"hash":"en_7befa34774","wasm":"en","page_count":183}}} \ No newline at end of file +{"version":"1.1.0","languages":{"es":{"hash":"es_fc753c65d5","wasm":"es","page_count":181},"en":{"hash":"en_1e4eaed05e","wasm":"en","page_count":183},"tr":{"hash":"tr_84bf3c6555","wasm":"tr","page_count":181}}} \ No newline at end of file diff --git a/pagefind/pagefind.en_1e4eaed05e.pf_meta b/pagefind/pagefind.en_1e4eaed05e.pf_meta new file mode 100644 index 000000000..164ed9f4a Binary files /dev/null and b/pagefind/pagefind.en_1e4eaed05e.pf_meta differ diff --git a/pagefind/pagefind.en_7befa34774.pf_meta b/pagefind/pagefind.en_7befa34774.pf_meta deleted file mode 100644 index dfb4dba8c..000000000 Binary files a/pagefind/pagefind.en_7befa34774.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.es_93e6814b3f.pf_meta b/pagefind/pagefind.es_93e6814b3f.pf_meta deleted file mode 100644 index 3f1a6e48f..000000000 Binary files a/pagefind/pagefind.es_93e6814b3f.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.es_fc753c65d5.pf_meta b/pagefind/pagefind.es_fc753c65d5.pf_meta new file mode 100644 index 000000000..0703dc4dd Binary files /dev/null and b/pagefind/pagefind.es_fc753c65d5.pf_meta differ diff --git a/pagefind/pagefind.tr_6b44269388.pf_meta b/pagefind/pagefind.tr_6b44269388.pf_meta deleted file mode 100644 index 4ac28813d..000000000 Binary files a/pagefind/pagefind.tr_6b44269388.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.tr_84bf3c6555.pf_meta b/pagefind/pagefind.tr_84bf3c6555.pf_meta new file mode 100644 index 000000000..aec6739df Binary files /dev/null and b/pagefind/pagefind.tr_84bf3c6555.pf_meta differ diff --git a/plugins/index.html b/plugins/index.html index 77b4e0f5a..5e9062026 100644 --- a/plugins/index.html +++ b/plugins/index.html @@ -38,23 +38,23 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; Skip to content
sern

Plugins

-First time here? View plugins

serverOnly

Checks if a command is available in a specific server.

subcommandPermCheck

Inspired by the plugin “requirePermission” created by Benzo-Fury & needhamgary, this plugin will set permissions for specific subcommands without manually writing it into the code.

channelType

This plugin checks if a channel is the specified type

permCheck

This is perm check, it allows users to parse the permission you want and let the plugin do the rest. (check user for that perm). -Each function (other than “command”) allows multiple options! [ { …

confirmation

Asks the user for a confirmation msg before executing the command

nsfwOnly

This plugin checks if the channel is nsfw and responds to user with a specified response if not nsfw

cooldown

Allows you to set cooldowns (or “ratelimits”) for commands, limits user/channel/guild actions. -An extra function cooldown2 is exported if you want your cooldown to be local to the command.

filter

Generalized filter plugin. all credit to trueharuu. -Perform declarative conditionals as plugins.

assertFields

This plugin checks the fields of a ModalSubmitInteraction -with regex or a custom callback

fromCallback

fromCallback turns a callback into a plugin result. +First time here? View plugins

confirmation

Asks the user for a confirmation msg before executing the command

fromCallback

fromCallback turns a callback into a plugin result. if the callback returns truthy value, plugin continues. This control plugin works for every command type. The arguments of the callback -mirror…

\ No newline at end of file +

It allows you to publish your application commands using the discord.js library with ease.

src/commands/ping.ts
1
import { publish } from "../plugins/publish";
2
import { commandModule } from "@sern/handler";
3
export default commandModule({
4
plugins: [ publish() ], // put an object containing permissions, ids for guild commands, boolean for dmPermission
5
// plugins: [ publish({ guildIds: ['guildId'], defaultMemberPermissions: 'Administrator'})]
6
execute: (ctx) => {
7
//your code here
8
}
9
})

dmOnly

This is dmOnly plugin, it allows commands to be run only in DMs.

ownerOnly

This is OwnerOnly plugin, it allows only bot owners to run the command, like eval.

nsfwOnly

This plugin checks if the channel is nsfw and responds to user with a specified response if not nsfw

permCheck

This is perm check, it allows users to parse the permission you want and let the plugin do the rest. (check user for that perm). +Each function (other than “command”) allows multiple options! [ { …

filter

Generalized filter plugin. all credit to trueharuu. +Perform declarative conditionals as plugins.

cooldown

Allows you to set cooldowns (or “ratelimits”) for commands, limits user/channel/guild actions. +An extra function cooldown2 is exported if you want your cooldown to be local to the command.

\ No newline at end of file diff --git a/tr/index.html b/tr/index.html index 015b99278..f9d892e51 100644 --- a/tr/index.html +++ b/tr/index.html @@ -38,6 +38,6 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; İçeriğe geç
sern

Create your dream Discord bot.

sern is a framework for building Discord bots; Better DX and an ecosystem of packages & plugins.

Showcase

-
sern Community

sern Community

The bot used to manage sern Community

man-nomic

man-nomic

Displays LLM model information

Discoin

Discoin

Fuel your server's engagement with a fun, easy to use, and simple economy bot!

Bask

Bask

A discord music bot

Vinci

Vinci

The discord bot for Mara Turing

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

+
SmokinWeed 💨

SmokinWeed 💨

Small moderation bot

Vinci

Vinci

The discord bot for Mara Turing

Bask

Bask

A discord music bot

sern Community

sern Community

The bot used to manage sern Community

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

man-nomic

man-nomic

Displays LLM model information

Discoin

Discoin

Fuel your server's engagement with a fun, easy to use, and simple economy bot!

Features

Modular

Take apart, build, or customize code with ease to create robust bots.

Concise

Commands are significantly smaller than other competitors. Write impactful, concise code.

Familiar

Code like a traditional command framework. The API is simple and resembles classic v12 command handlers.

\ No newline at end of file diff --git a/tr/v3/api/classes/context/index.html b/tr/v3/api/classes/context/index.html index b7f379c75..e20a6e25b 100644 --- a/tr/v3/api/classes/context/index.html +++ b/tr/v3/api/classes/context/index.html @@ -53,7 +53,7 @@ Message and ChatInputCommandInteraction

Returns

null | TextBasedChannel

Source

-

src/core/structures/context.ts:43

+

src/core/structures/context.ts:43


channelId

@@ -62,7 +62,7 @@ Message and ChatInputCommandInteraction

Returns

string

Source

-

src/core/structures/context.ts:47

+

src/core/structures/context.ts:47


client

@@ -71,7 +71,7 @@ Message and ChatInputCommandInteraction

Returns

Client<boolean>

Source

-

src/core/structures/context.ts:107

+

src/core/structures/context.ts:107


createdTimestamp

@@ -80,7 +80,7 @@ Message and ChatInputCommandInteraction

Returns

number

Source

-

src/core/structures/context.ts:67

+

src/core/structures/context.ts:67


guild

@@ -89,7 +89,7 @@ Message and ChatInputCommandInteraction

Returns

null | Guild

Source

-

src/core/structures/context.ts:71

+

src/core/structures/context.ts:71


guildId

@@ -98,7 +98,7 @@ Message and ChatInputCommandInteraction

Returns

null | string

Source

-

src/core/structures/context.ts:75

+

src/core/structures/context.ts:75


id

@@ -107,7 +107,7 @@ Message and ChatInputCommandInteraction

Returns

string

Source

-

src/core/structures/context.ts:39

+

src/core/structures/context.ts:39


inGuild

@@ -116,7 +116,7 @@ Message and ChatInputCommandInteraction

Returns

boolean

Source

-

src/core/structures/context.ts:111

+

src/core/structures/context.ts:111


interaction

@@ -125,7 +125,7 @@ Message and ChatInputCommandInteraction

Returns

ChatInputCommandInteraction<CacheType>

Source

-

src/core/structures/context.ts:99

+

src/core/structures/context.ts:99


member

@@ -134,7 +134,7 @@ Message and ChatInputCommandInteraction

Returns

null | GuildMember | APIInteractionGuildMember

Source

-

src/core/structures/context.ts:81

+

src/core/structures/context.ts:81


message

@@ -143,7 +143,7 @@ Message and ChatInputCommandInteraction

Returns

Message<boolean>

Source

-

src/core/structures/context.ts:85

+

src/core/structures/context.ts:85


options

@@ -152,7 +152,7 @@ Message and ChatInputCommandInteraction

Returns

string[] | Omit<CommandInteractionOptionResolver<CacheType>, "getMessage" | "getFocused">

Source

-

src/core/structures/context.ts:25

+

src/core/structures/context.ts:25


prefix

@@ -161,7 +161,7 @@ Message and ChatInputCommandInteraction

Returns

undefined | string

Source

-

src/core/structures/context.ts:36

+

src/core/structures/context.ts:36


user

@@ -172,7 +172,7 @@ else, interaction.user

Returns

User

Source

-

src/core/structures/context.ts:55

+

src/core/structures/context.ts:55


userId

@@ -181,7 +181,7 @@ else, interaction.user

Returns

string

Source

-

src/core/structures/context.ts:63

+

src/core/structures/context.ts:63

Methods

isMessage()

@@ -190,7 +190,7 @@ else, interaction.user

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:91

+

src/core/structures/context.ts:91


isSlash()

@@ -199,7 +199,7 @@ else, interaction.user

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:95

+

src/core/structures/context.ts:95


reply()

@@ -210,7 +210,7 @@ else, interaction.user

Returns

Promise<Message<boolean>>

Source

-

src/core/structures/context.ts:115

+

src/core/structures/context.ts:115


wrap()

@@ -222,4 +222,4 @@ else, interaction.user

Returns

Context

Source

-

src/core/structures/context.ts:124

Son güncelleme:

\ No newline at end of file +

src/core/structures/context.ts:124

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/enumerations/commandtype/index.html b/tr/v3/api/enumerations/commandtype/index.html index 4ea10413b..644cf9a9d 100644 --- a/tr/v3/api/enumerations/commandtype/index.html +++ b/tr/v3/api/enumerations/commandtype/index.html @@ -52,81 +52,81 @@ A bitfield that discriminates command modules

Both: 3

Source

-

src/core/structures/enums.ts:20

+

src/core/structures/enums.ts:20


Button

Button: 16

Source

-

src/core/structures/enums.ts:23

+

src/core/structures/enums.ts:23


ChannelSelect

ChannelSelect: 1024

Source

-

src/core/structures/enums.ts:29

+

src/core/structures/enums.ts:29


CtxMsg

CtxMsg: 8

Source

-

src/core/structures/enums.ts:22

+

src/core/structures/enums.ts:22


CtxUser

CtxUser: 4

Source

-

src/core/structures/enums.ts:21

+

src/core/structures/enums.ts:21


MentionableSelect

MentionableSelect: 512

Source

-

src/core/structures/enums.ts:28

+

src/core/structures/enums.ts:28


Modal: 64

Source

-

src/core/structures/enums.ts:25

+

src/core/structures/enums.ts:25


RoleSelect

RoleSelect: 256

Source

-

src/core/structures/enums.ts:27

+

src/core/structures/enums.ts:27


Slash

Slash: 2

Source

-

src/core/structures/enums.ts:19

+

src/core/structures/enums.ts:19


StringSelect

StringSelect: 32

Source

-

src/core/structures/enums.ts:24

+

src/core/structures/enums.ts:24


Text

Text: 1

Source

-

src/core/structures/enums.ts:18

+

src/core/structures/enums.ts:18


UserSelect

UserSelect: 128

Source

-

src/core/structures/enums.ts:26

Son güncelleme:

\ No newline at end of file +

src/core/structures/enums.ts:26

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/enumerations/eventtype/index.html b/tr/v3/api/enumerations/eventtype/index.html index 4ad65e36a..89c717d05 100644 --- a/tr/v3/api/enumerations/eventtype/index.html +++ b/tr/v3/api/enumerations/eventtype/index.html @@ -51,7 +51,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The EventType for handling discord events

Source

-

src/core/structures/enums.ts:51

+

src/core/structures/enums.ts:51


External

@@ -60,7 +60,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The EventType for handling external events. Could be for example, process events, database events

Source

-

src/core/structures/enums.ts:60

+

src/core/structures/enums.ts:60


Sern

@@ -68,4 +68,4 @@ Could be for example, process events, database events

The EventType for handling sern events

Source

-

src/core/structures/enums.ts:55

Son güncelleme:

\ No newline at end of file +

src/core/structures/enums.ts:55

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/enumerations/payloadtype/index.html b/tr/v3/api/enumerations/payloadtype/index.html index 6ed9395e5..685271455 100644 --- a/tr/v3/api/enumerations/payloadtype/index.html +++ b/tr/v3/api/enumerations/payloadtype/index.html @@ -50,18 +50,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Failure: "failure"

Source

-

src/core/structures/enums.ts:93

+

src/core/structures/enums.ts:93


Success

Success: "success"

Source

-

src/core/structures/enums.ts:92

+

src/core/structures/enums.ts:92


Warning

Warning: "warning"

Source

-

src/core/structures/enums.ts:94

Son güncelleme:

\ No newline at end of file +

src/core/structures/enums.ts:94

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/enumerations/plugintype/index.html b/tr/v3/api/enumerations/plugintype/index.html index 42e9622e2..13e60c2ea 100644 --- a/tr/v3/api/enumerations/plugintype/index.html +++ b/tr/v3/api/enumerations/plugintype/index.html @@ -51,7 +51,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The PluginType for EventPlugins

Source

-

src/core/structures/enums.ts:85

+

src/core/structures/enums.ts:85


Init

@@ -59,4 +59,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The PluginType for InitPlugins

Source

-

src/core/structures/enums.ts:81

Son güncelleme:

\ No newline at end of file +

src/core/structures/enums.ts:81

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/commandcontrolplugin/index.html b/tr/v3/api/functions/commandcontrolplugin/index.html index 0f8bfca6b..64c367cad 100644 --- a/tr/v3/api/functions/commandcontrolplugin/index.html +++ b/tr/v3/api/functions/commandcontrolplugin/index.html @@ -53,4 +53,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:28

Son güncelleme:

\ No newline at end of file +

src/core/plugin.ts:28

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/commandinitplugin/index.html b/tr/v3/api/functions/commandinitplugin/index.html index 76ff3e999..05a787a6f 100644 --- a/tr/v3/api/functions/commandinitplugin/index.html +++ b/tr/v3/api/functions/commandinitplugin/index.html @@ -53,4 +53,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:20

Son güncelleme:

\ No newline at end of file +

src/core/plugin.ts:20

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/commandmodule/index.html b/tr/v3/api/functions/commandmodule/index.html index 09c1d0c9c..01f82cf93 100644 --- a/tr/v3/api/functions/commandmodule/index.html +++ b/tr/v3/api/functions/commandmodule/index.html @@ -51,4 +51,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

1.0.0 The wrapper function to define command modules for sern

Source

-

src/core/modules.ts:16

Son güncelleme:

\ No newline at end of file +

src/core/modules.ts:16

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/discordevent/index.html b/tr/v3/api/functions/discordevent/index.html index 23c86251d..e5f432ee4 100644 --- a/tr/v3/api/functions/discordevent/index.html +++ b/tr/v3/api/functions/discordevent/index.html @@ -45,8 +45,9 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

discordEvent<T>(mod): Module

Create event modules from discord.js client events, -This is an eventModule for discord events, -where typings can be very bad.

+This was an eventModule for discord events, +where typings were bad.

+

Type parameters

T extends keyof ClientEvents

Parameters

@@ -57,4 +58,4 @@ where typings can be very bad.

Returns

Module

Source

-

src/core/modules.ts:42

Son güncelleme:

\ No newline at end of file +

src/core/modules.ts:43

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/eventinitplugin/index.html b/tr/v3/api/functions/eventinitplugin/index.html index 79591b7ab..e26b04c63 100644 --- a/tr/v3/api/functions/eventinitplugin/index.html +++ b/tr/v3/api/functions/eventinitplugin/index.html @@ -51,4 +51,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:14

Son güncelleme:

\ No newline at end of file +

src/core/plugin.ts:14

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/eventmodule/index.html b/tr/v3/api/functions/eventmodule/index.html index 5e96aa521..a8538137a 100644 --- a/tr/v3/api/functions/eventmodule/index.html +++ b/tr/v3/api/functions/eventmodule/index.html @@ -41,15 +41,17 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

eventModule

-

eventModule(mod): Module

+

eventModule

+

eventModule<T>(mod): Module

+

Type parameters

+

T extends keyof ClientEvents = keyof ClientEvents

Parameters

-

mod: InputEvent

+

mod: InputEvent<T>

Returns

Module

Since

1.0.0 The wrapper function to define event modules for sern

Source

-

src/core/modules.ts:29

Son güncelleme:

\ No newline at end of file +

src/core/modules.ts:29

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/makedependencies/index.html b/tr/v3/api/functions/makedependencies/index.html index 402aed35d..03f39e70f 100644 --- a/tr/v3/api/functions/makedependencies/index.html +++ b/tr/v3/api/functions/makedependencies/index.html @@ -53,4 +53,4 @@ This is required to start the handler, and is to be called before Sern.init.

Example

1
await makeDependencies(({ add }) => {
2
add('@sern/client', new Client({ intents, partials })
3
})

Source

-

src/core/ioc.ts:63

Son güncelleme:

\ No newline at end of file +

src/core/ioc.ts:63

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/makeplugin/index.html b/tr/v3/api/functions/makeplugin/index.html index e66cb1858..ac59b4da0 100644 --- a/tr/v3/api/functions/makeplugin/index.html +++ b/tr/v3/api/functions/makeplugin/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Plugin<V>

Source

-

src/core/plugin.ts:5

Son güncelleme:

\ No newline at end of file +

src/core/plugin.ts:5

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/scheduledtask/index.html b/tr/v3/api/functions/scheduledtask/index.html index 148930f68..064f10143 100644 --- a/tr/v3/api/functions/scheduledtask/index.html +++ b/tr/v3/api/functions/scheduledtask/index.html @@ -49,4 +49,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

ScheduledTask

Source

-

src/core/modules.ts:50

\ No newline at end of file +

src/core/modules.ts:51

\ No newline at end of file diff --git a/tr/v3/api/functions/service/index.html b/tr/v3/api/functions/service/index.html index 05efad3b2..e6b510dba 100644 --- a/tr/v3/api/functions/service/index.html +++ b/tr/v3/api/functions/service/index.html @@ -62,4 +62,4 @@ Note: this method only works AFTER your container has been initiated

Throws

if container is absent or not present

Source

-

src/core/ioc.ts:93

Son güncelleme:

\ No newline at end of file +

src/core/ioc.ts:93

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/services/index.html b/tr/v3/api/functions/services/index.html index 1621d06d8..c5759ee70 100644 --- a/tr/v3/api/functions/services/index.html +++ b/tr/v3/api/functions/services/index.html @@ -57,4 +57,4 @@ The plural version of Servi

Throws

if container is absent or not present

Source

-

src/core/ioc.ts:103

Son güncelleme:

\ No newline at end of file +

src/core/ioc.ts:103

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/single/index.html b/tr/v3/api/functions/single/index.html index 84a93c4c4..dc64c29f8 100644 --- a/tr/v3/api/functions/single/index.html +++ b/tr/v3/api/functions/single/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

T

Source

-

src/core/ioc.ts:112

Son güncelleme:

\ No newline at end of file +

src/core/ioc.ts:112

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/functions/transient/index.html b/tr/v3/api/functions/transient/index.html index bd1ddb27c..16cc9c7fd 100644 --- a/tr/v3/api/functions/transient/index.html +++ b/tr/v3/api/functions/transient/index.html @@ -55,4 +55,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

2.0.0 Creates a transient object

Source

-

src/core/ioc.ts:123

Son güncelleme:

\ No newline at end of file +

src/core/ioc.ts:123

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/bothcommand/index.html b/tr/v3/api/interfaces/bothcommand/index.html index bcae5a3d1..83aa5f956 100644 --- a/tr/v3/api/interfaces/bothcommand/index.html +++ b/tr/v3/api/interfaces/bothcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.description

Source

-

src/types/core-modules.ts:133

+

src/types/core-modules.ts:133


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:135

+

src/types/core-modules.ts:135


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,14 +111,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


options?

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:134

+

src/types/core-modules.ts:134


plugins

@@ -127,7 +127,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -136,4 +136,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:132

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:132

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/buttoncommand/index.html b/tr/v3/api/interfaces/buttoncommand/index.html index 02969deb1..a80f0e6c7 100644 --- a/tr/v3/api/interfaces/buttoncommand/index.html +++ b/tr/v3/api/interfaces/buttoncommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:75

+

src/types/core-modules.ts:75


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:74

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:74

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/channelselectcommand/index.html b/tr/v3/api/interfaces/channelselectcommand/index.html index 766f719ef..334f454bf 100644 --- a/tr/v3/api/interfaces/channelselectcommand/index.html +++ b/tr/v3/api/interfaces/channelselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:85

+

src/types/core-modules.ts:85


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:84

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:84

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/commandmoduledefs/index.html b/tr/v3/api/interfaces/commandmoduledefs/index.html index 6148e7c04..fbca37aee 100644 --- a/tr/v3/api/interfaces/commandmoduledefs/index.html +++ b/tr/v3/api/interfaces/commandmoduledefs/index.html @@ -47,81 +47,81 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

1: TextCommand

Source

-

src/types/core-modules.ts:156

+

src/types/core-modules.ts:156


1024

1024: ChannelSelectCommand

Source

-

src/types/core-modules.ts:164

+

src/types/core-modules.ts:164


128

128: UserSelectCommand

Source

-

src/types/core-modules.ts:166

+

src/types/core-modules.ts:166


16

16: ButtonCommand

Source

-

src/types/core-modules.ts:161

+

src/types/core-modules.ts:161


2

2: SlashCommand

Source

-

src/types/core-modules.ts:157

+

src/types/core-modules.ts:157


256

256: RoleSelectCommand

Source

-

src/types/core-modules.ts:163

+

src/types/core-modules.ts:163


3

3: BothCommand

Source

-

src/types/core-modules.ts:158

+

src/types/core-modules.ts:158


32

32: StringSelectCommand

Source

-

src/types/core-modules.ts:162

+

src/types/core-modules.ts:162


4

4: ContextMenuUser

Source

-

src/types/core-modules.ts:160

+

src/types/core-modules.ts:160


512

512: MentionableSelectCommand

Source

-

src/types/core-modules.ts:165

+

src/types/core-modules.ts:165


64

64: ModalSubmitCommand

Source

-

src/types/core-modules.ts:167

+

src/types/core-modules.ts:167


8

8: ContextMenuMsg

Source

-

src/types/core-modules.ts:159

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:159

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/contextmenumsg/index.html b/tr/v3/api/interfaces/contextmenumsg/index.html index 530908a66..de9d9d183 100644 --- a/tr/v3/api/interfaces/contextmenumsg/index.html +++ b/tr/v3/api/interfaces/contextmenumsg/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:70

+

src/types/core-modules.ts:70


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:69

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:69

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/contextmenuuser/index.html b/tr/v3/api/interfaces/contextmenuuser/index.html index c2e82771b..d68fd4b06 100644 --- a/tr/v3/api/interfaces/contextmenuuser/index.html +++ b/tr/v3/api/interfaces/contextmenuuser/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:65

+

src/types/core-modules.ts:65


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:64

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:64

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/controlplugin/index.html b/tr/v3/api/interfaces/controlplugin/index.html index abaa6ea16..22defd9ae 100644 --- a/tr/v3/api/interfaces/controlplugin/index.html +++ b/tr/v3/api/interfaces/controlplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Plugin.execute

Source

-

src/types/core-plugin.ts:44

+

src/types/core-plugin.ts:44


type

@@ -68,4 +68,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.type

Source

-

src/types/core-plugin.ts:52

Son güncelleme:

\ No newline at end of file +

src/types/core-plugin.ts:52

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/coredependencies/index.html b/tr/v3/api/interfaces/coredependencies/index.html index 2c6bf947a..5b26a09a8 100644 --- a/tr/v3/api/interfaces/coredependencies/index.html +++ b/tr/v3/api/interfaces/coredependencies/index.html @@ -48,7 +48,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

discord.js client.

Source

-

src/core/ioc.ts:140

+

src/core/ioc.ts:140


@sern/emitter

@@ -57,7 +57,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

sern emitter listens to events that happen throughout the handler. some include module.register, module.activate.

Source

-

src/core/ioc.ts:145

+

src/core/ioc.ts:145


@sern/errors

@@ -66,7 +66,7 @@ the handler. some include module.register, module.activate.

An error handler which is the final step before the sern process actually crashes.

Source

-

src/core/ioc.ts:150

+

src/core/ioc.ts:150


@sern/logger?

@@ -74,7 +74,7 @@ the sern process actually crashes.

Optional logger. Performs … logging

Source

-

src/core/ioc.ts:154

+

src/core/ioc.ts:154


@sern/modules

@@ -83,11 +83,11 @@ the sern process actually crashes.

Readonly module store. sern stores these by module.meta.id -> Module

Source

-

src/core/ioc.ts:159

+

src/core/ioc.ts:159


@sern/scheduler

@sern/scheduler: TaskScheduler

Source

-

src/core/ioc.ts:161

Son güncelleme:

\ No newline at end of file +

src/core/ioc.ts:161

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/dependencyconfiguration/index.html b/tr/v3/api/interfaces/dependencyconfiguration/index.html index 4d0987f11..efd4abac1 100644 --- a/tr/v3/api/interfaces/dependencyconfiguration/index.html +++ b/tr/v3/api/interfaces/dependencyconfiguration/index.html @@ -54,4 +54,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Container

Source

-

src/index.ts:71

\ No newline at end of file +

src/index.ts:71

\ No newline at end of file diff --git a/tr/v3/api/interfaces/discordeventcommand/index.html b/tr/v3/api/interfaces/discordeventcommand/index.html index f0da23950..7ee780b15 100644 --- a/tr/v3/api/interfaces/discordeventcommand/index.html +++ b/tr/v3/api/interfaces/discordeventcommand/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -81,7 +81,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -90,7 +90,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:115

+

src/types/core-modules.ts:115


onEvent

@@ -99,7 +99,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -108,7 +108,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -117,7 +117,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:116

+

src/types/core-modules.ts:116

Methods

execute()

@@ -130,4 +130,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:117

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:117

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/disposable/index.html b/tr/v3/api/interfaces/disposable/index.html index da751bff7..19f2e36c7 100644 --- a/tr/v3/api/interfaces/disposable/index.html +++ b/tr/v3/api/interfaces/disposable/index.html @@ -51,4 +51,4 @@ Let dependencies implement this to dispose and cleanup.

Returns

unknown

Source

-

src/core/interfaces.ts:17

Son güncelleme:

\ No newline at end of file +

src/core/interfaces.ts:17

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/emitter/index.html b/tr/v3/api/interfaces/emitter/index.html index 8c54816ba..4144fdb0d 100644 --- a/tr/v3/api/interfaces/emitter/index.html +++ b/tr/v3/api/interfaces/emitter/index.html @@ -52,7 +52,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

this

Source

-

src/core/interfaces.ts:22

+

src/core/interfaces.ts:22


emit()

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

boolean

Source

-

src/core/interfaces.ts:24

+

src/core/interfaces.ts:24


removeListener()

@@ -76,4 +76,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

this

Source

-

src/core/interfaces.ts:23

Son güncelleme:

\ No newline at end of file +

src/core/interfaces.ts:23

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/errorhandling/index.html b/tr/v3/api/interfaces/errorhandling/index.html index 2553513b7..0a9d7201a 100644 --- a/tr/v3/api/interfaces/errorhandling/index.html +++ b/tr/v3/api/interfaces/errorhandling/index.html @@ -54,7 +54,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

never

Source

-

src/core/interfaces.ts:36

+

src/core/interfaces.ts:36


updateAlive()

@@ -66,4 +66,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:41

Son güncelleme:

\ No newline at end of file +

src/core/interfaces.ts:41

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/eventmoduledefs/index.html b/tr/v3/api/interfaces/eventmoduledefs/index.html index 3f647cd2c..2584e8678 100644 --- a/tr/v3/api/interfaces/eventmoduledefs/index.html +++ b/tr/v3/api/interfaces/eventmoduledefs/index.html @@ -41,24 +41,26 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

EventModuleDefs

Properties

+

EventModuleDefs

Type parameters

+

T extends keyof ClientEvents = keyof ClientEvents

+

Properties

0

-

0: DiscordEventCommand<keyof ClientEvents>

+

0: DiscordEventCommand<T>

Source

-

src/types/core-modules.ts:172

+

src/types/core-modules.ts:172


1

1: SernEventCommand<keyof SernEventsMapping>

Source

-

src/types/core-modules.ts:171

+

src/types/core-modules.ts:171


2

2: ExternalEventCommand

Source

-

src/types/core-modules.ts:173

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:173

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/externaleventcommand/index.html b/tr/v3/api/interfaces/externaleventcommand/index.html index 40acd541b..3a46e2cab 100644 --- a/tr/v3/api/interfaces/externaleventcommand/index.html +++ b/tr/v3/api/interfaces/externaleventcommand/index.html @@ -53,14 +53,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


emitter

emitter: keyof Dependencies

Source

-

src/types/core-modules.ts:57

+

src/types/core-modules.ts:57


locals

@@ -69,7 +69,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -86,7 +86,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -95,7 +95,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:56

+

src/types/core-modules.ts:56


onEvent

@@ -104,7 +104,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -113,7 +113,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -122,7 +122,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:58

+

src/types/core-modules.ts:58

Methods

execute()

@@ -135,4 +135,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:59

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:59

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/init/index.html b/tr/v3/api/interfaces/init/index.html index d1db398d8..3af9fc90b 100644 --- a/tr/v3/api/interfaces/init/index.html +++ b/tr/v3/api/interfaces/init/index.html @@ -51,4 +51,4 @@ Let dependencies implement this to initiate some logic.

Returns

unknown

Source

-

src/core/interfaces.ts:9

Son güncelleme:

\ No newline at end of file +

src/core/interfaces.ts:9

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/initplugin/index.html b/tr/v3/api/interfaces/initplugin/index.html index 8ff383954..33bce1568 100644 --- a/tr/v3/api/interfaces/initplugin/index.html +++ b/tr/v3/api/interfaces/initplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.execute

Source

-

src/types/core-plugin.ts:49

+

src/types/core-plugin.ts:49


type

@@ -68,4 +68,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.type

Source

-

src/types/core-plugin.ts:48

Son güncelleme:

\ No newline at end of file +

src/types/core-plugin.ts:48

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/logging/index.html b/tr/v3/api/interfaces/logging/index.html index dac2f6108..c8b5d8933 100644 --- a/tr/v3/api/interfaces/logging/index.html +++ b/tr/v3/api/interfaces/logging/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:52

+

src/core/interfaces.ts:52


error()

@@ -66,7 +66,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:49

+

src/core/interfaces.ts:49


info()

@@ -77,7 +77,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:51

+

src/core/interfaces.ts:51


warning()

@@ -88,4 +88,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:50

Son güncelleme:

\ No newline at end of file +

src/core/interfaces.ts:50

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/mentionableselectcommand/index.html b/tr/v3/api/interfaces/mentionableselectcommand/index.html index 2e523fc65..0e3c6f6df 100644 --- a/tr/v3/api/interfaces/mentionableselectcommand/index.html +++ b/tr/v3/api/interfaces/mentionableselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:95

+

src/types/core-modules.ts:95


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:94

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:94

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/modalsubmitcommand/index.html b/tr/v3/api/interfaces/modalsubmitcommand/index.html index 60d3018a4..ba1f35389 100644 --- a/tr/v3/api/interfaces/modalsubmitcommand/index.html +++ b/tr/v3/api/interfaces/modalsubmitcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:105

+

src/types/core-modules.ts:105


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:104

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:104

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/module/index.html b/tr/v3/api/interfaces/module/index.html index b156d8a67..26ef62f19 100644 --- a/tr/v3/api/interfaces/module/index.html +++ b/tr/v3/api/interfaces/module/index.html @@ -65,14 +65,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional description: string

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

locals: Record<string, unknown>

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -87,35 +87,35 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

id: string

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

optional name: string

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

onEvent: ControlPlugin<any[]>[]

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

plugins: InitPlugin<any[]>[]

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

type: CommandType | EventType

Source

-

src/types/core-modules.ts:35

+

src/types/core-modules.ts:35

Methods

execute()

@@ -126,4 +126,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

any

Source

-

src/types/core-modules.ts:45

\ No newline at end of file +

src/types/core-modules.ts:45

\ No newline at end of file diff --git a/tr/v3/api/interfaces/plugin/index.html b/tr/v3/api/interfaces/plugin/index.html index 2de7aa098..ea5067a4a 100644 --- a/tr/v3/api/interfaces/plugin/index.html +++ b/tr/v3/api/interfaces/plugin/index.html @@ -58,11 +58,11 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

PluginResult

Source

-

src/types/core-plugin.ts:44

+

src/types/core-plugin.ts:44


type

type: PluginType

Source

-

src/types/core-plugin.ts:43

Son güncelleme:

\ No newline at end of file +

src/types/core-plugin.ts:43

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/roleselectcommand/index.html b/tr/v3/api/interfaces/roleselectcommand/index.html index f0858d7bd..5164db3c0 100644 --- a/tr/v3/api/interfaces/roleselectcommand/index.html +++ b/tr/v3/api/interfaces/roleselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:90

+

src/types/core-modules.ts:90


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:89

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:89

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/scheduledtask/index.html b/tr/v3/api/interfaces/scheduledtask/index.html index b880fade3..5ae1d37c2 100644 --- a/tr/v3/api/interfaces/scheduledtask/index.html +++ b/tr/v3/api/interfaces/scheduledtask/index.html @@ -47,21 +47,21 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional name: string

Source

-

src/types/core-modules.ts:252

+

src/types/core-modules.ts:252


timezone?

optional timezone: string

Source

-

src/types/core-modules.ts:254

+

src/types/core-modules.ts:254


trigger

trigger: string | Date

Source

-

src/types/core-modules.ts:253

+

src/types/core-modules.ts:253

Methods

execute()

@@ -73,4 +73,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Awaitable<void>

Source

-

src/types/core-modules.ts:255

\ No newline at end of file +

src/types/core-modules.ts:255

\ No newline at end of file diff --git a/tr/v3/api/interfaces/sernautocompletedata/index.html b/tr/v3/api/interfaces/sernautocompletedata/index.html index 52fb01a72..849e69840 100644 --- a/tr/v3/api/interfaces/sernautocompletedata/index.html +++ b/tr/v3/api/interfaces/sernautocompletedata/index.html @@ -51,14 +51,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

autocomplete: true

Source

-

src/types/core-modules.ts:178

+

src/types/core-modules.ts:178


command

command: AutocompleteCommand

Source

-

src/types/core-modules.ts:183

+

src/types/core-modules.ts:183


description

@@ -110,4 +110,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: String | Integer | Number

Source

-

src/types/core-modules.ts:179

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:179

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/serneventcommand/index.html b/tr/v3/api/interfaces/serneventcommand/index.html index 0ed3e9f62..c595c2a71 100644 --- a/tr/v3/api/interfaces/serneventcommand/index.html +++ b/tr/v3/api/interfaces/serneventcommand/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -81,7 +81,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -90,7 +90,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:50

+

src/types/core-modules.ts:50


onEvent

@@ -99,7 +99,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -108,7 +108,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -117,7 +117,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:51

+

src/types/core-modules.ts:51

Methods

execute()

@@ -130,4 +130,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:52

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:52

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/serneventsmapping/index.html b/tr/v3/api/interfaces/serneventsmapping/index.html index a62a6434c..4161888c5 100644 --- a/tr/v3/api/interfaces/serneventsmapping/index.html +++ b/tr/v3/api/interfaces/serneventsmapping/index.html @@ -47,32 +47,32 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

error: [object]

Source

-

src/types/utility.ts:13

+

src/types/utility.ts:13


module.activate

module.activate: [Payload]

Source

-

src/types/utility.ts:12

+

src/types/utility.ts:12


module.register

module.register: [Payload]

Source

-

src/types/utility.ts:11

+

src/types/utility.ts:11


modulesLoaded

modulesLoaded: [undefined?]

Source

-

src/types/utility.ts:15

+

src/types/utility.ts:15


warning

warning: [Payload]

Source

-

src/types/utility.ts:14

Son güncelleme:

\ No newline at end of file +

src/types/utility.ts:14

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/sernsubcommanddata/index.html b/tr/v3/api/interfaces/sernsubcommanddata/index.html index 9651b46ff..560ce3b42 100644 --- a/tr/v3/api/interfaces/sernsubcommanddata/index.html +++ b/tr/v3/api/interfaces/sernsubcommanddata/index.html @@ -87,7 +87,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:218

+

src/types/core-modules.ts:218


required?

@@ -105,4 +105,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

APIApplicationCommandOptionBase.type

Source

-

src/types/core-modules.ts:217

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:217

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/sernsubcommandgroupdata/index.html b/tr/v3/api/interfaces/sernsubcommandgroupdata/index.html index 7230b295b..1d241d256 100644 --- a/tr/v3/api/interfaces/sernsubcommandgroupdata/index.html +++ b/tr/v3/api/interfaces/sernsubcommandgroupdata/index.html @@ -96,7 +96,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional options: SernSubCommandData[]

Source

-

src/types/core-modules.ts:223

+

src/types/core-modules.ts:223


required?

@@ -112,4 +112,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: SubcommandGroup

Source

-

src/types/core-modules.ts:222

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:222

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/slashcommand/index.html b/tr/v3/api/interfaces/slashcommand/index.html index a0ec31ddb..cd8d6114b 100644 --- a/tr/v3/api/interfaces/slashcommand/index.html +++ b/tr/v3/api/interfaces/slashcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.description

Source

-

src/types/core-modules.ts:126

+

src/types/core-modules.ts:126


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:128

+

src/types/core-modules.ts:128


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,14 +111,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


options?

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:127

+

src/types/core-modules.ts:127


plugins

@@ -127,7 +127,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -136,4 +136,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:125

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:125

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/stringselectcommand/index.html b/tr/v3/api/interfaces/stringselectcommand/index.html index 7f1f4e3d5..a4ae66aea 100644 --- a/tr/v3/api/interfaces/stringselectcommand/index.html +++ b/tr/v3/api/interfaces/stringselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:80

+

src/types/core-modules.ts:80


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:79

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:79

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/textcommand/index.html b/tr/v3/api/interfaces/textcommand/index.html index dff852ffc..8a1f888c4 100644 --- a/tr/v3/api/interfaces/textcommand/index.html +++ b/tr/v3/api/interfaces/textcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:121

+

src/types/core-modules.ts:121


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:120

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:120

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/interfaces/userselectcommand/index.html b/tr/v3/api/interfaces/userselectcommand/index.html index 648c2b947..47ce152be 100644 --- a/tr/v3/api/interfaces/userselectcommand/index.html +++ b/tr/v3/api/interfaces/userselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:100

+

src/types/core-modules.ts:100


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:99

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:99

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/namespaces/presence/interfaces/result/index.html b/tr/v3/api/namespaces/presence/interfaces/result/index.html index 4473fc052..ffe2bd855 100644 --- a/tr/v3/api/namespaces/presence/interfaces/result/index.html +++ b/tr/v3/api/namespaces/presence/interfaces/result/index.html @@ -47,14 +47,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional activities: ActivitiesOptions[]

Source

-

src/core/presences.ts:60

+

src/core/presences.ts:60


afk?

optional afk: boolean

Source

-

src/core/presences.ts:59

+

src/core/presences.ts:59


onRepeat()?

@@ -65,25 +65,25 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Result

Source

-

src/core/presences.ts:63

+

src/core/presences.ts:63


repeat?

optional repeat: number | [Emitter, string]

Source

-

src/core/presences.ts:62

+

src/core/presences.ts:62


shardId?

optional shardId: number[]

Source

-

src/core/presences.ts:61

+

src/core/presences.ts:61


status?

optional status: Status

Source

-

src/core/presences.ts:58

Son güncelleme:

\ No newline at end of file +

src/core/presences.ts:58

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/namespaces/presence/type-aliases/config/index.html b/tr/v3/api/namespaces/presence/type-aliases/config/index.html index 344e945e2..544db62fa 100644 --- a/tr/v3/api/namespaces/presence/type-aliases/config/index.html +++ b/tr/v3/api/namespaces/presence/type-aliases/config/index.html @@ -60,4 +60,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional inject: [...T]

Source

-

src/core/presences.ts:51

Son güncelleme:

\ No newline at end of file +

src/core/presences.ts:51

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/namespaces/sern/functions/init/index.html b/tr/v3/api/namespaces/sern/functions/init/index.html index 3cad79183..ff7551f75 100644 --- a/tr/v3/api/namespaces/sern/functions/init/index.html +++ b/tr/v3/api/namespaces/sern/functions/init/index.html @@ -55,4 +55,4 @@ Function to start the handler up

Example

src/index.ts
1
Sern.init({
2
commands: 'dist/commands',
3
events: 'dist/events',
4
})

Source

-

src/sern.ts:35

Son güncelleme:

\ No newline at end of file +

src/sern.ts:35

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/anyplugin/index.html b/tr/v3/api/type-aliases/anyplugin/index.html index 4d38404e3..d9892d65e 100644 --- a/tr/v3/api/type-aliases/anyplugin/index.html +++ b/tr/v3/api/type-aliases/anyplugin/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

AnyPlugin: ControlPlugin | InitPlugin<[InitArgs<Processed<Module>>]>

Source

-

src/types/core-plugin.ts:55

\ No newline at end of file +

src/types/core-plugin.ts:55

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/commandmodule/index.html b/tr/v3/api/type-aliases/commandmodule/index.html index f58a8f31c..11f0cf0b2 100644 --- a/tr/v3/api/type-aliases/commandmodule/index.html +++ b/tr/v3/api/type-aliases/commandmodule/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

CommandModule: TextCommand | SlashCommand | BothCommand | ContextMenuUser | ContextMenuMsg | ButtonCommand | StringSelectCommand | MentionableSelectCommand | UserSelectCommand | ChannelSelectCommand | RoleSelectCommand | ModalSubmitCommand

Source

-

src/types/core-modules.ts:139

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:139

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/controller/index.html b/tr/v3/api/type-aliases/controller/index.html index 57c28a995..42a837add 100644 --- a/tr/v3/api/type-aliases/controller/index.html +++ b/tr/v3/api/type-aliases/controller/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Controller: typeof controller

Source

-

src/core/plugin.ts:45

\ No newline at end of file +

src/core/plugin.ts:45

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/eventmodule/index.html b/tr/v3/api/type-aliases/eventmodule/index.html index 9439e4ab8..7192294f9 100644 --- a/tr/v3/api/type-aliases/eventmodule/index.html +++ b/tr/v3/api/type-aliases/eventmodule/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

EventModule: DiscordEventCommand | SernEventCommand | ExternalEventCommand

Source

-

src/types/core-modules.ts:138

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:138

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/logpayload/index.html b/tr/v3/api/type-aliases/logpayload/index.html index b5eb19c88..3ee782918 100644 --- a/tr/v3/api/type-aliases/logpayload/index.html +++ b/tr/v3/api/type-aliases/logpayload/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

message: T

Source

-

src/core/interfaces.ts:55

Son güncelleme:

\ No newline at end of file +

src/core/interfaces.ts:55

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/payload/index.html b/tr/v3/api/type-aliases/payload/index.html index 9d841782d..80d83cabe 100644 --- a/tr/v3/api/type-aliases/payload/index.html +++ b/tr/v3/api/type-aliases/payload/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Payload: object | object | object

Source

-

src/types/utility.ts:18

Son güncelleme:

\ No newline at end of file +

src/types/utility.ts:18

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/pluginresult/index.html b/tr/v3/api/type-aliases/pluginresult/index.html index 0db6cca66..e8c54a27e 100644 --- a/tr/v3/api/type-aliases/pluginresult/index.html +++ b/tr/v3/api/type-aliases/pluginresult/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

PluginResult: Awaitable<Result<Record<string, unknown> | undefined, string | undefined>>

Source

-

src/types/core-plugin.ts:36

Son güncelleme:

\ No newline at end of file +

src/types/core-plugin.ts:36

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/sdt/index.html b/tr/v3/api/type-aliases/sdt/index.html index 8f890935d..aed0534a2 100644 --- a/tr/v3/api/type-aliases/sdt/index.html +++ b/tr/v3/api/type-aliases/sdt/index.html @@ -62,4 +62,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: CommandType

Source

-

src/types/core-modules.ts:25

\ No newline at end of file +

src/types/core-modules.ts:25

\ No newline at end of file diff --git a/tr/v3/api/type-aliases/sernoptionsdata/index.html b/tr/v3/api/type-aliases/sernoptionsdata/index.html index f68428588..8efd539f0 100644 --- a/tr/v3/api/type-aliases/sernoptionsdata/index.html +++ b/tr/v3/api/type-aliases/sernoptionsdata/index.html @@ -46,4 +46,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Type that replaces autocomplete with SernAutocompleteData

Source

-

src/types/core-modules.ts:209

Son güncelleme:

\ No newline at end of file +

src/types/core-modules.ts:209

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/variables/controller/index.html b/tr/v3/api/variables/controller/index.html index e4745eb2a..a85a15d61 100644 --- a/tr/v3/api/variables/controller/index.html +++ b/tr/v3/api/variables/controller/index.html @@ -81,4 +81,4 @@ The object passed into every plugin to control a command’s behavior

readonly ok: false = false

Source

-

src/core/plugin.ts:39

Son güncelleme:

\ No newline at end of file +

src/core/plugin.ts:39

Son güncelleme:

\ No newline at end of file diff --git a/tr/v3/api/variables/presence/index.html b/tr/v3/api/variables/presence/index.html index e30971007..831a4857f 100644 --- a/tr/v3/api/variables/presence/index.html +++ b/tr/v3/api/variables/presence/index.html @@ -115,4 +115,4 @@ adjacent to the file where Sern.init is CALLED.

optional status: Status

Source

-

src/core/presences.ts:10

\ No newline at end of file +

src/core/presences.ts:10

\ No newline at end of file diff --git a/v3/api/classes/context/index.html b/v3/api/classes/context/index.html index 340e0d741..2fd69901c 100644 --- a/v3/api/classes/context/index.html +++ b/v3/api/classes/context/index.html @@ -53,7 +53,7 @@ Message and ChatInputCommandInteraction

Returns

null | TextBasedChannel

Source

-

src/core/structures/context.ts:43

+

src/core/structures/context.ts:43


channelId

@@ -62,7 +62,7 @@ Message and ChatInputCommandInteraction

Returns

string

Source

-

src/core/structures/context.ts:47

+

src/core/structures/context.ts:47


client

@@ -71,7 +71,7 @@ Message and ChatInputCommandInteraction

Returns

Client<boolean>

Source

-

src/core/structures/context.ts:107

+

src/core/structures/context.ts:107


createdTimestamp

@@ -80,7 +80,7 @@ Message and ChatInputCommandInteraction

Returns

number

Source

-

src/core/structures/context.ts:67

+

src/core/structures/context.ts:67


guild

@@ -89,7 +89,7 @@ Message and ChatInputCommandInteraction

Returns

null | Guild

Source

-

src/core/structures/context.ts:71

+

src/core/structures/context.ts:71


guildId

@@ -98,7 +98,7 @@ Message and ChatInputCommandInteraction

Returns

null | string

Source

-

src/core/structures/context.ts:75

+

src/core/structures/context.ts:75


id

@@ -107,7 +107,7 @@ Message and ChatInputCommandInteraction

Returns

string

Source

-

src/core/structures/context.ts:39

+

src/core/structures/context.ts:39


inGuild

@@ -116,7 +116,7 @@ Message and ChatInputCommandInteraction

Returns

boolean

Source

-

src/core/structures/context.ts:111

+

src/core/structures/context.ts:111


interaction

@@ -125,7 +125,7 @@ Message and ChatInputCommandInteraction

Returns

ChatInputCommandInteraction<CacheType>

Source

-

src/core/structures/context.ts:99

+

src/core/structures/context.ts:99


member

@@ -134,7 +134,7 @@ Message and ChatInputCommandInteraction

Returns

null | GuildMember | APIInteractionGuildMember

Source

-

src/core/structures/context.ts:81

+

src/core/structures/context.ts:81


message

@@ -143,7 +143,7 @@ Message and ChatInputCommandInteraction

Returns

Message<boolean>

Source

-

src/core/structures/context.ts:85

+

src/core/structures/context.ts:85


options

@@ -152,7 +152,7 @@ Message and ChatInputCommandInteraction

Returns

string[] | Omit<CommandInteractionOptionResolver<CacheType>, "getMessage" | "getFocused">

Source

-

src/core/structures/context.ts:25

+

src/core/structures/context.ts:25


prefix

@@ -161,7 +161,7 @@ Message and ChatInputCommandInteraction

Returns

undefined | string

Source

-

src/core/structures/context.ts:36

+

src/core/structures/context.ts:36


user

@@ -172,7 +172,7 @@ else, interaction.user

Returns

User

Source

-

src/core/structures/context.ts:55

+

src/core/structures/context.ts:55


userId

@@ -181,7 +181,7 @@ else, interaction.user

Returns

string

Source

-

src/core/structures/context.ts:63

+

src/core/structures/context.ts:63

Methods

isMessage()

@@ -190,7 +190,7 @@ else, interaction.user

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:91

+

src/core/structures/context.ts:91


isSlash()

@@ -199,7 +199,7 @@ else, interaction.user

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:95

+

src/core/structures/context.ts:95


reply()

@@ -210,7 +210,7 @@ else, interaction.user

Returns

Promise<Message<boolean>>

Source

-

src/core/structures/context.ts:115

+

src/core/structures/context.ts:115


wrap()

@@ -222,4 +222,4 @@ else, interaction.user

Returns

Context

Source

-

src/core/structures/context.ts:124

Last updated:

\ No newline at end of file +

src/core/structures/context.ts:124

Last updated:

\ No newline at end of file diff --git a/v3/api/enumerations/commandtype/index.html b/v3/api/enumerations/commandtype/index.html index e77d2f8fe..dde875502 100644 --- a/v3/api/enumerations/commandtype/index.html +++ b/v3/api/enumerations/commandtype/index.html @@ -52,81 +52,81 @@ A bitfield that discriminates command modules

Both: 3

Source

-

src/core/structures/enums.ts:20

+

src/core/structures/enums.ts:20


Button

Button: 16

Source

-

src/core/structures/enums.ts:23

+

src/core/structures/enums.ts:23


ChannelSelect

ChannelSelect: 1024

Source

-

src/core/structures/enums.ts:29

+

src/core/structures/enums.ts:29


CtxMsg

CtxMsg: 8

Source

-

src/core/structures/enums.ts:22

+

src/core/structures/enums.ts:22


CtxUser

CtxUser: 4

Source

-

src/core/structures/enums.ts:21

+

src/core/structures/enums.ts:21


MentionableSelect

MentionableSelect: 512

Source

-

src/core/structures/enums.ts:28

+

src/core/structures/enums.ts:28


Modal: 64

Source

-

src/core/structures/enums.ts:25

+

src/core/structures/enums.ts:25


RoleSelect

RoleSelect: 256

Source

-

src/core/structures/enums.ts:27

+

src/core/structures/enums.ts:27


Slash

Slash: 2

Source

-

src/core/structures/enums.ts:19

+

src/core/structures/enums.ts:19


StringSelect

StringSelect: 32

Source

-

src/core/structures/enums.ts:24

+

src/core/structures/enums.ts:24


Text

Text: 1

Source

-

src/core/structures/enums.ts:18

+

src/core/structures/enums.ts:18


UserSelect

UserSelect: 128

Source

-

src/core/structures/enums.ts:26

Last updated:

\ No newline at end of file +

src/core/structures/enums.ts:26

Last updated:

\ No newline at end of file diff --git a/v3/api/enumerations/eventtype/index.html b/v3/api/enumerations/eventtype/index.html index e5ffc0e12..c5c584708 100644 --- a/v3/api/enumerations/eventtype/index.html +++ b/v3/api/enumerations/eventtype/index.html @@ -51,7 +51,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The EventType for handling discord events

Source

-

src/core/structures/enums.ts:51

+

src/core/structures/enums.ts:51


External

@@ -60,7 +60,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The EventType for handling external events. Could be for example, process events, database events

Source

-

src/core/structures/enums.ts:60

+

src/core/structures/enums.ts:60


Sern

@@ -68,4 +68,4 @@ Could be for example, process events, database events

The EventType for handling sern events

Source

-

src/core/structures/enums.ts:55

Last updated:

\ No newline at end of file +

src/core/structures/enums.ts:55

Last updated:

\ No newline at end of file diff --git a/v3/api/enumerations/payloadtype/index.html b/v3/api/enumerations/payloadtype/index.html index 9bf4d7d42..0c55b30f6 100644 --- a/v3/api/enumerations/payloadtype/index.html +++ b/v3/api/enumerations/payloadtype/index.html @@ -50,18 +50,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Failure: "failure"

Source

-

src/core/structures/enums.ts:93

+

src/core/structures/enums.ts:93


Success

Success: "success"

Source

-

src/core/structures/enums.ts:92

+

src/core/structures/enums.ts:92


Warning

Warning: "warning"

Source

-

src/core/structures/enums.ts:94

Last updated:

\ No newline at end of file +

src/core/structures/enums.ts:94

Last updated:

\ No newline at end of file diff --git a/v3/api/enumerations/plugintype/index.html b/v3/api/enumerations/plugintype/index.html index bb228e00e..27cd76dd3 100644 --- a/v3/api/enumerations/plugintype/index.html +++ b/v3/api/enumerations/plugintype/index.html @@ -51,7 +51,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The PluginType for EventPlugins

Source

-

src/core/structures/enums.ts:85

+

src/core/structures/enums.ts:85


Init

@@ -59,4 +59,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

The PluginType for InitPlugins

Source

-

src/core/structures/enums.ts:81

Last updated:

\ No newline at end of file +

src/core/structures/enums.ts:81

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/commandcontrolplugin/index.html b/v3/api/functions/commandcontrolplugin/index.html index 15ec610d5..dd4319464 100644 --- a/v3/api/functions/commandcontrolplugin/index.html +++ b/v3/api/functions/commandcontrolplugin/index.html @@ -53,4 +53,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:28

Last updated:

\ No newline at end of file +

src/core/plugin.ts:28

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/commandinitplugin/index.html b/v3/api/functions/commandinitplugin/index.html index 5c2fa3cb8..536abf46a 100644 --- a/v3/api/functions/commandinitplugin/index.html +++ b/v3/api/functions/commandinitplugin/index.html @@ -53,4 +53,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:20

Last updated:

\ No newline at end of file +

src/core/plugin.ts:20

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/commandmodule/index.html b/v3/api/functions/commandmodule/index.html index ec57aeb30..6bcd84af6 100644 --- a/v3/api/functions/commandmodule/index.html +++ b/v3/api/functions/commandmodule/index.html @@ -51,4 +51,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

1.0.0 The wrapper function to define command modules for sern

Source

-

src/core/modules.ts:16

Last updated:

\ No newline at end of file +

src/core/modules.ts:16

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/discordevent/index.html b/v3/api/functions/discordevent/index.html index 78f4c03e5..322967155 100644 --- a/v3/api/functions/discordevent/index.html +++ b/v3/api/functions/discordevent/index.html @@ -45,8 +45,9 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

discordEvent<T>(mod): Module

Create event modules from discord.js client events, -This is an eventModule for discord events, -where typings can be very bad.

+This was an eventModule for discord events, +where typings were bad.

+

Type parameters

T extends keyof ClientEvents

Parameters

@@ -57,4 +58,4 @@ where typings can be very bad.

Returns

Module

Source

-

src/core/modules.ts:42

Last updated:

\ No newline at end of file +

src/core/modules.ts:43

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/eventinitplugin/index.html b/v3/api/functions/eventinitplugin/index.html index 35eb1a21b..0854aab27 100644 --- a/v3/api/functions/eventinitplugin/index.html +++ b/v3/api/functions/eventinitplugin/index.html @@ -51,4 +51,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Since

2.5.0

Source

-

src/core/plugin.ts:14

Last updated:

\ No newline at end of file +

src/core/plugin.ts:14

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/eventmodule/index.html b/v3/api/functions/eventmodule/index.html index 588701395..d8915cb36 100644 --- a/v3/api/functions/eventmodule/index.html +++ b/v3/api/functions/eventmodule/index.html @@ -41,15 +41,17 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

eventModule

-

eventModule(mod): Module

+

eventModule

+

eventModule<T>(mod): Module

+

Type parameters

+

T extends keyof ClientEvents = keyof ClientEvents

Parameters

-

mod: InputEvent

+

mod: InputEvent<T>

Returns

Module

Since

1.0.0 The wrapper function to define event modules for sern

Source

-

src/core/modules.ts:29

Last updated:

\ No newline at end of file +

src/core/modules.ts:29

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/makedependencies/index.html b/v3/api/functions/makedependencies/index.html index a8c86613d..352adf88f 100644 --- a/v3/api/functions/makedependencies/index.html +++ b/v3/api/functions/makedependencies/index.html @@ -53,4 +53,4 @@ This is required to start the handler, and is to be called before Sern.init.

Example

1
await makeDependencies(({ add }) => {
2
add('@sern/client', new Client({ intents, partials })
3
})

Source

-

src/core/ioc.ts:63

Last updated:

\ No newline at end of file +

src/core/ioc.ts:63

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/makeplugin/index.html b/v3/api/functions/makeplugin/index.html index 61a2d13dc..ec60ab3f4 100644 --- a/v3/api/functions/makeplugin/index.html +++ b/v3/api/functions/makeplugin/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Plugin<V>

Source

-

src/core/plugin.ts:5

Last updated:

\ No newline at end of file +

src/core/plugin.ts:5

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/scheduledtask/index.html b/v3/api/functions/scheduledtask/index.html index cf5a264f0..43dfd6fd3 100644 --- a/v3/api/functions/scheduledtask/index.html +++ b/v3/api/functions/scheduledtask/index.html @@ -49,4 +49,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

ScheduledTask

Source

-

src/core/modules.ts:50

\ No newline at end of file +

src/core/modules.ts:51

\ No newline at end of file diff --git a/v3/api/functions/service/index.html b/v3/api/functions/service/index.html index 8c08369e4..62df618a8 100644 --- a/v3/api/functions/service/index.html +++ b/v3/api/functions/service/index.html @@ -62,4 +62,4 @@ Note: this method only works AFTER your container has been initiated

Throws

if container is absent or not present

Source

-

src/core/ioc.ts:93

Last updated:

\ No newline at end of file +

src/core/ioc.ts:93

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/services/index.html b/v3/api/functions/services/index.html index 2d26d72fc..19bb4f4b6 100644 --- a/v3/api/functions/services/index.html +++ b/v3/api/functions/services/index.html @@ -57,4 +57,4 @@ The plural version of Servi

Throws

if container is absent or not present

Source

-

src/core/ioc.ts:103

Last updated:

\ No newline at end of file +

src/core/ioc.ts:103

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/single/index.html b/v3/api/functions/single/index.html index 1362ec5d6..848b7c351 100644 --- a/v3/api/functions/single/index.html +++ b/v3/api/functions/single/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

T

Source

-

src/core/ioc.ts:112

Last updated:

\ No newline at end of file +

src/core/ioc.ts:112

Last updated:

\ No newline at end of file diff --git a/v3/api/functions/transient/index.html b/v3/api/functions/transient/index.html index c9e01dbb4..23c396908 100644 --- a/v3/api/functions/transient/index.html +++ b/v3/api/functions/transient/index.html @@ -55,4 +55,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

2.0.0 Creates a transient object

Source

-

src/core/ioc.ts:123

Last updated:

\ No newline at end of file +

src/core/ioc.ts:123

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/bothcommand/index.html b/v3/api/interfaces/bothcommand/index.html index 2048f379c..8985a1ba3 100644 --- a/v3/api/interfaces/bothcommand/index.html +++ b/v3/api/interfaces/bothcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.description

Source

-

src/types/core-modules.ts:133

+

src/types/core-modules.ts:133


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:135

+

src/types/core-modules.ts:135


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,14 +111,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


options?

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:134

+

src/types/core-modules.ts:134


plugins

@@ -127,7 +127,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -136,4 +136,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:132

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:132

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/buttoncommand/index.html b/v3/api/interfaces/buttoncommand/index.html index d35b8ea5e..13f7e9284 100644 --- a/v3/api/interfaces/buttoncommand/index.html +++ b/v3/api/interfaces/buttoncommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:75

+

src/types/core-modules.ts:75


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:74

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:74

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/channelselectcommand/index.html b/v3/api/interfaces/channelselectcommand/index.html index 79aaf4e91..01861f603 100644 --- a/v3/api/interfaces/channelselectcommand/index.html +++ b/v3/api/interfaces/channelselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:85

+

src/types/core-modules.ts:85


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:84

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:84

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/commandmoduledefs/index.html b/v3/api/interfaces/commandmoduledefs/index.html index 3cd3a5864..4235c35db 100644 --- a/v3/api/interfaces/commandmoduledefs/index.html +++ b/v3/api/interfaces/commandmoduledefs/index.html @@ -47,81 +47,81 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

1: TextCommand

Source

-

src/types/core-modules.ts:156

+

src/types/core-modules.ts:156


1024

1024: ChannelSelectCommand

Source

-

src/types/core-modules.ts:164

+

src/types/core-modules.ts:164


128

128: UserSelectCommand

Source

-

src/types/core-modules.ts:166

+

src/types/core-modules.ts:166


16

16: ButtonCommand

Source

-

src/types/core-modules.ts:161

+

src/types/core-modules.ts:161


2

2: SlashCommand

Source

-

src/types/core-modules.ts:157

+

src/types/core-modules.ts:157


256

256: RoleSelectCommand

Source

-

src/types/core-modules.ts:163

+

src/types/core-modules.ts:163


3

3: BothCommand

Source

-

src/types/core-modules.ts:158

+

src/types/core-modules.ts:158


32

32: StringSelectCommand

Source

-

src/types/core-modules.ts:162

+

src/types/core-modules.ts:162


4

4: ContextMenuUser

Source

-

src/types/core-modules.ts:160

+

src/types/core-modules.ts:160


512

512: MentionableSelectCommand

Source

-

src/types/core-modules.ts:165

+

src/types/core-modules.ts:165


64

64: ModalSubmitCommand

Source

-

src/types/core-modules.ts:167

+

src/types/core-modules.ts:167


8

8: ContextMenuMsg

Source

-

src/types/core-modules.ts:159

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:159

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/contextmenumsg/index.html b/v3/api/interfaces/contextmenumsg/index.html index c6586ebbd..f58199766 100644 --- a/v3/api/interfaces/contextmenumsg/index.html +++ b/v3/api/interfaces/contextmenumsg/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:70

+

src/types/core-modules.ts:70


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:69

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:69

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/contextmenuuser/index.html b/v3/api/interfaces/contextmenuuser/index.html index b55a82772..97888001c 100644 --- a/v3/api/interfaces/contextmenuuser/index.html +++ b/v3/api/interfaces/contextmenuuser/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:65

+

src/types/core-modules.ts:65


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:64

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:64

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/controlplugin/index.html b/v3/api/interfaces/controlplugin/index.html index a6c3d9045..3f81ff169 100644 --- a/v3/api/interfaces/controlplugin/index.html +++ b/v3/api/interfaces/controlplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Plugin.execute

Source

-

src/types/core-plugin.ts:44

+

src/types/core-plugin.ts:44


type

@@ -68,4 +68,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.type

Source

-

src/types/core-plugin.ts:52

Last updated:

\ No newline at end of file +

src/types/core-plugin.ts:52

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/coredependencies/index.html b/v3/api/interfaces/coredependencies/index.html index 16c75e73d..f647e28f8 100644 --- a/v3/api/interfaces/coredependencies/index.html +++ b/v3/api/interfaces/coredependencies/index.html @@ -48,7 +48,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

discord.js client.

Source

-

src/core/ioc.ts:140

+

src/core/ioc.ts:140


@sern/emitter

@@ -57,7 +57,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

sern emitter listens to events that happen throughout the handler. some include module.register, module.activate.

Source

-

src/core/ioc.ts:145

+

src/core/ioc.ts:145


@sern/errors

@@ -66,7 +66,7 @@ the handler. some include module.register, module.activate.

An error handler which is the final step before the sern process actually crashes.

Source

-

src/core/ioc.ts:150

+

src/core/ioc.ts:150


@sern/logger?

@@ -74,7 +74,7 @@ the sern process actually crashes.

Optional logger. Performs … logging

Source

-

src/core/ioc.ts:154

+

src/core/ioc.ts:154


@sern/modules

@@ -83,11 +83,11 @@ the sern process actually crashes.

Readonly module store. sern stores these by module.meta.id -> Module

Source

-

src/core/ioc.ts:159

+

src/core/ioc.ts:159


@sern/scheduler

@sern/scheduler: TaskScheduler

Source

-

src/core/ioc.ts:161

Last updated:

\ No newline at end of file +

src/core/ioc.ts:161

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/dependencyconfiguration/index.html b/v3/api/interfaces/dependencyconfiguration/index.html index 0f101fadc..e2f09ecb4 100644 --- a/v3/api/interfaces/dependencyconfiguration/index.html +++ b/v3/api/interfaces/dependencyconfiguration/index.html @@ -54,4 +54,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Container

Source

-

src/index.ts:71

\ No newline at end of file +

src/index.ts:71

\ No newline at end of file diff --git a/v3/api/interfaces/discordeventcommand/index.html b/v3/api/interfaces/discordeventcommand/index.html index 0d47e86c0..6d015b701 100644 --- a/v3/api/interfaces/discordeventcommand/index.html +++ b/v3/api/interfaces/discordeventcommand/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -81,7 +81,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -90,7 +90,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:115

+

src/types/core-modules.ts:115


onEvent

@@ -99,7 +99,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -108,7 +108,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -117,7 +117,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:116

+

src/types/core-modules.ts:116

Methods

execute()

@@ -130,4 +130,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:117

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:117

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/disposable/index.html b/v3/api/interfaces/disposable/index.html index 15146e40c..538dad515 100644 --- a/v3/api/interfaces/disposable/index.html +++ b/v3/api/interfaces/disposable/index.html @@ -51,4 +51,4 @@ Let dependencies implement this to dispose and cleanup.

Returns

unknown

Source

-

src/core/interfaces.ts:17

Last updated:

\ No newline at end of file +

src/core/interfaces.ts:17

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/emitter/index.html b/v3/api/interfaces/emitter/index.html index 409e34680..8d7837a01 100644 --- a/v3/api/interfaces/emitter/index.html +++ b/v3/api/interfaces/emitter/index.html @@ -52,7 +52,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

this

Source

-

src/core/interfaces.ts:22

+

src/core/interfaces.ts:22


emit()

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

boolean

Source

-

src/core/interfaces.ts:24

+

src/core/interfaces.ts:24


removeListener()

@@ -76,4 +76,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

this

Source

-

src/core/interfaces.ts:23

Last updated:

\ No newline at end of file +

src/core/interfaces.ts:23

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/errorhandling/index.html b/v3/api/interfaces/errorhandling/index.html index 4a20053c0..4f16e7507 100644 --- a/v3/api/interfaces/errorhandling/index.html +++ b/v3/api/interfaces/errorhandling/index.html @@ -54,7 +54,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

never

Source

-

src/core/interfaces.ts:36

+

src/core/interfaces.ts:36


updateAlive()

@@ -66,4 +66,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:41

Last updated:

\ No newline at end of file +

src/core/interfaces.ts:41

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/eventmoduledefs/index.html b/v3/api/interfaces/eventmoduledefs/index.html index fd034a920..42e408806 100644 --- a/v3/api/interfaces/eventmoduledefs/index.html +++ b/v3/api/interfaces/eventmoduledefs/index.html @@ -41,24 +41,26 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

EventModuleDefs

Properties

+

EventModuleDefs

Type parameters

+

T extends keyof ClientEvents = keyof ClientEvents

+

Properties

0

-

0: DiscordEventCommand<keyof ClientEvents>

+

0: DiscordEventCommand<T>

Source

-

src/types/core-modules.ts:172

+

src/types/core-modules.ts:172


1

1: SernEventCommand<keyof SernEventsMapping>

Source

-

src/types/core-modules.ts:171

+

src/types/core-modules.ts:171


2

2: ExternalEventCommand

Source

-

src/types/core-modules.ts:173

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:173

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/externaleventcommand/index.html b/v3/api/interfaces/externaleventcommand/index.html index 34ecf9145..e717259b0 100644 --- a/v3/api/interfaces/externaleventcommand/index.html +++ b/v3/api/interfaces/externaleventcommand/index.html @@ -53,14 +53,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


emitter

emitter: keyof Dependencies

Source

-

src/types/core-modules.ts:57

+

src/types/core-modules.ts:57


locals

@@ -69,7 +69,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -86,7 +86,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -95,7 +95,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:56

+

src/types/core-modules.ts:56


onEvent

@@ -104,7 +104,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -113,7 +113,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -122,7 +122,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:58

+

src/types/core-modules.ts:58

Methods

execute()

@@ -135,4 +135,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:59

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:59

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/init/index.html b/v3/api/interfaces/init/index.html index 32282ad80..3113ac9b2 100644 --- a/v3/api/interfaces/init/index.html +++ b/v3/api/interfaces/init/index.html @@ -51,4 +51,4 @@ Let dependencies implement this to initiate some logic.

Returns

unknown

Source

-

src/core/interfaces.ts:9

Last updated:

\ No newline at end of file +

src/core/interfaces.ts:9

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/initplugin/index.html b/v3/api/interfaces/initplugin/index.html index 67ff9e738..315c51961 100644 --- a/v3/api/interfaces/initplugin/index.html +++ b/v3/api/interfaces/initplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.execute

Source

-

src/types/core-plugin.ts:49

+

src/types/core-plugin.ts:49


type

@@ -68,4 +68,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Plugin.type

Source

-

src/types/core-plugin.ts:48

Last updated:

\ No newline at end of file +

src/types/core-plugin.ts:48

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/logging/index.html b/v3/api/interfaces/logging/index.html index 1a0ca141d..a9733496a 100644 --- a/v3/api/interfaces/logging/index.html +++ b/v3/api/interfaces/logging/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:52

+

src/core/interfaces.ts:52


error()

@@ -66,7 +66,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:49

+

src/core/interfaces.ts:49


info()

@@ -77,7 +77,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:51

+

src/core/interfaces.ts:51


warning()

@@ -88,4 +88,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

void

Source

-

src/core/interfaces.ts:50

Last updated:

\ No newline at end of file +

src/core/interfaces.ts:50

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/mentionableselectcommand/index.html b/v3/api/interfaces/mentionableselectcommand/index.html index 2a191d25e..6bda1b952 100644 --- a/v3/api/interfaces/mentionableselectcommand/index.html +++ b/v3/api/interfaces/mentionableselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:95

+

src/types/core-modules.ts:95


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:94

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:94

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/modalsubmitcommand/index.html b/v3/api/interfaces/modalsubmitcommand/index.html index 629a1c618..5ade235b7 100644 --- a/v3/api/interfaces/modalsubmitcommand/index.html +++ b/v3/api/interfaces/modalsubmitcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:105

+

src/types/core-modules.ts:105


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:104

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:104

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/module/index.html b/v3/api/interfaces/module/index.html index 6d5b50a61..08035d142 100644 --- a/v3/api/interfaces/module/index.html +++ b/v3/api/interfaces/module/index.html @@ -65,14 +65,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional description: string

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

locals: Record<string, unknown>

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -87,35 +87,35 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

id: string

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

optional name: string

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

onEvent: ControlPlugin<any[]>[]

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

plugins: InitPlugin<any[]>[]

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

type: CommandType | EventType

Source

-

src/types/core-modules.ts:35

+

src/types/core-modules.ts:35

Methods

execute()

@@ -126,4 +126,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

any

Source

-

src/types/core-modules.ts:45

\ No newline at end of file +

src/types/core-modules.ts:45

\ No newline at end of file diff --git a/v3/api/interfaces/plugin/index.html b/v3/api/interfaces/plugin/index.html index 12479cd9b..d4ad24777 100644 --- a/v3/api/interfaces/plugin/index.html +++ b/v3/api/interfaces/plugin/index.html @@ -58,11 +58,11 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

PluginResult

Source

-

src/types/core-plugin.ts:44

+

src/types/core-plugin.ts:44


type

type: PluginType

Source

-

src/types/core-plugin.ts:43

Last updated:

\ No newline at end of file +

src/types/core-plugin.ts:43

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/roleselectcommand/index.html b/v3/api/interfaces/roleselectcommand/index.html index 23b980551..226e0c88a 100644 --- a/v3/api/interfaces/roleselectcommand/index.html +++ b/v3/api/interfaces/roleselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:90

+

src/types/core-modules.ts:90


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:89

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:89

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/scheduledtask/index.html b/v3/api/interfaces/scheduledtask/index.html index ff40b56ad..ac3fff6d0 100644 --- a/v3/api/interfaces/scheduledtask/index.html +++ b/v3/api/interfaces/scheduledtask/index.html @@ -47,21 +47,21 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional name: string

Source

-

src/types/core-modules.ts:252

+

src/types/core-modules.ts:252


timezone?

optional timezone: string

Source

-

src/types/core-modules.ts:254

+

src/types/core-modules.ts:254


trigger

trigger: string | Date

Source

-

src/types/core-modules.ts:253

+

src/types/core-modules.ts:253

Methods

execute()

@@ -73,4 +73,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Awaitable<void>

Source

-

src/types/core-modules.ts:255

\ No newline at end of file +

src/types/core-modules.ts:255

\ No newline at end of file diff --git a/v3/api/interfaces/sernautocompletedata/index.html b/v3/api/interfaces/sernautocompletedata/index.html index 52e8655b0..f8b15069b 100644 --- a/v3/api/interfaces/sernautocompletedata/index.html +++ b/v3/api/interfaces/sernautocompletedata/index.html @@ -51,14 +51,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

autocomplete: true

Source

-

src/types/core-modules.ts:178

+

src/types/core-modules.ts:178


command

command: AutocompleteCommand

Source

-

src/types/core-modules.ts:183

+

src/types/core-modules.ts:183


description

@@ -110,4 +110,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: String | Integer | Number

Source

-

src/types/core-modules.ts:179

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:179

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/serneventcommand/index.html b/v3/api/interfaces/serneventcommand/index.html index 931e2df53..7e43131d1 100644 --- a/v3/api/interfaces/serneventcommand/index.html +++ b/v3/api/interfaces/serneventcommand/index.html @@ -55,7 +55,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


locals

@@ -64,7 +64,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -81,7 +81,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -90,7 +90,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.name

Source

-

src/types/core-modules.ts:50

+

src/types/core-modules.ts:50


onEvent

@@ -99,7 +99,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -108,7 +108,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -117,7 +117,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:51

+

src/types/core-modules.ts:51

Methods

execute()

@@ -130,4 +130,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:52

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:52

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/serneventsmapping/index.html b/v3/api/interfaces/serneventsmapping/index.html index 1acb51f63..abbd1cb25 100644 --- a/v3/api/interfaces/serneventsmapping/index.html +++ b/v3/api/interfaces/serneventsmapping/index.html @@ -47,32 +47,32 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

error: [object]

Source

-

src/types/utility.ts:13

+

src/types/utility.ts:13


module.activate

module.activate: [Payload]

Source

-

src/types/utility.ts:12

+

src/types/utility.ts:12


module.register

module.register: [Payload]

Source

-

src/types/utility.ts:11

+

src/types/utility.ts:11


modulesLoaded

modulesLoaded: [undefined?]

Source

-

src/types/utility.ts:15

+

src/types/utility.ts:15


warning

warning: [Payload]

Source

-

src/types/utility.ts:14

Last updated:

\ No newline at end of file +

src/types/utility.ts:14

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/sernsubcommanddata/index.html b/v3/api/interfaces/sernsubcommanddata/index.html index d86559b60..3dff4725c 100644 --- a/v3/api/interfaces/sernsubcommanddata/index.html +++ b/v3/api/interfaces/sernsubcommanddata/index.html @@ -87,7 +87,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:218

+

src/types/core-modules.ts:218


required?

@@ -105,4 +105,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

APIApplicationCommandOptionBase.type

Source

-

src/types/core-modules.ts:217

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:217

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/sernsubcommandgroupdata/index.html b/v3/api/interfaces/sernsubcommandgroupdata/index.html index d4b471a3c..3ab3fa56e 100644 --- a/v3/api/interfaces/sernsubcommandgroupdata/index.html +++ b/v3/api/interfaces/sernsubcommandgroupdata/index.html @@ -96,7 +96,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional options: SernSubCommandData[]

Source

-

src/types/core-modules.ts:223

+

src/types/core-modules.ts:223


required?

@@ -112,4 +112,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: SubcommandGroup

Source

-

src/types/core-modules.ts:222

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:222

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/slashcommand/index.html b/v3/api/interfaces/slashcommand/index.html index f839cc0a4..9e7b67174 100644 --- a/v3/api/interfaces/slashcommand/index.html +++ b/v3/api/interfaces/slashcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.description

Source

-

src/types/core-modules.ts:126

+

src/types/core-modules.ts:126


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:128

+

src/types/core-modules.ts:128


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,14 +111,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


options?

optional options: SernOptionsData[]

Source

-

src/types/core-modules.ts:127

+

src/types/core-modules.ts:127


plugins

@@ -127,7 +127,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -136,4 +136,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:125

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:125

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/stringselectcommand/index.html b/v3/api/interfaces/stringselectcommand/index.html index 40274503b..354048396 100644 --- a/v3/api/interfaces/stringselectcommand/index.html +++ b/v3/api/interfaces/stringselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:80

+

src/types/core-modules.ts:80


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:79

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:79

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/textcommand/index.html b/v3/api/interfaces/textcommand/index.html index 9de2eadc5..2c853bec2 100644 --- a/v3/api/interfaces/textcommand/index.html +++ b/v3/api/interfaces/textcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:121

+

src/types/core-modules.ts:121


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:120

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:120

Last updated:

\ No newline at end of file diff --git a/v3/api/interfaces/userselectcommand/index.html b/v3/api/interfaces/userselectcommand/index.html index 78fe39d74..de86dfba7 100644 --- a/v3/api/interfaces/userselectcommand/index.html +++ b/v3/api/interfaces/userselectcommand/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.description

Source

-

src/types/core-modules.ts:39

+

src/types/core-modules.ts:39


execute()

@@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.execute

Source

-

src/types/core-modules.ts:100

+

src/types/core-modules.ts:100


locals

@@ -76,7 +76,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.locals

Source

-

src/types/core-modules.ts:44

+

src/types/core-modules.ts:44


meta

@@ -93,7 +93,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.meta

Source

-

src/types/core-modules.ts:40

+

src/types/core-modules.ts:40


name?

@@ -102,7 +102,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.name

Source

-

src/types/core-modules.ts:36

+

src/types/core-modules.ts:36


onEvent

@@ -111,7 +111,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.onEvent

Source

-

src/types/core-modules.ts:37

+

src/types/core-modules.ts:37


plugins

@@ -120,7 +120,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Inherited from

Module.plugins

Source

-

src/types/core-modules.ts:38

+

src/types/core-modules.ts:38


type

@@ -129,4 +129,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Overrides

Module.type

Source

-

src/types/core-modules.ts:99

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:99

Last updated:

\ No newline at end of file diff --git a/v3/api/namespaces/presence/interfaces/result/index.html b/v3/api/namespaces/presence/interfaces/result/index.html index 84e323866..0f7ecee00 100644 --- a/v3/api/namespaces/presence/interfaces/result/index.html +++ b/v3/api/namespaces/presence/interfaces/result/index.html @@ -47,14 +47,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional activities: ActivitiesOptions[]

Source

-

src/core/presences.ts:60

+

src/core/presences.ts:60


afk?

optional afk: boolean

Source

-

src/core/presences.ts:59

+

src/core/presences.ts:59


onRepeat()?

@@ -65,25 +65,25 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Returns

Result

Source

-

src/core/presences.ts:63

+

src/core/presences.ts:63


repeat?

optional repeat: number | [Emitter, string]

Source

-

src/core/presences.ts:62

+

src/core/presences.ts:62


shardId?

optional shardId: number[]

Source

-

src/core/presences.ts:61

+

src/core/presences.ts:61


status?

optional status: Status

Source

-

src/core/presences.ts:58

Last updated:

\ No newline at end of file +

src/core/presences.ts:58

Last updated:

\ No newline at end of file diff --git a/v3/api/namespaces/presence/type-aliases/config/index.html b/v3/api/namespaces/presence/type-aliases/config/index.html index d3dc3b210..9dc3ed1f4 100644 --- a/v3/api/namespaces/presence/type-aliases/config/index.html +++ b/v3/api/namespaces/presence/type-aliases/config/index.html @@ -60,4 +60,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

optional inject: [...T]

Source

-

src/core/presences.ts:51

Last updated:

\ No newline at end of file +

src/core/presences.ts:51

Last updated:

\ No newline at end of file diff --git a/v3/api/namespaces/sern/functions/init/index.html b/v3/api/namespaces/sern/functions/init/index.html index 11b46ecd4..23e63fddd 100644 --- a/v3/api/namespaces/sern/functions/init/index.html +++ b/v3/api/namespaces/sern/functions/init/index.html @@ -55,4 +55,4 @@ Function to start the handler up

Example

src/index.ts
1
Sern.init({
2
commands: 'dist/commands',
3
events: 'dist/events',
4
})

Source

-

src/sern.ts:35

Last updated:

\ No newline at end of file +

src/sern.ts:35

Last updated:

\ No newline at end of file diff --git a/v3/api/type-aliases/anyplugin/index.html b/v3/api/type-aliases/anyplugin/index.html index 1ddeec668..71f9b67f1 100644 --- a/v3/api/type-aliases/anyplugin/index.html +++ b/v3/api/type-aliases/anyplugin/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

AnyPlugin: ControlPlugin | InitPlugin<[InitArgs<Processed<Module>>]>

Source

-

src/types/core-plugin.ts:55

\ No newline at end of file +

src/types/core-plugin.ts:55

\ No newline at end of file diff --git a/v3/api/type-aliases/commandmodule/index.html b/v3/api/type-aliases/commandmodule/index.html index 02658b4c7..92789b070 100644 --- a/v3/api/type-aliases/commandmodule/index.html +++ b/v3/api/type-aliases/commandmodule/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

CommandModule: TextCommand | SlashCommand | BothCommand | ContextMenuUser | ContextMenuMsg | ButtonCommand | StringSelectCommand | MentionableSelectCommand | UserSelectCommand | ChannelSelectCommand | RoleSelectCommand | ModalSubmitCommand

Source

-

src/types/core-modules.ts:139

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:139

Last updated:

\ No newline at end of file diff --git a/v3/api/type-aliases/controller/index.html b/v3/api/type-aliases/controller/index.html index 1c6f24a6a..8247026bd 100644 --- a/v3/api/type-aliases/controller/index.html +++ b/v3/api/type-aliases/controller/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Controller: typeof controller

Source

-

src/core/plugin.ts:45

\ No newline at end of file +

src/core/plugin.ts:45

\ No newline at end of file diff --git a/v3/api/type-aliases/eventmodule/index.html b/v3/api/type-aliases/eventmodule/index.html index 55e7e97e9..e08549e4d 100644 --- a/v3/api/type-aliases/eventmodule/index.html +++ b/v3/api/type-aliases/eventmodule/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

EventModule: DiscordEventCommand | SernEventCommand | ExternalEventCommand

Source

-

src/types/core-modules.ts:138

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:138

Last updated:

\ No newline at end of file diff --git a/v3/api/type-aliases/logpayload/index.html b/v3/api/type-aliases/logpayload/index.html index 2436f0873..0dbec414a 100644 --- a/v3/api/type-aliases/logpayload/index.html +++ b/v3/api/type-aliases/logpayload/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

message: T

Source

-

src/core/interfaces.ts:55

Last updated:

\ No newline at end of file +

src/core/interfaces.ts:55

Last updated:

\ No newline at end of file diff --git a/v3/api/type-aliases/payload/index.html b/v3/api/type-aliases/payload/index.html index 3c4de914a..f01051d72 100644 --- a/v3/api/type-aliases/payload/index.html +++ b/v3/api/type-aliases/payload/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Payload: object | object | object

Source

-

src/types/utility.ts:18

Last updated:

\ No newline at end of file +

src/types/utility.ts:18

Last updated:

\ No newline at end of file diff --git a/v3/api/type-aliases/pluginresult/index.html b/v3/api/type-aliases/pluginresult/index.html index 55c8e10d7..6528c400b 100644 --- a/v3/api/type-aliases/pluginresult/index.html +++ b/v3/api/type-aliases/pluginresult/index.html @@ -45,4 +45,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

PluginResult: Awaitable<Result<Record<string, unknown> | undefined, string | undefined>>

Source

-

src/types/core-plugin.ts:36

Last updated:

\ No newline at end of file +

src/types/core-plugin.ts:36

Last updated:

\ No newline at end of file diff --git a/v3/api/type-aliases/sdt/index.html b/v3/api/type-aliases/sdt/index.html index 9d62ebe16..b43c4454a 100644 --- a/v3/api/type-aliases/sdt/index.html +++ b/v3/api/type-aliases/sdt/index.html @@ -62,4 +62,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

type: CommandType

Source

-

src/types/core-modules.ts:25

\ No newline at end of file +

src/types/core-modules.ts:25

\ No newline at end of file diff --git a/v3/api/type-aliases/sernoptionsdata/index.html b/v3/api/type-aliases/sernoptionsdata/index.html index 6551f9a52..3e83ce067 100644 --- a/v3/api/type-aliases/sernoptionsdata/index.html +++ b/v3/api/type-aliases/sernoptionsdata/index.html @@ -46,4 +46,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Type that replaces autocomplete with SernAutocompleteData

Source

-

src/types/core-modules.ts:209

Last updated:

\ No newline at end of file +

src/types/core-modules.ts:209

Last updated:

\ No newline at end of file diff --git a/v3/api/variables/controller/index.html b/v3/api/variables/controller/index.html index 12fd076ba..1d8a51344 100644 --- a/v3/api/variables/controller/index.html +++ b/v3/api/variables/controller/index.html @@ -81,4 +81,4 @@ The object passed into every plugin to control a command’s behavior

readonly ok: false = false

Source

-

src/core/plugin.ts:39

Last updated:

\ No newline at end of file +

src/core/plugin.ts:39

Last updated:

\ No newline at end of file diff --git a/v3/api/variables/presence/index.html b/v3/api/variables/presence/index.html index 2dade481a..5689b4768 100644 --- a/v3/api/variables/presence/index.html +++ b/v3/api/variables/presence/index.html @@ -115,4 +115,4 @@ adjacent to the file where Sern.init is CALLED.

optional status: Status

Source

-

src/core/presences.ts:10

\ No newline at end of file +

src/core/presences.ts:10

\ No newline at end of file