diff --git a/es/index.html b/es/index.html index 208b07848..2b3fb0ef2 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

-
Vinci

Vinci

The discord bot for Mara Turing

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.

sern Community

sern Community

The bot used to manage sern Community

man-nomic

man-nomic

Displays LLM model information

Bask

Bask

A discord music bot

+
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

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 833071057..9df7e2ddf 100644 --- a/es/v3/api/classes/context/index.html +++ b/es/v3/api/classes/context/index.html @@ -41,14 +41,10 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

Context

Since

+

Context

Since

1.0.0 Provides values shared between Message and ChatInputCommandInteraction

-

Extends

-
    -
  • CoreContext<Message, ChatInputCommandInteraction>
  • -

Accessors

channel

@@ -57,7 +53,7 @@ Message and ChatInputCommandInteraction

Returns

null | TextBasedChannel

Source

-

src/core/structures/context.ts:49

+

src/core/structures/context.ts:43


channelId

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

Returns

string

Source

-

src/core/structures/context.ts:53

+

src/core/structures/context.ts:47


client

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

Returns

Client<boolean>

Source

-

src/core/structures/context.ts:108

+

src/core/structures/context.ts:107


createdTimestamp

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

Returns

number

Source

-

src/core/structures/context.ts:73

+

src/core/structures/context.ts:67


guild

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

Returns

null | Guild

Source

-

src/core/structures/context.ts:79

+

src/core/structures/context.ts:71


guildId

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

Returns

null | string

Source

-

src/core/structures/context.ts:85

+

src/core/structures/context.ts:75


id

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

Returns

string

Source

-

src/core/structures/context.ts:43

+

src/core/structures/context.ts:39


inGuild

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

Returns

boolean

Source

-

src/core/structures/context.ts:114

+

src/core/structures/context.ts:111


interaction

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

Returns

ChatInputCommandInteraction<CacheType>

Source

-

src/core/structures/context.ts:103

+

src/core/structures/context.ts:99


member

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

Returns

null | GuildMember | APIInteractionGuildMember

Source

-

src/core/structures/context.ts:93

+

src/core/structures/context.ts:81


message

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

Returns

Message<boolean>

Source

-

src/core/structures/context.ts:99

+

src/core/structures/context.ts:85


options

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

Returns

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

Source

-

src/core/structures/context.ts:26

+

src/core/structures/context.ts:25


prefix

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

Returns

undefined | string

Source

-

src/core/structures/context.ts:40

+

src/core/structures/context.ts:36


user

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

Returns

User

Source

-

src/core/structures/context.ts:63

+

src/core/structures/context.ts:55


userId

@@ -185,29 +181,25 @@ else, interaction.user

Returns

string

Source

-

src/core/structures/context.ts:69

+

src/core/structures/context.ts:63

Methods

isMessage()

-

isMessage(): this is CoreContext<Message<boolean>, never>

+

isMessage(): this is Context & Object

Returns

-

this is CoreContext<Message<boolean>, never>

-

Inherited from

-

CoreContext.isMessage

+

this is Context & Object

Source

-

src/core/structures/core-context.ts:11

+

src/core/structures/context.ts:91


isSlash()

-

isSlash(): this is CoreContext<never, ChatInputCommandInteraction<CacheType>>

+

isSlash(): this is Context & Object

Returns

-

this is CoreContext<never, ChatInputCommandInteraction<CacheType>>

-

Inherited from

-

CoreContext.isSlash

+

this is Context & Object

Source

-

src/core/structures/core-context.ts:15

+

src/core/structures/context.ts:95


reply()

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

Returns

Promise<Message<boolean>>

Source

-

src/core/structures/context.ts:120

+

src/core/structures/context.ts:115


wrap()

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

Returns

Context

Source

-

src/core/structures/context.ts:129

\ No newline at end of file +

src/core/structures/context.ts:124

\ 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 d824cab39..e4767672b 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

\ No newline at end of file +

src/core/structures/enums.ts:26

\ 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 fdd0822ce..9d47e4aa5 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 59671b41a..3743b0819 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

\ No newline at end of file +

src/core/structures/enums.ts:94

\ 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 bcd4bf413..5d31a1a7c 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

\ No newline at end of file +

src/core/structures/enums.ts:81

\ 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 8d1201cd1..a8f6926ec 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

\ No newline at end of file +

src/core/plugin.ts:28

\ 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 bd5f642f7..365a0b050 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

\ No newline at end of file +

src/core/plugin.ts:20

\ 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 2b144ec9c..19b034f5f 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

\ No newline at end of file +

src/core/modules.ts:16

\ 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 b4392dda5..8ba0f37e4 100644 --- a/es/v3/api/functions/discordevent/index.html +++ b/es/v3/api/functions/discordevent/index.html @@ -57,4 +57,4 @@ where typings can be very bad.

Returns

Module

Source

-

src/core/modules.ts:42

\ No newline at end of file +

src/core/modules.ts:42

\ 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 18683fb39..57133682a 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

\ No newline at end of file +

src/core/plugin.ts:14

\ 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 4d85dd567..aafac5633 100644 --- a/es/v3/api/functions/eventmodule/index.html +++ b/es/v3/api/functions/eventmodule/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

1.0.0 The wrapper function to define event modules for sern

Source

-

src/core/modules.ts:29

\ No newline at end of file +

src/core/modules.ts:29

\ 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 61fa2ff4f..d11b98a3f 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

\ No newline at end of file +

src/core/ioc.ts:63

\ 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 57b333354..11272526b 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

\ No newline at end of file +

src/core/plugin.ts:5

\ 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 46e657004..3ac2169ca 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:50

\ 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 1109674f8..2238f16b7 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

\ No newline at end of file +

src/core/ioc.ts:93

\ 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 d38bd9cb2..6869b4016 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

\ No newline at end of file +

src/core/ioc.ts:103

\ 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 7eaaeaf45..b19a1b2f4 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

\ No newline at end of file +

src/core/ioc.ts:112

\ 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 320cab7ef..444181142 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

\ No newline at end of file +

src/core/ioc.ts:123

\ 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 eec1e8723..267acf950 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 d55c499c8..b00ea1f54 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 9a50a43b3..8ff97eae2 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 6ccf8a326..5edab01e7 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 da89c788d..33e6bd202 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 afafc64bc..31e44d7c8 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 da09c022e..6bdb458ba 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:43

+

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:51

Ú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 79ea643ee..7612657ab 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 1821109d4..6fdf08081 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 7bb965670..07d571670 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 c538160d2..c92def25e 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 8b288d602..6e6e6cf10 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 8934f128a..3d79be598 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 a510a2a2a..28c1f640d 100644 --- a/es/v3/api/interfaces/eventmoduledefs/index.html +++ b/es/v3/api/interfaces/eventmoduledefs/index.html @@ -47,18 +47,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

0: DiscordEventCommand<keyof ClientEvents>

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 6270aee34..ca2dfd063 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 06006eab9..2a5a2bddf 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 0221827ee..d31a95931 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:48

+

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:47

Ú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 2b3c1e8b3..f2782e25d 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 602aa3461..bf8b55fe6 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 331710d1e..c1aa503a5 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 735fc1e9b..645325bba 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 8b9fa06be..8619102f8 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:43

+

src/types/core-plugin.ts:44


type

type: PluginType

Source

-

src/types/core-plugin.ts:42

Ú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 eadec1dca..f74dbd851 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 648831835..62abfe014 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 5368477b9..4cfaa194f 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 087a9f39b..594669c6d 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 70a8676e2..2d1269197 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 7ef55821e..7c313855f 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 70ec846b3..258ce046a 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 dcad7c47e..4e0a800d0 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 07c49a6a5..b3bba5f73 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 9ef8d7006..8d20d9734 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 ee2fb16c5..580dda9c4 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 86e2b5ce5..0dcdb8b4d 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 6216f7af5..bc3541471 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 7055094e2..525e28fe8 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 3f1a4dead..b51e1a20d 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:54

\ 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 773c8ef36..dd7c7c089 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 7d733b16f..3271ab049 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 ec118dbe9..88cf5ea31 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 b7beb8ce1..2af22a053 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 7f90b0ee4..81b2c5007 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 9b7313806..a645e366f 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:35

Ú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 ba04a2892..12e631f7a 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 7a224227c..9b08c72d4 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 7a95f2d20..fcd43baf1 100644 --- a/es/v3/api/variables/controller/index.html +++ b/es/v3/api/variables/controller/index.html @@ -50,19 +50,35 @@ The object passed into every plugin to control a command’s behavior

Type declaration

next()

-

next: (val?) => Ok<undefined | Record<string, unknown>>

+

next: (val?) => object

Parameters

val?: Record<string, unknown>

Returns

-

Ok<undefined | Record<string, unknown>>

+

object

+
ok
+
+

readonly ok: true = true

+
+
value
+
+

value: undefined | Record<string, unknown>

+

stop()

-

stop: (val?) => Err<undefined | string>

+

stop: (val?) => object

Parameters

val?: string

Returns

-

Err<undefined | string>

+

object

+
error
+
+

error: undefined | string

+
+
ok
+
+

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 386086255..efa11dbe6 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 53753f450..025ad1ea0 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

-
sern Community

sern Community

The bot used to manage sern Community

Vinci

Vinci

The discord bot for Mara Turing

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.

man-nomic

man-nomic

Displays LLM model information

Bask

Bask

A discord music bot

+
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

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_144ba38.pf_fragment b/pagefind/fragment/en_144ba38.pf_fragment deleted file mode 100644 index 7be235860..000000000 Binary files a/pagefind/fragment/en_144ba38.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_1ac1abb.pf_fragment b/pagefind/fragment/en_1ac1abb.pf_fragment new file mode 100644 index 000000000..d7a7ff3a7 Binary files /dev/null and b/pagefind/fragment/en_1ac1abb.pf_fragment differ diff --git a/pagefind/fragment/en_1eb2ede.pf_fragment b/pagefind/fragment/en_1eb2ede.pf_fragment deleted file mode 100644 index 43833dc2e..000000000 Binary files a/pagefind/fragment/en_1eb2ede.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_1fdfb41.pf_fragment b/pagefind/fragment/en_1fdfb41.pf_fragment deleted file mode 100644 index 00a73e89e..000000000 Binary files a/pagefind/fragment/en_1fdfb41.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_23f9c1c.pf_fragment b/pagefind/fragment/en_23f9c1c.pf_fragment new file mode 100644 index 000000000..e91cacffb Binary files /dev/null and b/pagefind/fragment/en_23f9c1c.pf_fragment differ diff --git a/pagefind/fragment/en_2a999fc.pf_fragment b/pagefind/fragment/en_2a999fc.pf_fragment new file mode 100644 index 000000000..9f9f523a0 Binary files /dev/null and b/pagefind/fragment/en_2a999fc.pf_fragment differ diff --git a/pagefind/fragment/en_2a9e8e8.pf_fragment b/pagefind/fragment/en_2a9e8e8.pf_fragment new file mode 100644 index 000000000..ae990bcb0 Binary files /dev/null and b/pagefind/fragment/en_2a9e8e8.pf_fragment differ diff --git a/pagefind/fragment/en_3c97438.pf_fragment b/pagefind/fragment/en_3c97438.pf_fragment deleted file mode 100644 index bead5c665..000000000 Binary files a/pagefind/fragment/en_3c97438.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_fd46821.pf_fragment b/pagefind/fragment/en_3d5671a.pf_fragment similarity index 80% rename from pagefind/fragment/en_fd46821.pf_fragment rename to pagefind/fragment/en_3d5671a.pf_fragment index 5d8085e63..ca1b76788 100644 Binary files a/pagefind/fragment/en_fd46821.pf_fragment and b/pagefind/fragment/en_3d5671a.pf_fragment differ diff --git a/pagefind/fragment/en_3f1fbc3.pf_fragment b/pagefind/fragment/en_3f1fbc3.pf_fragment new file mode 100644 index 000000000..3fd42516f Binary files /dev/null and b/pagefind/fragment/en_3f1fbc3.pf_fragment differ diff --git a/pagefind/fragment/en_4732f75.pf_fragment b/pagefind/fragment/en_4732f75.pf_fragment deleted file mode 100644 index 1a8a42afe..000000000 Binary files a/pagefind/fragment/en_4732f75.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_507c415.pf_fragment b/pagefind/fragment/en_507c415.pf_fragment deleted file mode 100644 index 524dae766..000000000 Binary files a/pagefind/fragment/en_507c415.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_5b9150d.pf_fragment b/pagefind/fragment/en_5b9150d.pf_fragment new file mode 100644 index 000000000..0f37ac4c9 Binary files /dev/null and b/pagefind/fragment/en_5b9150d.pf_fragment differ diff --git a/pagefind/fragment/en_5b9686a.pf_fragment b/pagefind/fragment/en_5b9686a.pf_fragment new file mode 100644 index 000000000..b87fabf46 Binary files /dev/null and b/pagefind/fragment/en_5b9686a.pf_fragment differ diff --git a/pagefind/fragment/en_60b63d8.pf_fragment b/pagefind/fragment/en_60b63d8.pf_fragment deleted file mode 100644 index 9c2f5c738..000000000 Binary files a/pagefind/fragment/en_60b63d8.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_61d0751.pf_fragment b/pagefind/fragment/en_61d0751.pf_fragment deleted file mode 100644 index 2bc74e194..000000000 Binary files a/pagefind/fragment/en_61d0751.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_e4c5fb6.pf_fragment b/pagefind/fragment/en_678738f.pf_fragment similarity index 88% rename from pagefind/fragment/en_e4c5fb6.pf_fragment rename to pagefind/fragment/en_678738f.pf_fragment index bf37f9ad0..8c74d022f 100644 Binary files a/pagefind/fragment/en_e4c5fb6.pf_fragment and b/pagefind/fragment/en_678738f.pf_fragment differ diff --git a/pagefind/fragment/en_71edb1e.pf_fragment b/pagefind/fragment/en_71edb1e.pf_fragment new file mode 100644 index 000000000..db9cff7ea Binary files /dev/null and b/pagefind/fragment/en_71edb1e.pf_fragment differ diff --git a/pagefind/fragment/en_779b80b.pf_fragment b/pagefind/fragment/en_779b80b.pf_fragment new file mode 100644 index 000000000..09c06541c Binary files /dev/null and b/pagefind/fragment/en_779b80b.pf_fragment differ diff --git a/pagefind/fragment/en_882ae66.pf_fragment b/pagefind/fragment/en_882ae66.pf_fragment deleted file mode 100644 index d8bb260aa..000000000 Binary files a/pagefind/fragment/en_882ae66.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_88dcd7b.pf_fragment b/pagefind/fragment/en_88dcd7b.pf_fragment deleted file mode 100644 index af48fc787..000000000 Binary files a/pagefind/fragment/en_88dcd7b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_89ce86b.pf_fragment b/pagefind/fragment/en_89ce86b.pf_fragment new file mode 100644 index 000000000..a424fe65a Binary files /dev/null and b/pagefind/fragment/en_89ce86b.pf_fragment differ diff --git a/pagefind/fragment/en_8a54b36.pf_fragment b/pagefind/fragment/en_8a54b36.pf_fragment new file mode 100644 index 000000000..27a415c43 Binary files /dev/null and b/pagefind/fragment/en_8a54b36.pf_fragment differ diff --git a/pagefind/fragment/en_4d1a4df.pf_fragment b/pagefind/fragment/en_9c5d70a.pf_fragment similarity index 87% rename from pagefind/fragment/en_4d1a4df.pf_fragment rename to pagefind/fragment/en_9c5d70a.pf_fragment index 8058f6014..38d15d24e 100644 Binary files a/pagefind/fragment/en_4d1a4df.pf_fragment and b/pagefind/fragment/en_9c5d70a.pf_fragment differ diff --git a/pagefind/fragment/en_9e771b3.pf_fragment b/pagefind/fragment/en_9e771b3.pf_fragment new file mode 100644 index 000000000..2a03191ae Binary files /dev/null and b/pagefind/fragment/en_9e771b3.pf_fragment differ diff --git a/pagefind/fragment/en_a1bde21.pf_fragment b/pagefind/fragment/en_a1bde21.pf_fragment deleted file mode 100644 index bd69f423d..000000000 Binary files a/pagefind/fragment/en_a1bde21.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_b85752a.pf_fragment b/pagefind/fragment/en_b85752a.pf_fragment new file mode 100644 index 000000000..ba74377ea Binary files /dev/null and b/pagefind/fragment/en_b85752a.pf_fragment differ diff --git a/pagefind/fragment/en_c250293.pf_fragment b/pagefind/fragment/en_c250293.pf_fragment deleted file mode 100644 index ab3731020..000000000 Binary files a/pagefind/fragment/en_c250293.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_cb266c8.pf_fragment b/pagefind/fragment/en_cb266c8.pf_fragment deleted file mode 100644 index 4960b6d8e..000000000 Binary files a/pagefind/fragment/en_cb266c8.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_ceae6cc.pf_fragment b/pagefind/fragment/en_ceae6cc.pf_fragment deleted file mode 100644 index 8990d5051..000000000 Binary files a/pagefind/fragment/en_ceae6cc.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_d218992.pf_fragment b/pagefind/fragment/en_d218992.pf_fragment new file mode 100644 index 000000000..2d94ee0ac Binary files /dev/null and b/pagefind/fragment/en_d218992.pf_fragment differ diff --git a/pagefind/fragment/en_d23267b.pf_fragment b/pagefind/fragment/en_d23267b.pf_fragment deleted file mode 100644 index 313eb8038..000000000 Binary files a/pagefind/fragment/en_d23267b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_d240116.pf_fragment b/pagefind/fragment/en_d240116.pf_fragment deleted file mode 100644 index 439fba230..000000000 Binary files a/pagefind/fragment/en_d240116.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_d3a1818.pf_fragment b/pagefind/fragment/en_d3a1818.pf_fragment deleted file mode 100644 index 4a40d6e54..000000000 Binary files a/pagefind/fragment/en_d3a1818.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_d44cae4.pf_fragment b/pagefind/fragment/en_d44cae4.pf_fragment new file mode 100644 index 000000000..a4f350015 Binary files /dev/null and b/pagefind/fragment/en_d44cae4.pf_fragment differ diff --git a/pagefind/fragment/en_d9b54ec.pf_fragment b/pagefind/fragment/en_d9b54ec.pf_fragment new file mode 100644 index 000000000..811c82f2b Binary files /dev/null and b/pagefind/fragment/en_d9b54ec.pf_fragment differ diff --git a/pagefind/fragment/en_dc67539.pf_fragment b/pagefind/fragment/en_dc67539.pf_fragment new file mode 100644 index 000000000..d5a298650 Binary files /dev/null and b/pagefind/fragment/en_dc67539.pf_fragment differ diff --git a/pagefind/fragment/en_e37180d.pf_fragment b/pagefind/fragment/en_e37180d.pf_fragment new file mode 100644 index 000000000..2f325b8bf Binary files /dev/null and b/pagefind/fragment/en_e37180d.pf_fragment differ diff --git a/pagefind/fragment/en_e9d03bd.pf_fragment b/pagefind/fragment/en_e9d03bd.pf_fragment deleted file mode 100644 index cd430a547..000000000 Binary files a/pagefind/fragment/en_e9d03bd.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_ed88e2a.pf_fragment b/pagefind/fragment/en_ed88e2a.pf_fragment new file mode 100644 index 000000000..e7c4be8e8 Binary files /dev/null and b/pagefind/fragment/en_ed88e2a.pf_fragment differ diff --git a/pagefind/fragment/en_fe9e561.pf_fragment b/pagefind/fragment/en_fe9e561.pf_fragment deleted file mode 100644 index c961279cd..000000000 Binary files a/pagefind/fragment/en_fe9e561.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_1349699.pf_fragment b/pagefind/fragment/es_1349699.pf_fragment deleted file mode 100644 index 8574477ab..000000000 Binary files a/pagefind/fragment/es_1349699.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_17f7286.pf_fragment b/pagefind/fragment/es_17f7286.pf_fragment deleted file mode 100644 index 23a3083e9..000000000 Binary files a/pagefind/fragment/es_17f7286.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_1acc909.pf_fragment b/pagefind/fragment/es_1acc909.pf_fragment deleted file mode 100644 index c2c96f66a..000000000 Binary files a/pagefind/fragment/es_1acc909.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_2ba6f4d.pf_fragment b/pagefind/fragment/es_2ba6f4d.pf_fragment deleted file mode 100644 index b5c18394f..000000000 Binary files a/pagefind/fragment/es_2ba6f4d.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_56b8d4c.pf_fragment b/pagefind/fragment/es_2e18a7c.pf_fragment similarity index 87% rename from pagefind/fragment/es_56b8d4c.pf_fragment rename to pagefind/fragment/es_2e18a7c.pf_fragment index 06df562f7..6b7227cb3 100644 Binary files a/pagefind/fragment/es_56b8d4c.pf_fragment and b/pagefind/fragment/es_2e18a7c.pf_fragment differ diff --git a/pagefind/fragment/es_2f93644.pf_fragment b/pagefind/fragment/es_2f93644.pf_fragment deleted file mode 100644 index a8e8e561a..000000000 Binary files a/pagefind/fragment/es_2f93644.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_38bfc8f.pf_fragment b/pagefind/fragment/es_38bfc8f.pf_fragment new file mode 100644 index 000000000..cbd122c3f Binary files /dev/null and b/pagefind/fragment/es_38bfc8f.pf_fragment differ diff --git a/pagefind/fragment/es_45a4eb4.pf_fragment b/pagefind/fragment/es_45a4eb4.pf_fragment deleted file mode 100644 index 3f31e71e4..000000000 Binary files a/pagefind/fragment/es_45a4eb4.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_4d6473e.pf_fragment b/pagefind/fragment/es_4d6473e.pf_fragment deleted file mode 100644 index a4d608fe9..000000000 Binary files a/pagefind/fragment/es_4d6473e.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_85a9718.pf_fragment b/pagefind/fragment/es_605c80d.pf_fragment similarity index 88% rename from pagefind/fragment/es_85a9718.pf_fragment rename to pagefind/fragment/es_605c80d.pf_fragment index 94df2655f..9bcabd96b 100644 Binary files a/pagefind/fragment/es_85a9718.pf_fragment and b/pagefind/fragment/es_605c80d.pf_fragment differ diff --git a/pagefind/fragment/es_67ccdbf.pf_fragment b/pagefind/fragment/es_67ccdbf.pf_fragment deleted file mode 100644 index a7142002b..000000000 Binary files a/pagefind/fragment/es_67ccdbf.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_6a1c139.pf_fragment b/pagefind/fragment/es_6a1c139.pf_fragment deleted file mode 100644 index 41e6c375c..000000000 Binary files a/pagefind/fragment/es_6a1c139.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_6acf433.pf_fragment b/pagefind/fragment/es_6acf433.pf_fragment new file mode 100644 index 000000000..b9c6905ea Binary files /dev/null and b/pagefind/fragment/es_6acf433.pf_fragment differ diff --git a/pagefind/fragment/es_70f69e9.pf_fragment b/pagefind/fragment/es_70f69e9.pf_fragment new file mode 100644 index 000000000..f94ddd548 Binary files /dev/null and b/pagefind/fragment/es_70f69e9.pf_fragment differ diff --git a/pagefind/fragment/es_7e43be3.pf_fragment b/pagefind/fragment/es_7e43be3.pf_fragment new file mode 100644 index 000000000..4921f7169 Binary files /dev/null and b/pagefind/fragment/es_7e43be3.pf_fragment differ diff --git a/pagefind/fragment/es_7faad03.pf_fragment b/pagefind/fragment/es_7faad03.pf_fragment new file mode 100644 index 000000000..5fd42928e Binary files /dev/null and b/pagefind/fragment/es_7faad03.pf_fragment differ diff --git a/pagefind/fragment/es_907d789.pf_fragment b/pagefind/fragment/es_8158a21.pf_fragment similarity index 85% rename from pagefind/fragment/es_907d789.pf_fragment rename to pagefind/fragment/es_8158a21.pf_fragment index aee8047d8..455196947 100644 Binary files a/pagefind/fragment/es_907d789.pf_fragment and b/pagefind/fragment/es_8158a21.pf_fragment differ diff --git a/pagefind/fragment/es_8eee213.pf_fragment b/pagefind/fragment/es_8eee213.pf_fragment new file mode 100644 index 000000000..4f3db685e Binary files /dev/null and b/pagefind/fragment/es_8eee213.pf_fragment differ diff --git a/pagefind/fragment/es_9fd46c3.pf_fragment b/pagefind/fragment/es_9fd46c3.pf_fragment deleted file mode 100644 index d57f77e11..000000000 Binary files a/pagefind/fragment/es_9fd46c3.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_a5a0348.pf_fragment b/pagefind/fragment/es_a5a0348.pf_fragment deleted file mode 100644 index ae8a8491b..000000000 Binary files a/pagefind/fragment/es_a5a0348.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_aea647e.pf_fragment b/pagefind/fragment/es_aea647e.pf_fragment new file mode 100644 index 000000000..2e9509dae Binary files /dev/null and b/pagefind/fragment/es_aea647e.pf_fragment differ diff --git a/pagefind/fragment/es_bbd3bb6.pf_fragment b/pagefind/fragment/es_bbd3bb6.pf_fragment new file mode 100644 index 000000000..253e84c9f Binary files /dev/null and b/pagefind/fragment/es_bbd3bb6.pf_fragment differ diff --git a/pagefind/fragment/es_c2e1958.pf_fragment b/pagefind/fragment/es_c2e1958.pf_fragment new file mode 100644 index 000000000..2d816eb13 Binary files /dev/null and b/pagefind/fragment/es_c2e1958.pf_fragment differ diff --git a/pagefind/fragment/es_d969152.pf_fragment b/pagefind/fragment/es_d969152.pf_fragment new file mode 100644 index 000000000..8c5920fef Binary files /dev/null and b/pagefind/fragment/es_d969152.pf_fragment differ diff --git a/pagefind/fragment/es_df613bc.pf_fragment b/pagefind/fragment/es_df613bc.pf_fragment deleted file mode 100644 index a2dbfdba3..000000000 Binary files a/pagefind/fragment/es_df613bc.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_f325e95.pf_fragment b/pagefind/fragment/es_f325e95.pf_fragment new file mode 100644 index 000000000..ff1ee64ac Binary files /dev/null and b/pagefind/fragment/es_f325e95.pf_fragment differ diff --git a/pagefind/fragment/es_f632ab2.pf_fragment b/pagefind/fragment/es_f632ab2.pf_fragment new file mode 100644 index 000000000..2b696807f Binary files /dev/null and b/pagefind/fragment/es_f632ab2.pf_fragment differ diff --git a/pagefind/fragment/es_5ae8eb7.pf_fragment b/pagefind/fragment/es_f91b966.pf_fragment similarity index 79% rename from pagefind/fragment/es_5ae8eb7.pf_fragment rename to pagefind/fragment/es_f91b966.pf_fragment index d40c58f4d..f85c72987 100644 Binary files a/pagefind/fragment/es_5ae8eb7.pf_fragment and b/pagefind/fragment/es_f91b966.pf_fragment differ diff --git a/pagefind/fragment/tr_1e92986.pf_fragment b/pagefind/fragment/tr_1e92986.pf_fragment new file mode 100644 index 000000000..91ec0a6ea Binary files /dev/null and b/pagefind/fragment/tr_1e92986.pf_fragment differ diff --git a/pagefind/fragment/tr_22cc810.pf_fragment b/pagefind/fragment/tr_22cc810.pf_fragment new file mode 100644 index 000000000..899182317 Binary files /dev/null and b/pagefind/fragment/tr_22cc810.pf_fragment differ diff --git a/pagefind/fragment/tr_262ca2b.pf_fragment b/pagefind/fragment/tr_262ca2b.pf_fragment deleted file mode 100644 index ca9ad8066..000000000 Binary files a/pagefind/fragment/tr_262ca2b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_26bfdc0.pf_fragment b/pagefind/fragment/tr_26bfdc0.pf_fragment new file mode 100644 index 000000000..bb99aa3a8 Binary files /dev/null and b/pagefind/fragment/tr_26bfdc0.pf_fragment differ diff --git a/pagefind/fragment/tr_2c77dad.pf_fragment b/pagefind/fragment/tr_2c77dad.pf_fragment new file mode 100644 index 000000000..8d682413f Binary files /dev/null and b/pagefind/fragment/tr_2c77dad.pf_fragment differ diff --git a/pagefind/fragment/tr_2e9796d.pf_fragment b/pagefind/fragment/tr_2e9796d.pf_fragment deleted file mode 100644 index 04f8cf547..000000000 Binary files a/pagefind/fragment/tr_2e9796d.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_32d1ddc.pf_fragment b/pagefind/fragment/tr_32d1ddc.pf_fragment new file mode 100644 index 000000000..6d27b90e2 Binary files /dev/null and b/pagefind/fragment/tr_32d1ddc.pf_fragment differ diff --git a/pagefind/fragment/tr_39d4a6e.pf_fragment b/pagefind/fragment/tr_39d4a6e.pf_fragment deleted file mode 100644 index a12a64e24..000000000 Binary files a/pagefind/fragment/tr_39d4a6e.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_37cd719.pf_fragment b/pagefind/fragment/tr_3d96946.pf_fragment similarity index 86% rename from pagefind/fragment/tr_37cd719.pf_fragment rename to pagefind/fragment/tr_3d96946.pf_fragment index 944258581..056c3bb4f 100644 Binary files a/pagefind/fragment/tr_37cd719.pf_fragment and b/pagefind/fragment/tr_3d96946.pf_fragment differ diff --git a/pagefind/fragment/tr_40b1c7b.pf_fragment b/pagefind/fragment/tr_40b1c7b.pf_fragment new file mode 100644 index 000000000..b024ecc2c Binary files /dev/null and b/pagefind/fragment/tr_40b1c7b.pf_fragment differ diff --git a/pagefind/fragment/tr_4adbce5.pf_fragment b/pagefind/fragment/tr_4adbce5.pf_fragment deleted file mode 100644 index 449246b96..000000000 Binary files a/pagefind/fragment/tr_4adbce5.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_ec8f45f.pf_fragment b/pagefind/fragment/tr_54ee77f.pf_fragment similarity index 86% rename from pagefind/fragment/tr_ec8f45f.pf_fragment rename to pagefind/fragment/tr_54ee77f.pf_fragment index 01e1580cd..5b0ee082c 100644 Binary files a/pagefind/fragment/tr_ec8f45f.pf_fragment and b/pagefind/fragment/tr_54ee77f.pf_fragment differ diff --git a/pagefind/fragment/tr_5947b7a.pf_fragment b/pagefind/fragment/tr_5947b7a.pf_fragment new file mode 100644 index 000000000..4a43b7926 Binary files /dev/null and b/pagefind/fragment/tr_5947b7a.pf_fragment differ diff --git a/pagefind/fragment/tr_5ff640b.pf_fragment b/pagefind/fragment/tr_5ff640b.pf_fragment deleted file mode 100644 index 392af562d..000000000 Binary files a/pagefind/fragment/tr_5ff640b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_6088b85.pf_fragment b/pagefind/fragment/tr_6088b85.pf_fragment deleted file mode 100644 index 60969f7a9..000000000 Binary files a/pagefind/fragment/tr_6088b85.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_6518739.pf_fragment b/pagefind/fragment/tr_6518739.pf_fragment deleted file mode 100644 index 625af0324..000000000 Binary files a/pagefind/fragment/tr_6518739.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_f82f9c2.pf_fragment b/pagefind/fragment/tr_758b4c7.pf_fragment similarity index 79% rename from pagefind/fragment/tr_f82f9c2.pf_fragment rename to pagefind/fragment/tr_758b4c7.pf_fragment index 3f607c149..90a007070 100644 Binary files a/pagefind/fragment/tr_f82f9c2.pf_fragment and b/pagefind/fragment/tr_758b4c7.pf_fragment differ diff --git a/pagefind/fragment/tr_848c9c6.pf_fragment b/pagefind/fragment/tr_848c9c6.pf_fragment deleted file mode 100644 index ce58f9717..000000000 Binary files a/pagefind/fragment/tr_848c9c6.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_86e1ebb.pf_fragment b/pagefind/fragment/tr_86e1ebb.pf_fragment deleted file mode 100644 index 010ec7df5..000000000 Binary files a/pagefind/fragment/tr_86e1ebb.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_89d784e.pf_fragment b/pagefind/fragment/tr_89d784e.pf_fragment new file mode 100644 index 000000000..01cb37bdb Binary files /dev/null and b/pagefind/fragment/tr_89d784e.pf_fragment differ diff --git a/pagefind/fragment/tr_933e28d.pf_fragment b/pagefind/fragment/tr_933e28d.pf_fragment new file mode 100644 index 000000000..741c064e4 Binary files /dev/null and b/pagefind/fragment/tr_933e28d.pf_fragment differ diff --git a/pagefind/fragment/tr_954643b.pf_fragment b/pagefind/fragment/tr_954643b.pf_fragment new file mode 100644 index 000000000..7555941e1 Binary files /dev/null and b/pagefind/fragment/tr_954643b.pf_fragment differ diff --git a/pagefind/fragment/tr_a87783f.pf_fragment b/pagefind/fragment/tr_a87783f.pf_fragment new file mode 100644 index 000000000..c7e01f294 Binary files /dev/null and b/pagefind/fragment/tr_a87783f.pf_fragment differ diff --git a/pagefind/fragment/tr_ad132f4.pf_fragment b/pagefind/fragment/tr_ad132f4.pf_fragment deleted file mode 100644 index 2aa5d6243..000000000 Binary files a/pagefind/fragment/tr_ad132f4.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_d7e8431.pf_fragment b/pagefind/fragment/tr_d7e8431.pf_fragment new file mode 100644 index 000000000..fc3e7dbff Binary files /dev/null and b/pagefind/fragment/tr_d7e8431.pf_fragment differ diff --git a/pagefind/fragment/tr_dfaeb4b.pf_fragment b/pagefind/fragment/tr_dfaeb4b.pf_fragment deleted file mode 100644 index 47a274adf..000000000 Binary files a/pagefind/fragment/tr_dfaeb4b.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_e8869a1.pf_fragment b/pagefind/fragment/tr_e8869a1.pf_fragment deleted file mode 100644 index 5ce5cda4e..000000000 Binary files a/pagefind/fragment/tr_e8869a1.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_f2bee2a.pf_fragment b/pagefind/fragment/tr_fc1c3bf.pf_fragment similarity index 87% rename from pagefind/fragment/tr_f2bee2a.pf_fragment rename to pagefind/fragment/tr_fc1c3bf.pf_fragment index 988d2823f..5bce30bcb 100644 Binary files a/pagefind/fragment/tr_f2bee2a.pf_fragment and b/pagefind/fragment/tr_fc1c3bf.pf_fragment differ diff --git a/pagefind/index/en_316a697.pf_index b/pagefind/index/en_316a697.pf_index deleted file mode 100644 index 4361966ae..000000000 Binary files a/pagefind/index/en_316a697.pf_index and /dev/null differ diff --git a/pagefind/index/en_35ac856.pf_index b/pagefind/index/en_35ac856.pf_index deleted file mode 100644 index dec2120b9..000000000 Binary files a/pagefind/index/en_35ac856.pf_index and /dev/null differ diff --git a/pagefind/index/en_5779d48.pf_index b/pagefind/index/en_5779d48.pf_index new file mode 100644 index 000000000..a6461f128 Binary files /dev/null and b/pagefind/index/en_5779d48.pf_index differ diff --git a/pagefind/index/en_749da61.pf_index b/pagefind/index/en_749da61.pf_index deleted file mode 100644 index d756d35ee..000000000 Binary files a/pagefind/index/en_749da61.pf_index and /dev/null differ diff --git a/pagefind/index/en_85ff197.pf_index b/pagefind/index/en_85ff197.pf_index new file mode 100644 index 000000000..d0cf1640b Binary files /dev/null and b/pagefind/index/en_85ff197.pf_index differ diff --git a/pagefind/index/en_c886ac6.pf_index b/pagefind/index/en_c886ac6.pf_index new file mode 100644 index 000000000..a70b6e209 Binary files /dev/null and b/pagefind/index/en_c886ac6.pf_index differ diff --git a/pagefind/index/es_3263982.pf_index b/pagefind/index/es_3263982.pf_index new file mode 100644 index 000000000..c46b2965d Binary files /dev/null and b/pagefind/index/es_3263982.pf_index differ diff --git a/pagefind/index/es_8c547bc.pf_index b/pagefind/index/es_8c547bc.pf_index new file mode 100644 index 000000000..3d643a3d6 Binary files /dev/null and b/pagefind/index/es_8c547bc.pf_index differ diff --git a/pagefind/index/es_971d4d7.pf_index b/pagefind/index/es_971d4d7.pf_index new file mode 100644 index 000000000..26e0f4d3c Binary files /dev/null and b/pagefind/index/es_971d4d7.pf_index differ diff --git a/pagefind/index/es_9bff23d.pf_index b/pagefind/index/es_9bff23d.pf_index deleted file mode 100644 index e77f7c051..000000000 Binary files a/pagefind/index/es_9bff23d.pf_index and /dev/null differ diff --git a/pagefind/index/es_be84a8c.pf_index b/pagefind/index/es_be84a8c.pf_index deleted file mode 100644 index 4f6fddc40..000000000 Binary files a/pagefind/index/es_be84a8c.pf_index and /dev/null differ diff --git a/pagefind/index/es_d558fdf.pf_index b/pagefind/index/es_d558fdf.pf_index deleted file mode 100644 index 7a8fb725a..000000000 Binary files a/pagefind/index/es_d558fdf.pf_index and /dev/null differ diff --git a/pagefind/index/tr_372272c.pf_index b/pagefind/index/tr_372272c.pf_index new file mode 100644 index 000000000..b494eca83 Binary files /dev/null and b/pagefind/index/tr_372272c.pf_index differ diff --git a/pagefind/index/tr_8936af6.pf_index b/pagefind/index/tr_8936af6.pf_index deleted file mode 100644 index fc161ced9..000000000 Binary files a/pagefind/index/tr_8936af6.pf_index and /dev/null differ diff --git a/pagefind/index/tr_9248a43.pf_index b/pagefind/index/tr_9248a43.pf_index new file mode 100644 index 000000000..d9482face Binary files /dev/null and b/pagefind/index/tr_9248a43.pf_index differ diff --git a/pagefind/index/tr_a0593fe.pf_index b/pagefind/index/tr_a0593fe.pf_index new file mode 100644 index 000000000..2fcdf0ca7 Binary files /dev/null and b/pagefind/index/tr_a0593fe.pf_index differ diff --git a/pagefind/index/tr_aa5d164.pf_index b/pagefind/index/tr_aa5d164.pf_index deleted file mode 100644 index bfc9ed610..000000000 Binary files a/pagefind/index/tr_aa5d164.pf_index and /dev/null differ diff --git a/pagefind/index/tr_fdd19aa.pf_index b/pagefind/index/tr_fdd19aa.pf_index deleted file mode 100644 index 06f82d8ca..000000000 Binary files a/pagefind/index/tr_fdd19aa.pf_index and /dev/null differ diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json index c7485c86d..477549411 100644 --- a/pagefind/pagefind-entry.json +++ b/pagefind/pagefind-entry.json @@ -1 +1 @@ -{"version":"1.1.0","languages":{"es":{"hash":"es_8a149e20e0","wasm":"es","page_count":181},"en":{"hash":"en_86e6a0b45d","wasm":"en","page_count":183},"tr":{"hash":"tr_dae18e3e7a","wasm":"tr","page_count":181}}} \ No newline at end of file +{"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 diff --git a/pagefind/pagefind.en_7befa34774.pf_meta b/pagefind/pagefind.en_7befa34774.pf_meta new file mode 100644 index 000000000..dfb4dba8c Binary files /dev/null and b/pagefind/pagefind.en_7befa34774.pf_meta differ diff --git a/pagefind/pagefind.en_86e6a0b45d.pf_meta b/pagefind/pagefind.en_86e6a0b45d.pf_meta deleted file mode 100644 index 7afbdeecf..000000000 Binary files a/pagefind/pagefind.en_86e6a0b45d.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.es_8a149e20e0.pf_meta b/pagefind/pagefind.es_8a149e20e0.pf_meta deleted file mode 100644 index 6bc52c178..000000000 Binary files a/pagefind/pagefind.es_8a149e20e0.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.es_93e6814b3f.pf_meta b/pagefind/pagefind.es_93e6814b3f.pf_meta new file mode 100644 index 000000000..3f1a6e48f Binary files /dev/null and b/pagefind/pagefind.es_93e6814b3f.pf_meta differ diff --git a/pagefind/pagefind.tr_6b44269388.pf_meta b/pagefind/pagefind.tr_6b44269388.pf_meta new file mode 100644 index 000000000..4ac28813d Binary files /dev/null and b/pagefind/pagefind.tr_6b44269388.pf_meta differ diff --git a/pagefind/pagefind.tr_dae18e3e7a.pf_meta b/pagefind/pagefind.tr_dae18e3e7a.pf_meta deleted file mode 100644 index bb33f9e29..000000000 Binary files a/pagefind/pagefind.tr_dae18e3e7a.pf_meta and /dev/null differ diff --git a/plugins/index.html b/plugins/index.html index 2ead3b6ab..77b4e0f5a 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

channelType

This plugin checks if a channel is the specified type

requirePermission

This is perm check, it allows users to parse the permission you want and let the plugin do the rest. (check bot or user for that perm).

publish

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

disable

Disables a command entirely, for whatever reasons you may need.

ownerOnly

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

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.

dmOnly

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

buttonConfirmation

This is buttonConfirmation plugin, it runs confirmation prompt in the form of buttons. -Note that you need to use edit/editReply in the command itself because we are already replying in the plugin!…

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

filter

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

\ No newline at end of file +mirror the execute method on the current module.

src/commands/ping.ts
1
const myServer = "941002690211766332";
2
export default commandModule({
3
type: CommandType.Both,
4
plugins: [
5
//This plugin prevents this command module from executing in other servers except myServer
6
fromCallback((ctx, args) => ctx.guildId == myServer)
7
],
8
execute: ctx => {
9
ctx.reply("I only respond in myServer!");
10
}
11
})

disable

Disables a command entirely, for whatever reasons you may need.

ownerOnly

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

dmOnly

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

requirePermission

This is perm check, it allows users to parse the permission you want and let the plugin do the rest. (check bot or user for that perm).

buttonConfirmation

This is buttonConfirmation plugin, it runs confirmation prompt in the form of buttons. +Note that you need to use edit/editReply in the command itself because we are already replying in the plugin!…

publish

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

\ No newline at end of file diff --git a/sponsors/index.html b/sponsors/index.html index 58170cd80..bc1a3186d 100644 --- a/sponsors/index.html +++ b/sponsors/index.html @@ -41,10 +41,10 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; These amazing people help us keep the project alive. A big thanks from the team!

\ No newline at end of file +$20

Gary Needham

Gary Needham

+$20

\ No newline at end of file diff --git a/tr/index.html b/tr/index.html index edc6e6253..015b99278 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

-
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.

Bask

Bask

A discord music bot

sern Community

sern Community

The bot used to manage sern Community

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

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.

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 8458061af..b7f379c75 100644 --- a/tr/v3/api/classes/context/index.html +++ b/tr/v3/api/classes/context/index.html @@ -41,14 +41,10 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

Context

Since

1.0.0 Provides values shared between Message and ChatInputCommandInteraction

-

Extends

-
    -
  • CoreContext<Message, ChatInputCommandInteraction>
  • -

Accessors

channel

@@ -57,7 +53,7 @@ Message and ChatInputCommandInteraction

Returns

null | TextBasedChannel

Source

-

src/core/structures/context.ts:49

+

src/core/structures/context.ts:43


channelId

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

Returns

string

Source

-

src/core/structures/context.ts:53

+

src/core/structures/context.ts:47


client

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

Returns

Client<boolean>

Source

-

src/core/structures/context.ts:108

+

src/core/structures/context.ts:107


createdTimestamp

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

Returns

number

Source

-

src/core/structures/context.ts:73

+

src/core/structures/context.ts:67


guild

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

Returns

null | Guild

Source

-

src/core/structures/context.ts:79

+

src/core/structures/context.ts:71


guildId

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

Returns

null | string

Source

-

src/core/structures/context.ts:85

+

src/core/structures/context.ts:75


id

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

Returns

string

Source

-

src/core/structures/context.ts:43

+

src/core/structures/context.ts:39


inGuild

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

Returns

boolean

Source

-

src/core/structures/context.ts:114

+

src/core/structures/context.ts:111


interaction

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

Returns

ChatInputCommandInteraction<CacheType>

Source

-

src/core/structures/context.ts:103

+

src/core/structures/context.ts:99


member

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

Returns

null | GuildMember | APIInteractionGuildMember

Source

-

src/core/structures/context.ts:93

+

src/core/structures/context.ts:81


message

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

Returns

Message<boolean>

Source

-

src/core/structures/context.ts:99

+

src/core/structures/context.ts:85


options

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

Returns

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

Source

-

src/core/structures/context.ts:26

+

src/core/structures/context.ts:25


prefix

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

Returns

undefined | string

Source

-

src/core/structures/context.ts:40

+

src/core/structures/context.ts:36


user

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

Returns

User

Source

-

src/core/structures/context.ts:63

+

src/core/structures/context.ts:55


userId

@@ -185,29 +181,25 @@ else, interaction.user

Returns

string

Source

-

src/core/structures/context.ts:69

+

src/core/structures/context.ts:63

Methods

isMessage()

-

isMessage(): this is CoreContext<Message<boolean>, never>

+

isMessage(): this is Context & Object

Returns

-

this is CoreContext<Message<boolean>, never>

-

Inherited from

-

CoreContext.isMessage

+

this is Context & Object

Source

-

src/core/structures/core-context.ts:11

+

src/core/structures/context.ts:91


isSlash()

-

isSlash(): this is CoreContext<never, ChatInputCommandInteraction<CacheType>>

+

isSlash(): this is Context & Object

Returns

-

this is CoreContext<never, ChatInputCommandInteraction<CacheType>>

-

Inherited from

-

CoreContext.isSlash

+

this is Context & Object

Source

-

src/core/structures/core-context.ts:15

+

src/core/structures/context.ts:95


reply()

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

Returns

Promise<Message<boolean>>

Source

-

src/core/structures/context.ts:120

+

src/core/structures/context.ts:115


wrap()

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

Returns

Context

Source

-

src/core/structures/context.ts:129

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 96d233e13..4ea10413b 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 4358c1ab0..4ad65e36a 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 ba4505439..6ed9395e5 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 177f6061f..42e9622e2 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 caec7aa35..0f8bfca6b 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 d9e203e48..76ff3e999 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 bfabd990c..09c1d0c9c 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 cdc017fd7..23c86251d 100644 --- a/tr/v3/api/functions/discordevent/index.html +++ b/tr/v3/api/functions/discordevent/index.html @@ -57,4 +57,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:42

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 896f26e88..79591b7ab 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 000a81270..5e96aa521 100644 --- a/tr/v3/api/functions/eventmodule/index.html +++ b/tr/v3/api/functions/eventmodule/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

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 4806f237f..402aed35d 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 b86f95d2e..e66cb1858 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 5889173d2..148930f68 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:50

\ 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 f3ed08a09..05efad3b2 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 fde49a153..1621d06d8 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 99cd6b9ef..84a93c4c4 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 f6da49c50..bd1ddb27c 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 bbda00a10..bcae5a3d1 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 316029fb0..02969deb1 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 f612a6ff5..766f719ef 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 8d5443b95..6148e7c04 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 957ed49b0..530908a66 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 0921d7b85..c2e82771b 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 8c56a7458..abaa6ea16 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:43

+

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:51

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 dce545d6f..2c6bf947a 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 39d338b03..4d0987f11 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 d725ddb5e..f0da23950 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 fbe8a931d..da751bff7 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 3679b0387..8c54816ba 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 505dfc318..2553513b7 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 ef5881a3c..3f647cd2c 100644 --- a/tr/v3/api/interfaces/eventmoduledefs/index.html +++ b/tr/v3/api/interfaces/eventmoduledefs/index.html @@ -47,18 +47,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

0: DiscordEventCommand<keyof ClientEvents>

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 be42918bd..40acd541b 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 ddfb46fc0..d1db398d8 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 fc6f0cde7..8ff383954 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:48

+

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:47

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 1b59e2f5c..dac2f6108 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 523db0a1c..2e523fc65 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 b560e7c2e..60d3018a4 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 eba88b1c5..b156d8a67 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 f084eb0df..2de7aa098 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:43

+

src/types/core-plugin.ts:44


type

type: PluginType

Source

-

src/types/core-plugin.ts:42

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 fc15f100e..f0858d7bd 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 0d08fb5c5..b880fade3 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 40035001e..52fb01a72 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 4bf8534a7..0ed3e9f62 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 15af8898a..a62a6434c 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 4b3e5bc8a..9651b46ff 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 b3ea388ac..7230b295b 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 b168c8a85..a0ec31ddb 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 6249fed41..7f1f4e3d5 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 bfdc38066..dff852ffc 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 3e8e3161f..648c2b947 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 27853349c..4473fc052 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 c3b0bb214..344e945e2 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 da6790910..3cad79183 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 eab8c32f6..4d38404e3 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:54

\ 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 8bfd5c863..f58a8f31c 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 2006731f1..57c28a995 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 c4498ed00..9439e4ab8 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 a1c0ef94b..b5eb19c88 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 f9d92e593..9d841782d 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 62d799b15..0db6cca66 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:35

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 d1a2ef1bc..8f890935d 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 9b2a35827..f68428588 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 d66ae9ad3..e4745eb2a 100644 --- a/tr/v3/api/variables/controller/index.html +++ b/tr/v3/api/variables/controller/index.html @@ -50,19 +50,35 @@ The object passed into every plugin to control a command’s behavior

Type declaration

next()

-

next: (val?) => Ok<undefined | Record<string, unknown>>

+

next: (val?) => object

Parameters

val?: Record<string, unknown>

Returns

-

Ok<undefined | Record<string, unknown>>

+

object

+
ok
+
+

readonly ok: true = true

+
+
value
+
+

value: undefined | Record<string, unknown>

+

stop()

-

stop: (val?) => Err<undefined | string>

+

stop: (val?) => object

Parameters

val?: string

Returns

-

Err<undefined | string>

+

object

+
error
+
+

error: undefined | string

+
+
ok
+
+

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 5f7dd3c20..e30971007 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 417ff21ba..340e0d741 100644 --- a/v3/api/classes/context/index.html +++ b/v3/api/classes/context/index.html @@ -41,14 +41,10 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; StarlightThemeProvider.updatePickers();

Context

Since

1.0.0 Provides values shared between Message and ChatInputCommandInteraction

-

Extends

-
    -
  • CoreContext<Message, ChatInputCommandInteraction>
  • -

Accessors

channel

@@ -57,7 +53,7 @@ Message and ChatInputCommandInteraction

Returns

null | TextBasedChannel

Source

-

src/core/structures/context.ts:49

+

src/core/structures/context.ts:43


channelId

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

Returns

string

Source

-

src/core/structures/context.ts:53

+

src/core/structures/context.ts:47


client

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

Returns

Client<boolean>

Source

-

src/core/structures/context.ts:108

+

src/core/structures/context.ts:107


createdTimestamp

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

Returns

number

Source

-

src/core/structures/context.ts:73

+

src/core/structures/context.ts:67


guild

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

Returns

null | Guild

Source

-

src/core/structures/context.ts:79

+

src/core/structures/context.ts:71


guildId

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

Returns

null | string

Source

-

src/core/structures/context.ts:85

+

src/core/structures/context.ts:75


id

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

Returns

string

Source

-

src/core/structures/context.ts:43

+

src/core/structures/context.ts:39


inGuild

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

Returns

boolean

Source

-

src/core/structures/context.ts:114

+

src/core/structures/context.ts:111


interaction

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

Returns

ChatInputCommandInteraction<CacheType>

Source

-

src/core/structures/context.ts:103

+

src/core/structures/context.ts:99


member

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

Returns

null | GuildMember | APIInteractionGuildMember

Source

-

src/core/structures/context.ts:93

+

src/core/structures/context.ts:81


message

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

Returns

Message<boolean>

Source

-

src/core/structures/context.ts:99

+

src/core/structures/context.ts:85


options

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

Returns

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

Source

-

src/core/structures/context.ts:26

+

src/core/structures/context.ts:25


prefix

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

Returns

undefined | string

Source

-

src/core/structures/context.ts:40

+

src/core/structures/context.ts:36


user

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

Returns

User

Source

-

src/core/structures/context.ts:63

+

src/core/structures/context.ts:55


userId

@@ -185,29 +181,25 @@ else, interaction.user

Returns

string

Source

-

src/core/structures/context.ts:69

+

src/core/structures/context.ts:63

Methods

isMessage()

-

isMessage(): this is CoreContext<Message<boolean>, never>

+

isMessage(): this is Context & Object

Returns

-

this is CoreContext<Message<boolean>, never>

-

Inherited from

-

CoreContext.isMessage

+

this is Context & Object

Source

-

src/core/structures/core-context.ts:11

+

src/core/structures/context.ts:91


isSlash()

-

isSlash(): this is CoreContext<never, ChatInputCommandInteraction<CacheType>>

+

isSlash(): this is Context & Object

Returns

-

this is CoreContext<never, ChatInputCommandInteraction<CacheType>>

-

Inherited from

-

CoreContext.isSlash

+

this is Context & Object

Source

-

src/core/structures/core-context.ts:15

+

src/core/structures/context.ts:95


reply()

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

Returns

Promise<Message<boolean>>

Source

-

src/core/structures/context.ts:120

+

src/core/structures/context.ts:115


wrap()

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

Returns

Context

Source

-

src/core/structures/context.ts:129

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 fec24d899..e77d2f8fe 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 da9ad5c73..e5ffc0e12 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 22449e079..9bf4d7d42 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 9937f9faa..bb228e00e 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 abf661548..15ec610d5 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 ac186fb2e..5c2fa3cb8 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 8d29995c1..ec57aeb30 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 1e6f2da8c..78f4c03e5 100644 --- a/v3/api/functions/discordevent/index.html +++ b/v3/api/functions/discordevent/index.html @@ -57,4 +57,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:42

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 36f4c0c86..35eb1a21b 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 e1ac57b76..588701395 100644 --- a/v3/api/functions/eventmodule/index.html +++ b/v3/api/functions/eventmodule/index.html @@ -52,4 +52,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

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 d03ffdfee..a8c86613d 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 c372817b9..61a2d13dc 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 8ba4b5393..cf5a264f0 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:50

\ No newline at end of file diff --git a/v3/api/functions/service/index.html b/v3/api/functions/service/index.html index 2d56476e2..8c08369e4 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 690fc8b44..2d26d72fc 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 40dee0ba8..1362ec5d6 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 6db005dfb..c9e01dbb4 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 00d17d88b..2048f379c 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 d910971fd..d35b8ea5e 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 407a530ff..79aaf4e91 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 14cf15cf0..3cd3a5864 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 bba855ca2..c6586ebbd 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 08d2888d7..b55a82772 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 de8117940..a6c3d9045 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:43

+

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:51

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 7f7ef2e27..16c75e73d 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 29ed4b665..0f101fadc 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 53e21d9ad..0d47e86c0 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 2cc709580..15146e40c 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 96ae79193..409e34680 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 3b23aa66d..4a20053c0 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 440b4fdb8..fd034a920 100644 --- a/v3/api/interfaces/eventmoduledefs/index.html +++ b/v3/api/interfaces/eventmoduledefs/index.html @@ -47,18 +47,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

0: DiscordEventCommand<keyof ClientEvents>

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 97b9a888e..34ecf9145 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 3a8042f7c..32282ad80 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 95343ccd4..67ff9e738 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:48

+

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:47

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 1e59ed09d..1a0ca141d 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 6baf945f4..2a191d25e 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 2e236f3ff..629a1c618 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 9190af707..6d5b50a61 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 790d01a5d..12479cd9b 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:43

+

src/types/core-plugin.ts:44


type

type: PluginType

Source

-

src/types/core-plugin.ts:42

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 52f4a808d..23b980551 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 ac51bd924..ff40b56ad 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 77fbddc6f..52e8655b0 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 45401e441..931e2df53 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 94eaa108c..1acb51f63 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 3236f50cd..d86559b60 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 0bc6a9892..d4b471a3c 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 634819a17..f839cc0a4 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 d0ffb1206..40274503b 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 b225fd22e..9de2eadc5 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 c011a1242..78fe39d74 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 0a9c22d2c..84e323866 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 9d425f727..d3dc3b210 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 ba8c64bcc..11b46ecd4 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 367b37276..1ddeec668 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:54

\ 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 005747084..02658b4c7 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 a1ab5c314..1c6f24a6a 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 21915fce8..55e7e97e9 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 624082b22..2436f0873 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 b88e7374e..3c4de914a 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 210ec109e..55c8e10d7 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:35

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 c4cf78317..9d62ebe16 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 b49c6c05d..6551f9a52 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 9caaeeb2d..12fd076ba 100644 --- a/v3/api/variables/controller/index.html +++ b/v3/api/variables/controller/index.html @@ -50,19 +50,35 @@ The object passed into every plugin to control a command’s behavior

Type declaration

next()

-

next: (val?) => Ok<undefined | Record<string, unknown>>

+

next: (val?) => object

Parameters

val?: Record<string, unknown>

Returns

-

Ok<undefined | Record<string, unknown>>

+

object

+
ok
+
+

readonly ok: true = true

+
+
value
+
+

value: undefined | Record<string, unknown>

+

stop()

-

stop: (val?) => Err<undefined | string>

+

stop: (val?) => object

Parameters

val?: string

Returns

-

Err<undefined | string>

+

object

+
error
+
+

error: undefined | string

+
+
ok
+
+

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 cc84a45c5..2dade481a 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