diff --git a/es/index.html b/es/index.html index 8a21b4f10..5f7d3bfea 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

-
SmokinWeed 💨

SmokinWeed 💨

Small moderation bot

man-nomic

man-nomic

Displays LLM model information

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

ezbd

ezbd

A simple birthday reminder bot

Bask

Bask

A discord music bot

sern Community

sern Community

The bot used to manage sern Community

Discoin

Discoin

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

Vinci

Vinci

The discord bot for Mara Turing

+
Discoin

Discoin

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

ezbd

ezbd

A simple birthday reminder bot

sern Community

sern Community

The bot used to manage sern Community

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

SmokinWeed 💨

SmokinWeed 💨

Small moderation bot

man-nomic

man-nomic

Displays LLM model information

Vinci

Vinci

The discord bot for Mara Turing

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/es/v4/api/classes/context/index.html b/es/v4/api/classes/context/index.html index 4abe16244..5c160670b 100644 --- a/es/v4/api/classes/context/index.html +++ b/es/v4/api/classes/context/index.html @@ -53,7 +53,7 @@ Message and ChatInputCommandInteraction

Returns

null | TextBasedChannel

Source

-

src/core/structures/context.ts:43

+

src/core/structures/context.ts:43


channelId

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

Returns

string

Source

-

src/core/structures/context.ts:47

+

src/core/structures/context.ts:47


client

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

Returns

Client<boolean>

Source

-

src/core/structures/context.ts:107

+

src/core/structures/context.ts:107


createdTimestamp

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

Returns

number

Source

-

src/core/structures/context.ts:67

+

src/core/structures/context.ts:67


guild

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

Returns

null | Guild

Source

-

src/core/structures/context.ts:71

+

src/core/structures/context.ts:71


guildId

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

Returns

null | string

Source

-

src/core/structures/context.ts:75

+

src/core/structures/context.ts:75


id

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

Returns

string

Source

-

src/core/structures/context.ts:39

+

src/core/structures/context.ts:39


inGuild

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

Returns

boolean

Source

-

src/core/structures/context.ts:111

+

src/core/structures/context.ts:111


interaction

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

Returns

ChatInputCommandInteraction<CacheType>

Source

-

src/core/structures/context.ts:99

+

src/core/structures/context.ts:99


member

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

Returns

null | GuildMember | APIInteractionGuildMember

Source

-

src/core/structures/context.ts:81

+

src/core/structures/context.ts:81


message

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

Returns

Message<boolean>

Source

-

src/core/structures/context.ts:85

+

src/core/structures/context.ts:85


options

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

Returns

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

Source

-

src/core/structures/context.ts:25

+

src/core/structures/context.ts:25


prefix

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

Returns

undefined | string

Source

-

src/core/structures/context.ts:36

+

src/core/structures/context.ts:36


user

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

Returns

User

Source

-

src/core/structures/context.ts:55

+

src/core/structures/context.ts:55


userId

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

Returns

string

Source

-

src/core/structures/context.ts:63

+

src/core/structures/context.ts:63

Methods

isMessage()

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

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:91

+

src/core/structures/context.ts:91


isSlash()

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

Returns

this is Context & Object

Source

-

src/core/structures/context.ts:95

+

src/core/structures/context.ts:95


reply()

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

Returns

Promise<Message<boolean>>

Source

-

src/core/structures/context.ts:115

+

src/core/structures/context.ts:115


wrap()

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

Returns

Context

Source

-

src/core/structures/context.ts:124

Última actualización:

\ No newline at end of file +

src/core/structures/context.ts:124

Última actualización:

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

Both: 3

Source

-

src/core/structures/enums.ts:20

+

src/core/structures/enums.ts:20


Button

Button: 16

Source

-

src/core/structures/enums.ts:23

+

src/core/structures/enums.ts:23


ChannelSelect

ChannelSelect: 1024

Source

-

src/core/structures/enums.ts:29

+

src/core/structures/enums.ts:29


CtxMsg

CtxMsg: 8

Source

-

src/core/structures/enums.ts:22

+

src/core/structures/enums.ts:22


CtxUser

CtxUser: 4

Source

-

src/core/structures/enums.ts:21

+

src/core/structures/enums.ts:21


MentionableSelect

MentionableSelect: 512

Source

-

src/core/structures/enums.ts:28

+

src/core/structures/enums.ts:28


Modal: 64

Source

-

src/core/structures/enums.ts:25

+

src/core/structures/enums.ts:25


RoleSelect

RoleSelect: 256

Source

-

src/core/structures/enums.ts:27

+

src/core/structures/enums.ts:27


Slash

Slash: 2

Source

-

src/core/structures/enums.ts:19

+

src/core/structures/enums.ts:19


StringSelect

StringSelect: 32

Source

-

src/core/structures/enums.ts:24

+

src/core/structures/enums.ts:24


Text

Text: 1

Source

-

src/core/structures/enums.ts:18

+

src/core/structures/enums.ts:18


UserSelect

UserSelect: 128

Source

-

src/core/structures/enums.ts:26

Última actualización:

\ No newline at end of file +

src/core/structures/enums.ts:26

Última actualización:

\ No newline at end of file diff --git a/es/v4/api/enumerations/eventtype/index.html b/es/v4/api/enumerations/eventtype/index.html index 7ca3a7d80..9340c6b7d 100644 --- a/es/v4/api/enumerations/eventtype/index.html +++ b/es/v4/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/v4/api/enumerations/payloadtype/index.html b/es/v4/api/enumerations/payloadtype/index.html index e3c9be80e..a415e90fa 100644 --- a/es/v4/api/enumerations/payloadtype/index.html +++ b/es/v4/api/enumerations/payloadtype/index.html @@ -50,18 +50,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

Failure: "failure"

Source

-

src/core/structures/enums.ts:93

+

src/core/structures/enums.ts:93


Success

Success: "success"

Source

-

src/core/structures/enums.ts:92

+

src/core/structures/enums.ts:92


Warning

Warning: "warning"

Source

-

src/core/structures/enums.ts:94

Última actualización:

\ No newline at end of file +

src/core/structures/enums.ts:94

Última actualización:

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

The PluginType for EventPlugins

Source

-

src/core/structures/enums.ts:85

+

src/core/structures/enums.ts:85


Init

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

The PluginType for InitPlugins

Source

-

src/core/structures/enums.ts:81

Última actualización:

\ No newline at end of file +

src/core/structures/enums.ts:81

Última actualización:

\ No newline at end of file diff --git a/es/v4/api/functions/commandcontrolplugin/index.html b/es/v4/api/functions/commandcontrolplugin/index.html index c09a13563..2039dde00 100644 --- a/es/v4/api/functions/commandcontrolplugin/index.html +++ b/es/v4/api/functions/commandcontrolplugin/index.html @@ -74,4 +74,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;
  • Useful for implementing preconditions, filters, and command preprocessing
  • Source

    -

    src/core/plugin.ts:120

    Última actualización:

    \ No newline at end of file +

    src/core/plugin.ts:120

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/functions/commandinitplugin/index.html b/es/v4/api/functions/commandinitplugin/index.html index 1cd44d29a..4a11c58bb 100644 --- a/es/v4/api/functions/commandinitplugin/index.html +++ b/es/v4/api/functions/commandinitplugin/index.html @@ -69,4 +69,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;
  • Use controller.stop(reason) to halt plugin execution
  • Source

    -

    src/core/plugin.ts:62

    Última actualización:

    \ No newline at end of file +

    src/core/plugin.ts:62

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/functions/commandmodule/index.html b/es/v4/api/functions/commandmodule/index.html index 86057b86c..9cbf1dd90 100644 --- a/es/v4/api/functions/commandmodule/index.html +++ b/es/v4/api/functions/commandmodule/index.html @@ -58,4 +58,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Example

    1
    // Command with component interaction
    2
    export default commandModule({
    3
    type: CommandType.Slash,
    4
    description: "Interactive command",
    5
    execute: async (ctx) => {
    6
    const button = new ButtonBuilder({
    7
    customId: "btn/someData",
    8
    label: "Click me",
    9
    style: ButtonStyle.Primary
    10
    });
    11
    await ctx.reply({
    12
    content: "Interactive message",
    13
    components: [new ActionRowBuilder().addComponents(button)]
    14
    });
    15
    }
    16
    });

    Source

    -

    src/core/modules.ts:47

    Última actualización:

    \ No newline at end of file +

    src/core/modules.ts:47

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/functions/discordevent/index.html b/es/v4/api/functions/discordevent/index.html index 1c3bcd27a..4daa01bcb 100644 --- a/es/v4/api/functions/discordevent/index.html +++ b/es/v4/api/functions/discordevent/index.html @@ -58,4 +58,4 @@ where typings were bad.

    Returns

    Module

    Source

    -

    src/core/modules.ts:97

    Última actualización:

    \ No newline at end of file +

    src/core/modules.ts:97

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/functions/eventinitplugin/index.html b/es/v4/api/functions/eventinitplugin/index.html index 68a3ba6a7..1b0ae81dc 100644 --- a/es/v4/api/functions/eventinitplugin/index.html +++ b/es/v4/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:15

    Última actualización:

    \ No newline at end of file +

    src/core/plugin.ts:15

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/functions/eventmodule/index.html b/es/v4/api/functions/eventmodule/index.html index 8b25f6a4e..5fed55443 100644 --- a/es/v4/api/functions/eventmodule/index.html +++ b/es/v4/api/functions/eventmodule/index.html @@ -63,4 +63,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Example

    1
    // Custom sern event
    2
    export default eventModule({
    3
    type: EventType.Sern,
    4
    execute: async (eventData) => {
    5
    // Handle sern-specific event
    6
    }
    7
    });

    Source

    -

    src/core/modules.ts:83

    Última actualización:

    \ No newline at end of file +

    src/core/modules.ts:83

    Última actualización:

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

    Example

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

    Source

    -

    src/core/ioc.ts:63

    Última actualización:

    \ No newline at end of file +

    src/core/ioc.ts:63

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/functions/makeplugin/index.html b/es/v4/api/functions/makeplugin/index.html index 7f471f4cf..cd456796f 100644 --- a/es/v4/api/functions/makeplugin/index.html +++ b/es/v4/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:6

    Última actualización:

    \ No newline at end of file +

    src/core/plugin.ts:6

    Última actualización:

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

    See

    https://crontab.guru/ for testing and creating cron patterns

    Source

    -

    src/core/modules.ts:132

    Última actualización:

    \ No newline at end of file +

    src/core/modules.ts:132

    Última actualización:

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

    Throws

    if container is absent or not present

    Source

    -

    src/core/ioc.ts:93

    Última actualización:

    \ No newline at end of file +

    src/core/ioc.ts:93

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/functions/services/index.html b/es/v4/api/functions/services/index.html index 48f662f7b..064bb073e 100644 --- a/es/v4/api/functions/services/index.html +++ b/es/v4/api/functions/services/index.html @@ -57,4 +57,4 @@ The plural version of Servi

    Throws

    if container is absent or not present

    Source

    -

    src/core/ioc.ts:103

    Última actualización:

    \ No newline at end of file +

    src/core/ioc.ts:103

    Última actualización:

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

    Returns

    T

    Source

    -

    src/core/ioc.ts:112

    Última actualización:

    \ No newline at end of file +

    src/core/ioc.ts:112

    Última actualización:

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

    2.0.0 Creates a transient object

    Source

    -

    src/core/ioc.ts:123

    Última actualización:

    \ No newline at end of file +

    src/core/ioc.ts:123

    Última actualización:

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

    Overrides

    Module.description

    Source

    -

    src/types/core-modules.ts:325

    +

    src/types/core-modules.ts:325


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:327

    +

    src/types/core-modules.ts:327


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,14 +154,14 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    options?

    optional options: SernOptionsData[]

    Source

    -

    src/types/core-modules.ts:326

    +

    src/types/core-modules.ts:326


    plugins

    @@ -170,7 +170,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -179,4 +179,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:324

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:324

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/buttoncommand/index.html b/es/v4/api/interfaces/buttoncommand/index.html index cfdaa3d6a..22f91c918 100644 --- a/es/v4/api/interfaces/buttoncommand/index.html +++ b/es/v4/api/interfaces/buttoncommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:241

    +

    src/types/core-modules.ts:241


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:240

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:240

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/channelselectcommand/index.html b/es/v4/api/interfaces/channelselectcommand/index.html index a963b5dda..755e6e31f 100644 --- a/es/v4/api/interfaces/channelselectcommand/index.html +++ b/es/v4/api/interfaces/channelselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:255

    +

    src/types/core-modules.ts:255


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:254

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:254

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/commandmoduledefs/index.html b/es/v4/api/interfaces/commandmoduledefs/index.html index 00b83cf78..f34c30325 100644 --- a/es/v4/api/interfaces/commandmoduledefs/index.html +++ b/es/v4/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:354

    +

    src/types/core-modules.ts:354


    1024

    1024: ChannelSelectCommand

    Source

    -

    src/types/core-modules.ts:362

    +

    src/types/core-modules.ts:362


    128

    128: UserSelectCommand

    Source

    -

    src/types/core-modules.ts:364

    +

    src/types/core-modules.ts:364


    16

    16: ButtonCommand

    Source

    -

    src/types/core-modules.ts:359

    +

    src/types/core-modules.ts:359


    2

    2: SlashCommand

    Source

    -

    src/types/core-modules.ts:355

    +

    src/types/core-modules.ts:355


    256

    256: RoleSelectCommand

    Source

    -

    src/types/core-modules.ts:361

    +

    src/types/core-modules.ts:361


    3

    3: BothCommand

    Source

    -

    src/types/core-modules.ts:356

    +

    src/types/core-modules.ts:356


    32

    32: StringSelectCommand

    Source

    -

    src/types/core-modules.ts:360

    +

    src/types/core-modules.ts:360


    4

    4: ContextMenuUser

    Source

    -

    src/types/core-modules.ts:358

    +

    src/types/core-modules.ts:358


    512

    512: MentionableSelectCommand

    Source

    -

    src/types/core-modules.ts:363

    +

    src/types/core-modules.ts:363


    64

    64: ModalSubmitCommand

    Source

    -

    src/types/core-modules.ts:365

    +

    src/types/core-modules.ts:365


    8

    8: ContextMenuMsg

    Source

    -

    src/types/core-modules.ts:357

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:357

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/contextmenumsg/index.html b/es/v4/api/interfaces/contextmenumsg/index.html index b8edb349a..e8cc748f1 100644 --- a/es/v4/api/interfaces/contextmenumsg/index.html +++ b/es/v4/api/interfaces/contextmenumsg/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:234

    +

    src/types/core-modules.ts:234


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:233

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:233

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/contextmenuuser/index.html b/es/v4/api/interfaces/contextmenuuser/index.html index 2a5f33d79..a1128c92e 100644 --- a/es/v4/api/interfaces/contextmenuuser/index.html +++ b/es/v4/api/interfaces/contextmenuuser/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:227

    +

    src/types/core-modules.ts:227


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:226

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:226

    Última actualización:

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

    Inherited from

    Plugin.execute

    Source

    -

    src/types/core-plugin.ts:44

    +

    src/types/core-plugin.ts:44


    type

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

    Overrides

    Plugin.type

    Source

    -

    src/types/core-plugin.ts:52

    Última actualización:

    \ No newline at end of file +

    src/types/core-plugin.ts:52

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/coredependencies/index.html b/es/v4/api/interfaces/coredependencies/index.html index 44d2f45a8..9ff6a31ab 100644 --- a/es/v4/api/interfaces/coredependencies/index.html +++ b/es/v4/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/v4/api/interfaces/discordeventcommand/index.html b/es/v4/api/interfaces/discordeventcommand/index.html index 98deac11a..2ac4a6fc7 100644 --- a/es/v4/api/interfaces/discordeventcommand/index.html +++ b/es/v4/api/interfaces/discordeventcommand/index.html @@ -57,7 +57,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -104,7 +104,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -121,7 +121,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -130,7 +130,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:297

    +

    src/types/core-modules.ts:297


    onEvent

    @@ -139,7 +139,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -148,7 +148,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -157,7 +157,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:298

    +

    src/types/core-modules.ts:298

    Methods

    execute()

    @@ -170,4 +170,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:299

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:299

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/disposable/index.html b/es/v4/api/interfaces/disposable/index.html index b19fc936f..72b345356 100644 --- a/es/v4/api/interfaces/disposable/index.html +++ b/es/v4/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/v4/api/interfaces/emitter/index.html b/es/v4/api/interfaces/emitter/index.html index 22fad5e01..c0b650af6 100644 --- a/es/v4/api/interfaces/emitter/index.html +++ b/es/v4/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/v4/api/interfaces/errorhandling/index.html b/es/v4/api/interfaces/errorhandling/index.html index 8d6ccad01..1bb151315 100644 --- a/es/v4/api/interfaces/errorhandling/index.html +++ b/es/v4/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/v4/api/interfaces/eventmoduledefs/index.html b/es/v4/api/interfaces/eventmoduledefs/index.html index c47afcbe9..1c38c6dc7 100644 --- a/es/v4/api/interfaces/eventmoduledefs/index.html +++ b/es/v4/api/interfaces/eventmoduledefs/index.html @@ -49,18 +49,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    0: DiscordEventCommand<T>

    Source

    -

    src/types/core-modules.ts:370

    +

    src/types/core-modules.ts:370


    1

    1: SernEventCommand<keyof SernEventsMapping>

    Source

    -

    src/types/core-modules.ts:369

    +

    src/types/core-modules.ts:369


    2

    2: ExternalEventCommand

    Source

    -

    src/types/core-modules.ts:371

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:371

    Última actualización:

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

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    emitter

    emitter: keyof Dependencies

    Source

    -

    src/types/core-modules.ts:217

    +

    src/types/core-modules.ts:217


    locals

    @@ -109,7 +109,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -126,7 +126,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -135,7 +135,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:216

    +

    src/types/core-modules.ts:216


    onEvent

    @@ -144,7 +144,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -153,7 +153,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -162,7 +162,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:218

    +

    src/types/core-modules.ts:218

    Methods

    execute()

    @@ -175,4 +175,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:219

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:219

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/init/index.html b/es/v4/api/interfaces/init/index.html index 5aeb00dcc..7565e15d3 100644 --- a/es/v4/api/interfaces/init/index.html +++ b/es/v4/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/v4/api/interfaces/initplugin/index.html b/es/v4/api/interfaces/initplugin/index.html index b96b959b2..f8f5654db 100644 --- a/es/v4/api/interfaces/initplugin/index.html +++ b/es/v4/api/interfaces/initplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Overrides

    Plugin.execute

    Source

    -

    src/types/core-plugin.ts:49

    +

    src/types/core-plugin.ts:49


    type

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

    Overrides

    Plugin.type

    Source

    -

    src/types/core-plugin.ts:48

    Última actualización:

    \ No newline at end of file +

    src/types/core-plugin.ts:48

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/logging/index.html b/es/v4/api/interfaces/logging/index.html index b15407121..ba1e61f80 100644 --- a/es/v4/api/interfaces/logging/index.html +++ b/es/v4/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/v4/api/interfaces/mentionableselectcommand/index.html b/es/v4/api/interfaces/mentionableselectcommand/index.html index 730fe2c07..151d2e0b0 100644 --- a/es/v4/api/interfaces/mentionableselectcommand/index.html +++ b/es/v4/api/interfaces/mentionableselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:269

    +

    src/types/core-modules.ts:269


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:268

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:268

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/modalsubmitcommand/index.html b/es/v4/api/interfaces/modalsubmitcommand/index.html index 20919fda2..2dfe50b09 100644 --- a/es/v4/api/interfaces/modalsubmitcommand/index.html +++ b/es/v4/api/interfaces/modalsubmitcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:283

    +

    src/types/core-modules.ts:283


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:282

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:282

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/module/index.html b/es/v4/api/interfaces/module/index.html index 8c09edec3..5cb915369 100644 --- a/es/v4/api/interfaces/module/index.html +++ b/es/v4/api/interfaces/module/index.html @@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    optional description: string

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -112,7 +112,7 @@ to attach metadata or configuration to modules.

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -127,35 +127,35 @@ to attach metadata or configuration to modules.

    id: string

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    optional name: string

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    onEvent: ControlPlugin<any[]>[]

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    plugins: InitPlugin<any[]>[]

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    type: CommandType | EventType

    Source

    -

    src/types/core-modules.ts:122

    +

    src/types/core-modules.ts:122

    Methods

    execute()

    @@ -166,4 +166,4 @@ to attach metadata or configuration to modules.

    Returns

    any

    Source

    -

    src/types/core-modules.ts:200

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:200

    Última actualización:

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

    Returns

    PluginResult

    Source

    -

    src/types/core-plugin.ts:44

    +

    src/types/core-plugin.ts:44


    type

    type: PluginType

    Source

    -

    src/types/core-plugin.ts:43

    Última actualización:

    \ No newline at end of file +

    src/types/core-plugin.ts:43

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/roleselectcommand/index.html b/es/v4/api/interfaces/roleselectcommand/index.html index 26e1f75e1..352f9e116 100644 --- a/es/v4/api/interfaces/roleselectcommand/index.html +++ b/es/v4/api/interfaces/roleselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:262

    +

    src/types/core-modules.ts:262


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:261

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:261

    Última actualización:

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

    optional name: string

    Source

    -

    src/types/core-modules.ts:455

    +

    src/types/core-modules.ts:455


    timezone?

    optional timezone: string

    Source

    -

    src/types/core-modules.ts:457

    +

    src/types/core-modules.ts:457


    trigger

    trigger: string | Date

    Source

    -

    src/types/core-modules.ts:456

    +

    src/types/core-modules.ts:456

    Methods

    execute()

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

    Returns

    Awaitable<void>

    Source

    -

    src/types/core-modules.ts:458

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:458

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/sdt/index.html b/es/v4/api/interfaces/sdt/index.html index 742307877..1c0a1da8c 100644 --- a/es/v4/api/interfaces/sdt/index.html +++ b/es/v4/api/interfaces/sdt/index.html @@ -73,7 +73,7 @@ passed through the plugin pipeline to command modules.

    Instance of application dependencies

    Source

    -

    src/types/core-modules.ts:87

    +

    src/types/core-modules.ts:87


    module

    @@ -97,7 +97,7 @@ passed through the plugin pipeline to command modules.

    name: string

    Source

    -

    src/types/core-modules.ts:109

    +

    src/types/core-modules.ts:109


    params?

    @@ -105,7 +105,7 @@ passed through the plugin pipeline to command modules.

    Optional parameters passed to the command

    Source

    -

    src/types/core-modules.ts:104

    +

    src/types/core-modules.ts:104


    state

    @@ -113,7 +113,7 @@ passed through the plugin pipeline to command modules.

    Accumulated state data passed between plugins

    Source

    -

    src/types/core-modules.ts:79

    +

    src/types/core-modules.ts:79


    type

    @@ -121,4 +121,4 @@ passed through the plugin pipeline to command modules.

    Command type identifier

    Source

    -

    src/types/core-modules.ts:95

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:95

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/sernautocompletedata/index.html b/es/v4/api/interfaces/sernautocompletedata/index.html index bb48ee158..cd3bbf301 100644 --- a/es/v4/api/interfaces/sernautocompletedata/index.html +++ b/es/v4/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:376

    +

    src/types/core-modules.ts:376


    command

    command: AutocompleteCommand

    Source

    -

    src/types/core-modules.ts:381

    +

    src/types/core-modules.ts:381


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

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:377

    Última actualización:

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

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -104,7 +104,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -121,7 +121,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -130,7 +130,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:208

    +

    src/types/core-modules.ts:208


    onEvent

    @@ -139,7 +139,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -148,7 +148,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -157,7 +157,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:209

    +

    src/types/core-modules.ts:209

    Methods

    execute()

    @@ -170,4 +170,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:210

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:210

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/serneventsmapping/index.html b/es/v4/api/interfaces/serneventsmapping/index.html index da6c7da58..a5bf97582 100644 --- a/es/v4/api/interfaces/serneventsmapping/index.html +++ b/es/v4/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:12

    +

    src/types/utility.ts:12


    module.activate

    module.activate: [Payload]

    Source

    -

    src/types/utility.ts:11

    +

    src/types/utility.ts:11


    module.register

    module.register: [Payload]

    Source

    -

    src/types/utility.ts:10

    +

    src/types/utility.ts:10


    modulesLoaded

    modulesLoaded: [undefined?]

    Source

    -

    src/types/utility.ts:14

    +

    src/types/utility.ts:14


    warning

    warning: [Payload]

    Source

    -

    src/types/utility.ts:13

    Última actualización:

    \ No newline at end of file +

    src/types/utility.ts:13

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/sernsubcommanddata/index.html b/es/v4/api/interfaces/sernsubcommanddata/index.html index 180ef274a..22c7b0ec7 100644 --- a/es/v4/api/interfaces/sernsubcommanddata/index.html +++ b/es/v4/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:417

    +

    src/types/core-modules.ts:417


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

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:416

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/sernsubcommandgroupdata/index.html b/es/v4/api/interfaces/sernsubcommandgroupdata/index.html index d9dcb7538..16e17c15e 100644 --- a/es/v4/api/interfaces/sernsubcommandgroupdata/index.html +++ b/es/v4/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:422

    +

    src/types/core-modules.ts:422


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

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:421

    Última actualización:

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

    Overrides

    Module.description

    Source

    -

    src/types/core-modules.ts:315

    +

    src/types/core-modules.ts:315


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:317

    +

    src/types/core-modules.ts:317


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,14 +154,14 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    options?

    optional options: SernOptionsData[]

    Source

    -

    src/types/core-modules.ts:316

    +

    src/types/core-modules.ts:316


    plugins

    @@ -170,7 +170,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -179,4 +179,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:314

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:314

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/stringselectcommand/index.html b/es/v4/api/interfaces/stringselectcommand/index.html index 281e63a4c..f66eece08 100644 --- a/es/v4/api/interfaces/stringselectcommand/index.html +++ b/es/v4/api/interfaces/stringselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:248

    +

    src/types/core-modules.ts:248


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:247

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:247

    Última actualización:

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

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:307

    +

    src/types/core-modules.ts:307


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,7 +154,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -163,7 +163,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -172,4 +172,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:306

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:306

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/userselectcommand/index.html b/es/v4/api/interfaces/userselectcommand/index.html index cf8da9943..34aad6a19 100644 --- a/es/v4/api/interfaces/userselectcommand/index.html +++ b/es/v4/api/interfaces/userselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:276

    +

    src/types/core-modules.ts:276


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:275

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:275

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/interfaces/wrapper/index.html b/es/v4/api/interfaces/wrapper/index.html index 2cf7c4194..38b8735fe 100644 --- a/es/v4/api/interfaces/wrapper/index.html +++ b/es/v4/api/interfaces/wrapper/index.html @@ -59,7 +59,7 @@ they were declared. Order of modules in each directory is not guaranteed

    Example

    1
    commands: ["./dist/commands"]

    Source

    -

    src/types/utility.ts:46

    +

    src/types/utility.ts:46


    defaultPrefix?

    @@ -72,7 +72,7 @@ will be disabled.

    Example

    1
    defaultPrefix: "?"

    Source

    -

    src/types/utility.ts:65

    +

    src/types/utility.ts:65


    events?

    @@ -87,7 +87,7 @@ Order of modules in each directory is not guaranteed.

    Example

    1
    events: ["./dist/events"]

    Source

    -

    src/types/utility.ts:77

    +

    src/types/utility.ts:77


    handleModuleErrors?

    @@ -100,7 +100,7 @@ during module execution, preventing crashes and providing error logging.

    Default

    1
    false

    Source

    -

    src/types/utility.ts:55

    +

    src/types/utility.ts:55


    tasks?

    @@ -115,4 +115,4 @@ Order of modules in each directory is not guaranteed.

    Example

    1
    tasks: ["./dist/tasks"]

    Source

    -

    src/types/utility.ts:89

    Última actualización:

    \ No newline at end of file +

    src/types/utility.ts:89

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/namespaces/presence/interfaces/result/index.html b/es/v4/api/namespaces/presence/interfaces/result/index.html index 70b845c47..b99a0d8a8 100644 --- a/es/v4/api/namespaces/presence/interfaces/result/index.html +++ b/es/v4/api/namespaces/presence/interfaces/result/index.html @@ -47,39 +47,39 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    optional activities: ActivitiesOptions[]

    Source

    -

    src/core/presences.ts:59

    +

    src/core/presences.ts:59


    afk?

    optional afk: boolean

    Source

    -

    src/core/presences.ts:58

    +

    src/core/presences.ts:58


    onRepeat?

    optional onRepeat: PresenceReduce

    Source

    -

    src/core/presences.ts:62

    +

    src/core/presences.ts:62


    repeat?

    optional repeat: number | [Emitter, string]

    Source

    -

    src/core/presences.ts:61

    +

    src/core/presences.ts:61


    shardId?

    optional shardId: number[]

    Source

    -

    src/core/presences.ts:60

    +

    src/core/presences.ts:60


    status?

    optional status: Status

    Source

    -

    src/core/presences.ts:57

    Última actualización:

    \ No newline at end of file +

    src/core/presences.ts:57

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/namespaces/presence/type-aliases/config/index.html b/es/v4/api/namespaces/presence/type-aliases/config/index.html index 85ebef1df..1e2a4f54b 100644 --- a/es/v4/api/namespaces/presence/type-aliases/config/index.html +++ b/es/v4/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:50

    Última actualización:

    \ No newline at end of file +

    src/core/presences.ts:50

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/namespaces/sern/functions/init/index.html b/es/v4/api/namespaces/sern/functions/init/index.html index 06c817dd6..6998879d4 100644 --- a/es/v4/api/namespaces/sern/functions/init/index.html +++ b/es/v4/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:32

    Última actualización:

    \ No newline at end of file +

    src/sern.ts:32

    Última actualización:

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

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

    Source

    -

    src/types/core-plugin.ts:55

    Última actualización:

    \ No newline at end of file +

    src/types/core-plugin.ts:55

    Última actualización:

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

    Since

    1.0.0

    Source

    -

    src/types/core-modules.ts:337

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:337

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/type-aliases/controller/index.html b/es/v4/api/type-aliases/controller/index.html index b8f62a6ad..ec028c0d7 100644 --- a/es/v4/api/type-aliases/controller/index.html +++ b/es/v4/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:137

    Última actualización:

    \ No newline at end of file +

    src/core/plugin.ts:137

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/type-aliases/eventmodule/index.html b/es/v4/api/type-aliases/eventmodule/index.html index 0dadd15ad..17dbeeab5 100644 --- a/es/v4/api/type-aliases/eventmodule/index.html +++ b/es/v4/api/type-aliases/eventmodule/index.html @@ -47,4 +47,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Since

    1.0.0

    Source

    -

    src/types/core-modules.ts:332

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:332

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/type-aliases/logpayload/index.html b/es/v4/api/type-aliases/logpayload/index.html index 62c7c9dc6..276b6c342 100644 --- a/es/v4/api/type-aliases/logpayload/index.html +++ b/es/v4/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/v4/api/type-aliases/payload/index.html b/es/v4/api/type-aliases/payload/index.html index c20d74aa6..4610a9744 100644 --- a/es/v4/api/type-aliases/payload/index.html +++ b/es/v4/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:17

    Última actualización:

    \ No newline at end of file +

    src/types/utility.ts:17

    Última actualización:

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

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

    Source

    -

    src/types/core-plugin.ts:36

    Última actualización:

    \ No newline at end of file +

    src/types/core-plugin.ts:36

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/type-aliases/sernoptionsdata/index.html b/es/v4/api/type-aliases/sernoptionsdata/index.html index b94da0ace..d60f03459 100644 --- a/es/v4/api/type-aliases/sernoptionsdata/index.html +++ b/es/v4/api/type-aliases/sernoptionsdata/index.html @@ -48,4 +48,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:408

    Última actualización:

    \ No newline at end of file +

    src/types/core-modules.ts:408

    Última actualización:

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

    readonly ok: false = false

    Source

    -

    src/core/plugin.ts:131

    Última actualización:

    \ No newline at end of file +

    src/core/plugin.ts:131

    Última actualización:

    \ No newline at end of file diff --git a/es/v4/api/variables/presence/index.html b/es/v4/api/variables/presence/index.html index c95fb89ab..49c688ac0 100644 --- a/es/v4/api/variables/presence/index.html +++ b/es/v4/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:9

    Última actualización:

    \ No newline at end of file +

    src/core/presences.ts:9

    Última actualización:

    \ No newline at end of file diff --git a/index.html b/index.html index dbdc18bd4..85ee2d684 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

    -
    Bask

    Bask

    A discord music bot

    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    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!

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation bot

    man-nomic

    man-nomic

    Displays LLM model information

    sern Community

    sern Community

    The bot used to manage sern Community

    ezbd

    ezbd

    A simple birthday reminder bot

    +
    sern Community

    sern Community

    The bot used to manage sern Community

    Discoin

    Discoin

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

    Vinci

    Vinci

    The discord bot for Mara Turing

    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation bot

    ezbd

    ezbd

    A simple birthday reminder bot

    Bask

    Bask

    A discord music bot

    man-nomic

    man-nomic

    Displays LLM model information

    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_13389d9.pf_fragment b/pagefind/fragment/en_13389d9.pf_fragment deleted file mode 100644 index df7bac1cb..000000000 Binary files a/pagefind/fragment/en_13389d9.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_1a2ad09.pf_fragment b/pagefind/fragment/en_1a2ad09.pf_fragment new file mode 100644 index 000000000..441d43e72 Binary files /dev/null and b/pagefind/fragment/en_1a2ad09.pf_fragment differ diff --git a/pagefind/fragment/en_3ff8e8e.pf_fragment b/pagefind/fragment/en_3ff8e8e.pf_fragment deleted file mode 100644 index 6334bd25f..000000000 Binary files a/pagefind/fragment/en_3ff8e8e.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_85dd894.pf_fragment b/pagefind/fragment/en_85dd894.pf_fragment deleted file mode 100644 index bf7895aad..000000000 Binary files a/pagefind/fragment/en_85dd894.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_b743277.pf_fragment b/pagefind/fragment/en_b743277.pf_fragment new file mode 100644 index 000000000..7ce467fc4 Binary files /dev/null and b/pagefind/fragment/en_b743277.pf_fragment differ diff --git a/pagefind/fragment/en_baec24d.pf_fragment b/pagefind/fragment/en_baec24d.pf_fragment new file mode 100644 index 000000000..f331d43cf Binary files /dev/null and b/pagefind/fragment/en_baec24d.pf_fragment differ diff --git a/pagefind/fragment/es_16c77f4.pf_fragment b/pagefind/fragment/es_16c77f4.pf_fragment deleted file mode 100644 index 23bacda58..000000000 Binary files a/pagefind/fragment/es_16c77f4.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_3a4622a.pf_fragment b/pagefind/fragment/es_3a4622a.pf_fragment new file mode 100644 index 000000000..603037978 Binary files /dev/null and b/pagefind/fragment/es_3a4622a.pf_fragment differ diff --git a/pagefind/fragment/tr_b7a1bc7.pf_fragment b/pagefind/fragment/tr_b7a1bc7.pf_fragment deleted file mode 100644 index bd69c46c0..000000000 Binary files a/pagefind/fragment/tr_b7a1bc7.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_dd35bf0.pf_fragment b/pagefind/fragment/tr_dd35bf0.pf_fragment new file mode 100644 index 000000000..af21e229e Binary files /dev/null and b/pagefind/fragment/tr_dd35bf0.pf_fragment differ diff --git a/pagefind/index/en_4a71b42.pf_index b/pagefind/index/en_4a71b42.pf_index new file mode 100644 index 000000000..4ab6d1eac Binary files /dev/null and b/pagefind/index/en_4a71b42.pf_index differ diff --git a/pagefind/index/en_70789c9.pf_index b/pagefind/index/en_70789c9.pf_index deleted file mode 100644 index 38256ed13..000000000 Binary files a/pagefind/index/en_70789c9.pf_index and /dev/null differ diff --git a/pagefind/index/en_91bfe23.pf_index b/pagefind/index/en_91bfe23.pf_index deleted file mode 100644 index 18b38a384..000000000 Binary files a/pagefind/index/en_91bfe23.pf_index and /dev/null differ diff --git a/pagefind/index/en_a91a6df.pf_index b/pagefind/index/en_a91a6df.pf_index deleted file mode 100644 index 0239dd785..000000000 Binary files a/pagefind/index/en_a91a6df.pf_index and /dev/null differ diff --git a/pagefind/index/en_baab1b6.pf_index b/pagefind/index/en_baab1b6.pf_index new file mode 100644 index 000000000..0f7323c07 Binary files /dev/null and b/pagefind/index/en_baab1b6.pf_index differ diff --git a/pagefind/index/en_ee27fa3.pf_index b/pagefind/index/en_ee27fa3.pf_index new file mode 100644 index 000000000..6805895ae Binary files /dev/null and b/pagefind/index/en_ee27fa3.pf_index differ diff --git a/pagefind/index/en_f49c13f.pf_index b/pagefind/index/en_f49c13f.pf_index new file mode 100644 index 000000000..cd8f1f63e Binary files /dev/null and b/pagefind/index/en_f49c13f.pf_index differ diff --git a/pagefind/index/en_fb835ce.pf_index b/pagefind/index/en_fb835ce.pf_index deleted file mode 100644 index 767e0545b..000000000 Binary files a/pagefind/index/en_fb835ce.pf_index and /dev/null differ diff --git a/pagefind/index/es_261d699.pf_index b/pagefind/index/es_261d699.pf_index deleted file mode 100644 index 1e77f933a..000000000 Binary files a/pagefind/index/es_261d699.pf_index and /dev/null differ diff --git a/pagefind/index/es_448c4bb.pf_index b/pagefind/index/es_448c4bb.pf_index deleted file mode 100644 index 7e540543d..000000000 Binary files a/pagefind/index/es_448c4bb.pf_index and /dev/null differ diff --git a/pagefind/index/es_6eb58cc.pf_index b/pagefind/index/es_6eb58cc.pf_index new file mode 100644 index 000000000..b1b7c0515 Binary files /dev/null and b/pagefind/index/es_6eb58cc.pf_index differ diff --git a/pagefind/index/es_801cc12.pf_index b/pagefind/index/es_801cc12.pf_index new file mode 100644 index 000000000..f2b5dbe39 Binary files /dev/null and b/pagefind/index/es_801cc12.pf_index differ diff --git a/pagefind/index/es_9ec952e.pf_index b/pagefind/index/es_9ec952e.pf_index deleted file mode 100644 index 9120e9b8f..000000000 Binary files a/pagefind/index/es_9ec952e.pf_index and /dev/null differ diff --git a/pagefind/index/es_b617272.pf_index b/pagefind/index/es_b617272.pf_index new file mode 100644 index 000000000..30532c3fe Binary files /dev/null and b/pagefind/index/es_b617272.pf_index differ diff --git a/pagefind/index/es_bebffc9.pf_index b/pagefind/index/es_bebffc9.pf_index new file mode 100644 index 000000000..1cd0b5a94 Binary files /dev/null and b/pagefind/index/es_bebffc9.pf_index differ diff --git a/pagefind/index/es_c8cc5c3.pf_index b/pagefind/index/es_c8cc5c3.pf_index deleted file mode 100644 index dbd88a157..000000000 Binary files a/pagefind/index/es_c8cc5c3.pf_index and /dev/null differ diff --git a/pagefind/index/tr_568a353.pf_index b/pagefind/index/tr_568a353.pf_index new file mode 100644 index 000000000..c0478b5cd Binary files /dev/null and b/pagefind/index/tr_568a353.pf_index differ diff --git a/pagefind/index/tr_5d4dfc3.pf_index b/pagefind/index/tr_5d4dfc3.pf_index deleted file mode 100644 index a0d685cba..000000000 Binary files a/pagefind/index/tr_5d4dfc3.pf_index and /dev/null differ diff --git a/pagefind/index/tr_6e3fe28.pf_index b/pagefind/index/tr_6e3fe28.pf_index new file mode 100644 index 000000000..5ac09915c Binary files /dev/null and b/pagefind/index/tr_6e3fe28.pf_index differ diff --git a/pagefind/index/tr_714bb4b.pf_index b/pagefind/index/tr_714bb4b.pf_index deleted file mode 100644 index 25edf6919..000000000 Binary files a/pagefind/index/tr_714bb4b.pf_index and /dev/null differ diff --git a/pagefind/index/tr_73cfeb2.pf_index b/pagefind/index/tr_73cfeb2.pf_index deleted file mode 100644 index 9e286296b..000000000 Binary files a/pagefind/index/tr_73cfeb2.pf_index and /dev/null differ diff --git a/pagefind/index/tr_892b51b.pf_index b/pagefind/index/tr_892b51b.pf_index new file mode 100644 index 000000000..4317f3c17 Binary files /dev/null and b/pagefind/index/tr_892b51b.pf_index differ diff --git a/pagefind/index/tr_d712857.pf_index b/pagefind/index/tr_d712857.pf_index new file mode 100644 index 000000000..4a6d65806 Binary files /dev/null and b/pagefind/index/tr_d712857.pf_index differ diff --git a/pagefind/index/tr_e3a830c.pf_index b/pagefind/index/tr_e3a830c.pf_index deleted file mode 100644 index 57009f036..000000000 Binary files a/pagefind/index/tr_e3a830c.pf_index and /dev/null differ diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json index 73a71ff04..21cd10b64 100644 --- a/pagefind/pagefind-entry.json +++ b/pagefind/pagefind-entry.json @@ -1 +1 @@ -{"version":"1.3.0","languages":{"en":{"hash":"en_776cd3c29c","wasm":"en","page_count":192},"tr":{"hash":"tr_c389543b3f","wasm":"tr","page_count":190},"es":{"hash":"es_ce107bbb75","wasm":"es","page_count":190}}} \ No newline at end of file +{"version":"1.3.0","languages":{"es":{"hash":"es_dd37bf98ad","wasm":"es","page_count":190},"en":{"hash":"en_35b267f270","wasm":"en","page_count":192},"tr":{"hash":"tr_447d1cf473","wasm":"tr","page_count":190}}} \ No newline at end of file diff --git a/pagefind/pagefind.en_35b267f270.pf_meta b/pagefind/pagefind.en_35b267f270.pf_meta new file mode 100644 index 000000000..5fb275663 Binary files /dev/null and b/pagefind/pagefind.en_35b267f270.pf_meta differ diff --git a/pagefind/pagefind.en_776cd3c29c.pf_meta b/pagefind/pagefind.en_776cd3c29c.pf_meta deleted file mode 100644 index 5bc7b1d12..000000000 Binary files a/pagefind/pagefind.en_776cd3c29c.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.es_ce107bbb75.pf_meta b/pagefind/pagefind.es_dd37bf98ad.pf_meta similarity index 91% rename from pagefind/pagefind.es_ce107bbb75.pf_meta rename to pagefind/pagefind.es_dd37bf98ad.pf_meta index 654a875cc..4a29186c0 100644 Binary files a/pagefind/pagefind.es_ce107bbb75.pf_meta and b/pagefind/pagefind.es_dd37bf98ad.pf_meta differ diff --git a/pagefind/pagefind.tr_447d1cf473.pf_meta b/pagefind/pagefind.tr_447d1cf473.pf_meta new file mode 100644 index 000000000..e33fc5445 Binary files /dev/null and b/pagefind/pagefind.tr_447d1cf473.pf_meta differ diff --git a/pagefind/pagefind.tr_c389543b3f.pf_meta b/pagefind/pagefind.tr_c389543b3f.pf_meta deleted file mode 100644 index 29fa26f22..000000000 Binary files a/pagefind/pagefind.tr_c389543b3f.pf_meta and /dev/null differ diff --git a/plugins/index.html b/plugins/index.html index 7a2543969..5a8aa12a4 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

    confirmation

    Asks the user for a confirmation msg before executing the command

    fromCallback

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

    confirmation

    Asks the user for a confirmation msg before executing the command

    fromCallback

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

    \ No newline at end of file diff --git a/sponsors/index.html b/sponsors/index.html index 3c7db2e41..21d2091a0 100644 --- a/sponsors/index.html +++ b/sponsors/index.html @@ -42,9 +42,9 @@ These amazing people help us keep the project alive. A big thanks from the team!

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

    -
    Bask

    Bask

    A discord music bot

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation bot

    ezbd

    ezbd

    A simple birthday reminder bot

    Vinci

    Vinci

    The discord bot for Mara Turing

    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!

    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    +
    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    man-nomic

    man-nomic

    Displays LLM model information

    sern Community

    sern Community

    The bot used to manage sern Community

    Vinci

    Vinci

    The discord bot for Mara Turing

    ezbd

    ezbd

    A simple birthday reminder bot

    Discoin

    Discoin

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

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation bot

    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/tr/v4/api/classes/context/index.html b/tr/v4/api/classes/context/index.html index 777817b3b..5f71d3e93 100644 --- a/tr/v4/api/classes/context/index.html +++ b/tr/v4/api/classes/context/index.html @@ -53,7 +53,7 @@ Message and ChatInputCommandInteraction

    Returns

    null | TextBasedChannel

    Source

    -

    src/core/structures/context.ts:43

    +

    src/core/structures/context.ts:43


    channelId

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

    Returns

    string

    Source

    -

    src/core/structures/context.ts:47

    +

    src/core/structures/context.ts:47


    client

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

    Returns

    Client<boolean>

    Source

    -

    src/core/structures/context.ts:107

    +

    src/core/structures/context.ts:107


    createdTimestamp

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

    Returns

    number

    Source

    -

    src/core/structures/context.ts:67

    +

    src/core/structures/context.ts:67


    guild

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

    Returns

    null | Guild

    Source

    -

    src/core/structures/context.ts:71

    +

    src/core/structures/context.ts:71


    guildId

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

    Returns

    null | string

    Source

    -

    src/core/structures/context.ts:75

    +

    src/core/structures/context.ts:75


    id

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

    Returns

    string

    Source

    -

    src/core/structures/context.ts:39

    +

    src/core/structures/context.ts:39


    inGuild

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

    Returns

    boolean

    Source

    -

    src/core/structures/context.ts:111

    +

    src/core/structures/context.ts:111


    interaction

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

    Returns

    ChatInputCommandInteraction<CacheType>

    Source

    -

    src/core/structures/context.ts:99

    +

    src/core/structures/context.ts:99


    member

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

    Returns

    null | GuildMember | APIInteractionGuildMember

    Source

    -

    src/core/structures/context.ts:81

    +

    src/core/structures/context.ts:81


    message

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

    Returns

    Message<boolean>

    Source

    -

    src/core/structures/context.ts:85

    +

    src/core/structures/context.ts:85


    options

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

    Returns

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

    Source

    -

    src/core/structures/context.ts:25

    +

    src/core/structures/context.ts:25


    prefix

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

    Returns

    undefined | string

    Source

    -

    src/core/structures/context.ts:36

    +

    src/core/structures/context.ts:36


    user

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

    Returns

    User

    Source

    -

    src/core/structures/context.ts:55

    +

    src/core/structures/context.ts:55


    userId

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

    Returns

    string

    Source

    -

    src/core/structures/context.ts:63

    +

    src/core/structures/context.ts:63

    Methods

    isMessage()

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

    Returns

    this is Context & Object

    Source

    -

    src/core/structures/context.ts:91

    +

    src/core/structures/context.ts:91


    isSlash()

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

    Returns

    this is Context & Object

    Source

    -

    src/core/structures/context.ts:95

    +

    src/core/structures/context.ts:95


    reply()

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

    Returns

    Promise<Message<boolean>>

    Source

    -

    src/core/structures/context.ts:115

    +

    src/core/structures/context.ts:115


    wrap()

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

    Returns

    Context

    Source

    -

    src/core/structures/context.ts:124

    Son güncelleme:

    \ No newline at end of file +

    src/core/structures/context.ts:124

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/enumerations/commandtype/index.html b/tr/v4/api/enumerations/commandtype/index.html index 7c2756aea..746ff3609 100644 --- a/tr/v4/api/enumerations/commandtype/index.html +++ b/tr/v4/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/v4/api/enumerations/eventtype/index.html b/tr/v4/api/enumerations/eventtype/index.html index 6fcf192a0..7ebf2e0aa 100644 --- a/tr/v4/api/enumerations/eventtype/index.html +++ b/tr/v4/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/v4/api/enumerations/payloadtype/index.html b/tr/v4/api/enumerations/payloadtype/index.html index 43f845794..5db0732ee 100644 --- a/tr/v4/api/enumerations/payloadtype/index.html +++ b/tr/v4/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/v4/api/enumerations/plugintype/index.html b/tr/v4/api/enumerations/plugintype/index.html index 4cbb12f8a..91167c2b1 100644 --- a/tr/v4/api/enumerations/plugintype/index.html +++ b/tr/v4/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/v4/api/functions/commandcontrolplugin/index.html b/tr/v4/api/functions/commandcontrolplugin/index.html index e1d5d386a..5d267d99c 100644 --- a/tr/v4/api/functions/commandcontrolplugin/index.html +++ b/tr/v4/api/functions/commandcontrolplugin/index.html @@ -74,4 +74,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;
  • Useful for implementing preconditions, filters, and command preprocessing
  • Source

    -

    src/core/plugin.ts:120

    Son güncelleme:

    \ No newline at end of file +

    src/core/plugin.ts:120

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/commandinitplugin/index.html b/tr/v4/api/functions/commandinitplugin/index.html index e84c94f87..478a3fc4f 100644 --- a/tr/v4/api/functions/commandinitplugin/index.html +++ b/tr/v4/api/functions/commandinitplugin/index.html @@ -69,4 +69,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;
  • Use controller.stop(reason) to halt plugin execution
  • Source

    -

    src/core/plugin.ts:62

    Son güncelleme:

    \ No newline at end of file +

    src/core/plugin.ts:62

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/commandmodule/index.html b/tr/v4/api/functions/commandmodule/index.html index 6006dc515..1b8301e20 100644 --- a/tr/v4/api/functions/commandmodule/index.html +++ b/tr/v4/api/functions/commandmodule/index.html @@ -58,4 +58,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Example

    1
    // Command with component interaction
    2
    export default commandModule({
    3
    type: CommandType.Slash,
    4
    description: "Interactive command",
    5
    execute: async (ctx) => {
    6
    const button = new ButtonBuilder({
    7
    customId: "btn/someData",
    8
    label: "Click me",
    9
    style: ButtonStyle.Primary
    10
    });
    11
    await ctx.reply({
    12
    content: "Interactive message",
    13
    components: [new ActionRowBuilder().addComponents(button)]
    14
    });
    15
    }
    16
    });

    Source

    -

    src/core/modules.ts:47

    Son güncelleme:

    \ No newline at end of file +

    src/core/modules.ts:47

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/discordevent/index.html b/tr/v4/api/functions/discordevent/index.html index f4c4b6a79..585ba4a7b 100644 --- a/tr/v4/api/functions/discordevent/index.html +++ b/tr/v4/api/functions/discordevent/index.html @@ -58,4 +58,4 @@ where typings were bad.

    Returns

    Module

    Source

    -

    src/core/modules.ts:97

    Son güncelleme:

    \ No newline at end of file +

    src/core/modules.ts:97

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/eventinitplugin/index.html b/tr/v4/api/functions/eventinitplugin/index.html index 749595d95..42538d9f7 100644 --- a/tr/v4/api/functions/eventinitplugin/index.html +++ b/tr/v4/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:15

    Son güncelleme:

    \ No newline at end of file +

    src/core/plugin.ts:15

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/eventmodule/index.html b/tr/v4/api/functions/eventmodule/index.html index 3d2704187..6d1c932cd 100644 --- a/tr/v4/api/functions/eventmodule/index.html +++ b/tr/v4/api/functions/eventmodule/index.html @@ -63,4 +63,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Example

    1
    // Custom sern event
    2
    export default eventModule({
    3
    type: EventType.Sern,
    4
    execute: async (eventData) => {
    5
    // Handle sern-specific event
    6
    }
    7
    });

    Source

    -

    src/core/modules.ts:83

    Son güncelleme:

    \ No newline at end of file +

    src/core/modules.ts:83

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/makedependencies/index.html b/tr/v4/api/functions/makedependencies/index.html index 9e5425547..5d97d7f83 100644 --- a/tr/v4/api/functions/makedependencies/index.html +++ b/tr/v4/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/v4/api/functions/makeplugin/index.html b/tr/v4/api/functions/makeplugin/index.html index 8827af30b..c645e6488 100644 --- a/tr/v4/api/functions/makeplugin/index.html +++ b/tr/v4/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:6

    Son güncelleme:

    \ No newline at end of file +

    src/core/plugin.ts:6

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/scheduledtask/index.html b/tr/v4/api/functions/scheduledtask/index.html index 7a7e2930e..0d131b677 100644 --- a/tr/v4/api/functions/scheduledtask/index.html +++ b/tr/v4/api/functions/scheduledtask/index.html @@ -62,4 +62,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    See

    https://crontab.guru/ for testing and creating cron patterns

    Source

    -

    src/core/modules.ts:132

    Son güncelleme:

    \ No newline at end of file +

    src/core/modules.ts:132

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/functions/service/index.html b/tr/v4/api/functions/service/index.html index 0041f8a9d..07c90e264 100644 --- a/tr/v4/api/functions/service/index.html +++ b/tr/v4/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/v4/api/functions/services/index.html b/tr/v4/api/functions/services/index.html index 632582e1b..37019fb66 100644 --- a/tr/v4/api/functions/services/index.html +++ b/tr/v4/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/v4/api/functions/single/index.html b/tr/v4/api/functions/single/index.html index ddff99d1b..af0b79837 100644 --- a/tr/v4/api/functions/single/index.html +++ b/tr/v4/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/v4/api/functions/transient/index.html b/tr/v4/api/functions/transient/index.html index 144f2d89b..0f3d48077 100644 --- a/tr/v4/api/functions/transient/index.html +++ b/tr/v4/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/v4/api/interfaces/bothcommand/index.html b/tr/v4/api/interfaces/bothcommand/index.html index c48f56439..43083d994 100644 --- a/tr/v4/api/interfaces/bothcommand/index.html +++ b/tr/v4/api/interfaces/bothcommand/index.html @@ -58,7 +58,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Overrides

    Module.description

    Source

    -

    src/types/core-modules.ts:325

    +

    src/types/core-modules.ts:325


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:327

    +

    src/types/core-modules.ts:327


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,14 +154,14 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    options?

    optional options: SernOptionsData[]

    Source

    -

    src/types/core-modules.ts:326

    +

    src/types/core-modules.ts:326


    plugins

    @@ -170,7 +170,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -179,4 +179,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:324

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:324

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/buttoncommand/index.html b/tr/v4/api/interfaces/buttoncommand/index.html index ce9144a9f..434ce4af8 100644 --- a/tr/v4/api/interfaces/buttoncommand/index.html +++ b/tr/v4/api/interfaces/buttoncommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:241

    +

    src/types/core-modules.ts:241


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:240

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:240

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/channelselectcommand/index.html b/tr/v4/api/interfaces/channelselectcommand/index.html index c33ae9091..4e6cfd5b8 100644 --- a/tr/v4/api/interfaces/channelselectcommand/index.html +++ b/tr/v4/api/interfaces/channelselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:255

    +

    src/types/core-modules.ts:255


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:254

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:254

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/commandmoduledefs/index.html b/tr/v4/api/interfaces/commandmoduledefs/index.html index 013cbb96c..ad9010614 100644 --- a/tr/v4/api/interfaces/commandmoduledefs/index.html +++ b/tr/v4/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:354

    +

    src/types/core-modules.ts:354


    1024

    1024: ChannelSelectCommand

    Source

    -

    src/types/core-modules.ts:362

    +

    src/types/core-modules.ts:362


    128

    128: UserSelectCommand

    Source

    -

    src/types/core-modules.ts:364

    +

    src/types/core-modules.ts:364


    16

    16: ButtonCommand

    Source

    -

    src/types/core-modules.ts:359

    +

    src/types/core-modules.ts:359


    2

    2: SlashCommand

    Source

    -

    src/types/core-modules.ts:355

    +

    src/types/core-modules.ts:355


    256

    256: RoleSelectCommand

    Source

    -

    src/types/core-modules.ts:361

    +

    src/types/core-modules.ts:361


    3

    3: BothCommand

    Source

    -

    src/types/core-modules.ts:356

    +

    src/types/core-modules.ts:356


    32

    32: StringSelectCommand

    Source

    -

    src/types/core-modules.ts:360

    +

    src/types/core-modules.ts:360


    4

    4: ContextMenuUser

    Source

    -

    src/types/core-modules.ts:358

    +

    src/types/core-modules.ts:358


    512

    512: MentionableSelectCommand

    Source

    -

    src/types/core-modules.ts:363

    +

    src/types/core-modules.ts:363


    64

    64: ModalSubmitCommand

    Source

    -

    src/types/core-modules.ts:365

    +

    src/types/core-modules.ts:365


    8

    8: ContextMenuMsg

    Source

    -

    src/types/core-modules.ts:357

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:357

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/contextmenumsg/index.html b/tr/v4/api/interfaces/contextmenumsg/index.html index 79cd37e5a..edb0d24ee 100644 --- a/tr/v4/api/interfaces/contextmenumsg/index.html +++ b/tr/v4/api/interfaces/contextmenumsg/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:234

    +

    src/types/core-modules.ts:234


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:233

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:233

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/contextmenuuser/index.html b/tr/v4/api/interfaces/contextmenuuser/index.html index 4975832af..e8036e83c 100644 --- a/tr/v4/api/interfaces/contextmenuuser/index.html +++ b/tr/v4/api/interfaces/contextmenuuser/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:227

    +

    src/types/core-modules.ts:227


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:226

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:226

    Son güncelleme:

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

    Inherited from

    Plugin.execute

    Source

    -

    src/types/core-plugin.ts:44

    +

    src/types/core-plugin.ts:44


    type

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

    Overrides

    Plugin.type

    Source

    -

    src/types/core-plugin.ts:52

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-plugin.ts:52

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/coredependencies/index.html b/tr/v4/api/interfaces/coredependencies/index.html index dd3919dc1..25ad3b469 100644 --- a/tr/v4/api/interfaces/coredependencies/index.html +++ b/tr/v4/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/v4/api/interfaces/discordeventcommand/index.html b/tr/v4/api/interfaces/discordeventcommand/index.html index 779a1ffdb..44fd446ed 100644 --- a/tr/v4/api/interfaces/discordeventcommand/index.html +++ b/tr/v4/api/interfaces/discordeventcommand/index.html @@ -57,7 +57,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -104,7 +104,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -121,7 +121,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -130,7 +130,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:297

    +

    src/types/core-modules.ts:297


    onEvent

    @@ -139,7 +139,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -148,7 +148,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -157,7 +157,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:298

    +

    src/types/core-modules.ts:298

    Methods

    execute()

    @@ -170,4 +170,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:299

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:299

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/disposable/index.html b/tr/v4/api/interfaces/disposable/index.html index d247ff5a7..3d4246a4c 100644 --- a/tr/v4/api/interfaces/disposable/index.html +++ b/tr/v4/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/v4/api/interfaces/emitter/index.html b/tr/v4/api/interfaces/emitter/index.html index bfe4c2d35..703d346e3 100644 --- a/tr/v4/api/interfaces/emitter/index.html +++ b/tr/v4/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/v4/api/interfaces/errorhandling/index.html b/tr/v4/api/interfaces/errorhandling/index.html index 243aa7393..746cae9de 100644 --- a/tr/v4/api/interfaces/errorhandling/index.html +++ b/tr/v4/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/v4/api/interfaces/eventmoduledefs/index.html b/tr/v4/api/interfaces/eventmoduledefs/index.html index c611f8160..a025c36a8 100644 --- a/tr/v4/api/interfaces/eventmoduledefs/index.html +++ b/tr/v4/api/interfaces/eventmoduledefs/index.html @@ -49,18 +49,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    0: DiscordEventCommand<T>

    Source

    -

    src/types/core-modules.ts:370

    +

    src/types/core-modules.ts:370


    1

    1: SernEventCommand<keyof SernEventsMapping>

    Source

    -

    src/types/core-modules.ts:369

    +

    src/types/core-modules.ts:369


    2

    2: ExternalEventCommand

    Source

    -

    src/types/core-modules.ts:371

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:371

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/externaleventcommand/index.html b/tr/v4/api/interfaces/externaleventcommand/index.html index e3522792c..00cdf138d 100644 --- a/tr/v4/api/interfaces/externaleventcommand/index.html +++ b/tr/v4/api/interfaces/externaleventcommand/index.html @@ -55,14 +55,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    emitter

    emitter: keyof Dependencies

    Source

    -

    src/types/core-modules.ts:217

    +

    src/types/core-modules.ts:217


    locals

    @@ -109,7 +109,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -126,7 +126,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -135,7 +135,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:216

    +

    src/types/core-modules.ts:216


    onEvent

    @@ -144,7 +144,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -153,7 +153,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -162,7 +162,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:218

    +

    src/types/core-modules.ts:218

    Methods

    execute()

    @@ -175,4 +175,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:219

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:219

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/init/index.html b/tr/v4/api/interfaces/init/index.html index c66a84c03..9780ccb1d 100644 --- a/tr/v4/api/interfaces/init/index.html +++ b/tr/v4/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/v4/api/interfaces/initplugin/index.html b/tr/v4/api/interfaces/initplugin/index.html index 675e96aad..fb679b681 100644 --- a/tr/v4/api/interfaces/initplugin/index.html +++ b/tr/v4/api/interfaces/initplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Overrides

    Plugin.execute

    Source

    -

    src/types/core-plugin.ts:49

    +

    src/types/core-plugin.ts:49


    type

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

    Overrides

    Plugin.type

    Source

    -

    src/types/core-plugin.ts:48

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-plugin.ts:48

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/logging/index.html b/tr/v4/api/interfaces/logging/index.html index 7898bc125..2a25b87b5 100644 --- a/tr/v4/api/interfaces/logging/index.html +++ b/tr/v4/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/v4/api/interfaces/mentionableselectcommand/index.html b/tr/v4/api/interfaces/mentionableselectcommand/index.html index 7b8124faf..43827a38c 100644 --- a/tr/v4/api/interfaces/mentionableselectcommand/index.html +++ b/tr/v4/api/interfaces/mentionableselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:269

    +

    src/types/core-modules.ts:269


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:268

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:268

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/modalsubmitcommand/index.html b/tr/v4/api/interfaces/modalsubmitcommand/index.html index 5ebb0dc3e..acf3d493e 100644 --- a/tr/v4/api/interfaces/modalsubmitcommand/index.html +++ b/tr/v4/api/interfaces/modalsubmitcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:283

    +

    src/types/core-modules.ts:283


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:282

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:282

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/module/index.html b/tr/v4/api/interfaces/module/index.html index 5e8c6fce1..45cb62ffa 100644 --- a/tr/v4/api/interfaces/module/index.html +++ b/tr/v4/api/interfaces/module/index.html @@ -67,7 +67,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    optional description: string

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -112,7 +112,7 @@ to attach metadata or configuration to modules.

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -127,35 +127,35 @@ to attach metadata or configuration to modules.

    id: string

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    optional name: string

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    onEvent: ControlPlugin<any[]>[]

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    plugins: InitPlugin<any[]>[]

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    type: CommandType | EventType

    Source

    -

    src/types/core-modules.ts:122

    +

    src/types/core-modules.ts:122

    Methods

    execute()

    @@ -166,4 +166,4 @@ to attach metadata or configuration to modules.

    Returns

    any

    Source

    -

    src/types/core-modules.ts:200

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:200

    Son güncelleme:

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

    Returns

    PluginResult

    Source

    -

    src/types/core-plugin.ts:44

    +

    src/types/core-plugin.ts:44


    type

    type: PluginType

    Source

    -

    src/types/core-plugin.ts:43

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-plugin.ts:43

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/roleselectcommand/index.html b/tr/v4/api/interfaces/roleselectcommand/index.html index 0fa7e30ca..b83cc9cab 100644 --- a/tr/v4/api/interfaces/roleselectcommand/index.html +++ b/tr/v4/api/interfaces/roleselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:262

    +

    src/types/core-modules.ts:262


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:261

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:261

    Son güncelleme:

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

    optional name: string

    Source

    -

    src/types/core-modules.ts:455

    +

    src/types/core-modules.ts:455


    timezone?

    optional timezone: string

    Source

    -

    src/types/core-modules.ts:457

    +

    src/types/core-modules.ts:457


    trigger

    trigger: string | Date

    Source

    -

    src/types/core-modules.ts:456

    +

    src/types/core-modules.ts:456

    Methods

    execute()

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

    Returns

    Awaitable<void>

    Source

    -

    src/types/core-modules.ts:458

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:458

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/sdt/index.html b/tr/v4/api/interfaces/sdt/index.html index 6a959177a..6efb1c1b5 100644 --- a/tr/v4/api/interfaces/sdt/index.html +++ b/tr/v4/api/interfaces/sdt/index.html @@ -73,7 +73,7 @@ passed through the plugin pipeline to command modules.

    Instance of application dependencies

    Source

    -

    src/types/core-modules.ts:87

    +

    src/types/core-modules.ts:87


    module

    @@ -97,7 +97,7 @@ passed through the plugin pipeline to command modules.

    name: string

    Source

    -

    src/types/core-modules.ts:109

    +

    src/types/core-modules.ts:109


    params?

    @@ -105,7 +105,7 @@ passed through the plugin pipeline to command modules.

    Optional parameters passed to the command

    Source

    -

    src/types/core-modules.ts:104

    +

    src/types/core-modules.ts:104


    state

    @@ -113,7 +113,7 @@ passed through the plugin pipeline to command modules.

    Accumulated state data passed between plugins

    Source

    -

    src/types/core-modules.ts:79

    +

    src/types/core-modules.ts:79


    type

    @@ -121,4 +121,4 @@ passed through the plugin pipeline to command modules.

    Command type identifier

    Source

    -

    src/types/core-modules.ts:95

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:95

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/sernautocompletedata/index.html b/tr/v4/api/interfaces/sernautocompletedata/index.html index 23bd9d42f..aed77d3aa 100644 --- a/tr/v4/api/interfaces/sernautocompletedata/index.html +++ b/tr/v4/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:376

    +

    src/types/core-modules.ts:376


    command

    command: AutocompleteCommand

    Source

    -

    src/types/core-modules.ts:381

    +

    src/types/core-modules.ts:381


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

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:377

    Son güncelleme:

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

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -104,7 +104,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -121,7 +121,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -130,7 +130,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:208

    +

    src/types/core-modules.ts:208


    onEvent

    @@ -139,7 +139,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -148,7 +148,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -157,7 +157,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:209

    +

    src/types/core-modules.ts:209

    Methods

    execute()

    @@ -170,4 +170,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:210

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:210

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/serneventsmapping/index.html b/tr/v4/api/interfaces/serneventsmapping/index.html index 61c6e7321..e574cc819 100644 --- a/tr/v4/api/interfaces/serneventsmapping/index.html +++ b/tr/v4/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:12

    +

    src/types/utility.ts:12


    module.activate

    module.activate: [Payload]

    Source

    -

    src/types/utility.ts:11

    +

    src/types/utility.ts:11


    module.register

    module.register: [Payload]

    Source

    -

    src/types/utility.ts:10

    +

    src/types/utility.ts:10


    modulesLoaded

    modulesLoaded: [undefined?]

    Source

    -

    src/types/utility.ts:14

    +

    src/types/utility.ts:14


    warning

    warning: [Payload]

    Source

    -

    src/types/utility.ts:13

    Son güncelleme:

    \ No newline at end of file +

    src/types/utility.ts:13

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/sernsubcommanddata/index.html b/tr/v4/api/interfaces/sernsubcommanddata/index.html index 7d6749e9f..c0cd134f1 100644 --- a/tr/v4/api/interfaces/sernsubcommanddata/index.html +++ b/tr/v4/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:417

    +

    src/types/core-modules.ts:417


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

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:416

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/sernsubcommandgroupdata/index.html b/tr/v4/api/interfaces/sernsubcommandgroupdata/index.html index 5c726d710..8f7a5265c 100644 --- a/tr/v4/api/interfaces/sernsubcommandgroupdata/index.html +++ b/tr/v4/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:422

    +

    src/types/core-modules.ts:422


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

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:421

    Son güncelleme:

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

    Overrides

    Module.description

    Source

    -

    src/types/core-modules.ts:315

    +

    src/types/core-modules.ts:315


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:317

    +

    src/types/core-modules.ts:317


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,14 +154,14 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    options?

    optional options: SernOptionsData[]

    Source

    -

    src/types/core-modules.ts:316

    +

    src/types/core-modules.ts:316


    plugins

    @@ -170,7 +170,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -179,4 +179,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:314

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:314

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/stringselectcommand/index.html b/tr/v4/api/interfaces/stringselectcommand/index.html index a771ddb21..1f9ff69b3 100644 --- a/tr/v4/api/interfaces/stringselectcommand/index.html +++ b/tr/v4/api/interfaces/stringselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:248

    +

    src/types/core-modules.ts:248


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:247

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:247

    Son güncelleme:

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

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:307

    +

    src/types/core-modules.ts:307


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,7 +154,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -163,7 +163,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -172,4 +172,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:306

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:306

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/userselectcommand/index.html b/tr/v4/api/interfaces/userselectcommand/index.html index 41a7a292d..9376b37be 100644 --- a/tr/v4/api/interfaces/userselectcommand/index.html +++ b/tr/v4/api/interfaces/userselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:276

    +

    src/types/core-modules.ts:276


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:275

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:275

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/interfaces/wrapper/index.html b/tr/v4/api/interfaces/wrapper/index.html index 9874ea7bd..af4c37ff1 100644 --- a/tr/v4/api/interfaces/wrapper/index.html +++ b/tr/v4/api/interfaces/wrapper/index.html @@ -59,7 +59,7 @@ they were declared. Order of modules in each directory is not guaranteed

    Example

    1
    commands: ["./dist/commands"]

    Source

    -

    src/types/utility.ts:46

    +

    src/types/utility.ts:46


    defaultPrefix?

    @@ -72,7 +72,7 @@ will be disabled.

    Example

    1
    defaultPrefix: "?"

    Source

    -

    src/types/utility.ts:65

    +

    src/types/utility.ts:65


    events?

    @@ -87,7 +87,7 @@ Order of modules in each directory is not guaranteed.

    Example

    1
    events: ["./dist/events"]

    Source

    -

    src/types/utility.ts:77

    +

    src/types/utility.ts:77


    handleModuleErrors?

    @@ -100,7 +100,7 @@ during module execution, preventing crashes and providing error logging.

    Default

    1
    false

    Source

    -

    src/types/utility.ts:55

    +

    src/types/utility.ts:55


    tasks?

    @@ -115,4 +115,4 @@ Order of modules in each directory is not guaranteed.

    Example

    1
    tasks: ["./dist/tasks"]

    Source

    -

    src/types/utility.ts:89

    Son güncelleme:

    \ No newline at end of file +

    src/types/utility.ts:89

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/namespaces/presence/interfaces/result/index.html b/tr/v4/api/namespaces/presence/interfaces/result/index.html index 50dfff77e..0f340b01a 100644 --- a/tr/v4/api/namespaces/presence/interfaces/result/index.html +++ b/tr/v4/api/namespaces/presence/interfaces/result/index.html @@ -47,39 +47,39 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    optional activities: ActivitiesOptions[]

    Source

    -

    src/core/presences.ts:59

    +

    src/core/presences.ts:59


    afk?

    optional afk: boolean

    Source

    -

    src/core/presences.ts:58

    +

    src/core/presences.ts:58


    onRepeat?

    optional onRepeat: PresenceReduce

    Source

    -

    src/core/presences.ts:62

    +

    src/core/presences.ts:62


    repeat?

    optional repeat: number | [Emitter, string]

    Source

    -

    src/core/presences.ts:61

    +

    src/core/presences.ts:61


    shardId?

    optional shardId: number[]

    Source

    -

    src/core/presences.ts:60

    +

    src/core/presences.ts:60


    status?

    optional status: Status

    Source

    -

    src/core/presences.ts:57

    Son güncelleme:

    \ No newline at end of file +

    src/core/presences.ts:57

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/namespaces/presence/type-aliases/config/index.html b/tr/v4/api/namespaces/presence/type-aliases/config/index.html index bdc4cf0f4..b66ae08f2 100644 --- a/tr/v4/api/namespaces/presence/type-aliases/config/index.html +++ b/tr/v4/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:50

    Son güncelleme:

    \ No newline at end of file +

    src/core/presences.ts:50

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/namespaces/sern/functions/init/index.html b/tr/v4/api/namespaces/sern/functions/init/index.html index 6e1125434..593be72f8 100644 --- a/tr/v4/api/namespaces/sern/functions/init/index.html +++ b/tr/v4/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:32

    Son güncelleme:

    \ No newline at end of file +

    src/sern.ts:32

    Son güncelleme:

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

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

    Source

    -

    src/types/core-plugin.ts:55

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-plugin.ts:55

    Son güncelleme:

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

    Since

    1.0.0

    Source

    -

    src/types/core-modules.ts:337

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:337

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/type-aliases/controller/index.html b/tr/v4/api/type-aliases/controller/index.html index 984022557..3a6526160 100644 --- a/tr/v4/api/type-aliases/controller/index.html +++ b/tr/v4/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:137

    Son güncelleme:

    \ No newline at end of file +

    src/core/plugin.ts:137

    Son güncelleme:

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

    Since

    1.0.0

    Source

    -

    src/types/core-modules.ts:332

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:332

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/type-aliases/logpayload/index.html b/tr/v4/api/type-aliases/logpayload/index.html index c00288332..99f63f2da 100644 --- a/tr/v4/api/type-aliases/logpayload/index.html +++ b/tr/v4/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/v4/api/type-aliases/payload/index.html b/tr/v4/api/type-aliases/payload/index.html index 8939b2705..bd42f3734 100644 --- a/tr/v4/api/type-aliases/payload/index.html +++ b/tr/v4/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:17

    Son güncelleme:

    \ No newline at end of file +

    src/types/utility.ts:17

    Son güncelleme:

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

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

    Source

    -

    src/types/core-plugin.ts:36

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-plugin.ts:36

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/type-aliases/sernoptionsdata/index.html b/tr/v4/api/type-aliases/sernoptionsdata/index.html index 3eb12fa80..131fc24a3 100644 --- a/tr/v4/api/type-aliases/sernoptionsdata/index.html +++ b/tr/v4/api/type-aliases/sernoptionsdata/index.html @@ -48,4 +48,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:408

    Son güncelleme:

    \ No newline at end of file +

    src/types/core-modules.ts:408

    Son güncelleme:

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

    readonly ok: false = false

    Source

    -

    src/core/plugin.ts:131

    Son güncelleme:

    \ No newline at end of file +

    src/core/plugin.ts:131

    Son güncelleme:

    \ No newline at end of file diff --git a/tr/v4/api/variables/presence/index.html b/tr/v4/api/variables/presence/index.html index 654e38c04..8d4fe6cea 100644 --- a/tr/v4/api/variables/presence/index.html +++ b/tr/v4/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:9

    Son güncelleme:

    \ No newline at end of file +

    src/core/presences.ts:9

    Son güncelleme:

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

    Returns

    null | TextBasedChannel

    Source

    -

    src/core/structures/context.ts:43

    +

    src/core/structures/context.ts:43


    channelId

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

    Returns

    string

    Source

    -

    src/core/structures/context.ts:47

    +

    src/core/structures/context.ts:47


    client

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

    Returns

    Client<boolean>

    Source

    -

    src/core/structures/context.ts:107

    +

    src/core/structures/context.ts:107


    createdTimestamp

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

    Returns

    number

    Source

    -

    src/core/structures/context.ts:67

    +

    src/core/structures/context.ts:67


    guild

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

    Returns

    null | Guild

    Source

    -

    src/core/structures/context.ts:71

    +

    src/core/structures/context.ts:71


    guildId

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

    Returns

    null | string

    Source

    -

    src/core/structures/context.ts:75

    +

    src/core/structures/context.ts:75


    id

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

    Returns

    string

    Source

    -

    src/core/structures/context.ts:39

    +

    src/core/structures/context.ts:39


    inGuild

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

    Returns

    boolean

    Source

    -

    src/core/structures/context.ts:111

    +

    src/core/structures/context.ts:111


    interaction

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

    Returns

    ChatInputCommandInteraction<CacheType>

    Source

    -

    src/core/structures/context.ts:99

    +

    src/core/structures/context.ts:99


    member

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

    Returns

    null | GuildMember | APIInteractionGuildMember

    Source

    -

    src/core/structures/context.ts:81

    +

    src/core/structures/context.ts:81


    message

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

    Returns

    Message<boolean>

    Source

    -

    src/core/structures/context.ts:85

    +

    src/core/structures/context.ts:85


    options

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

    Returns

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

    Source

    -

    src/core/structures/context.ts:25

    +

    src/core/structures/context.ts:25


    prefix

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

    Returns

    undefined | string

    Source

    -

    src/core/structures/context.ts:36

    +

    src/core/structures/context.ts:36


    user

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

    Returns

    User

    Source

    -

    src/core/structures/context.ts:55

    +

    src/core/structures/context.ts:55


    userId

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

    Returns

    string

    Source

    -

    src/core/structures/context.ts:63

    +

    src/core/structures/context.ts:63

    Methods

    isMessage()

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

    Returns

    this is Context & Object

    Source

    -

    src/core/structures/context.ts:91

    +

    src/core/structures/context.ts:91


    isSlash()

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

    Returns

    this is Context & Object

    Source

    -

    src/core/structures/context.ts:95

    +

    src/core/structures/context.ts:95


    reply()

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

    Returns

    Promise<Message<boolean>>

    Source

    -

    src/core/structures/context.ts:115

    +

    src/core/structures/context.ts:115


    wrap()

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

    Returns

    Context

    Source

    -

    src/core/structures/context.ts:124

    Last updated:

    \ No newline at end of file +

    src/core/structures/context.ts:124

    Last updated:

    \ No newline at end of file diff --git a/v4/api/enumerations/commandtype/index.html b/v4/api/enumerations/commandtype/index.html index 12e114440..770c18177 100644 --- a/v4/api/enumerations/commandtype/index.html +++ b/v4/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/v4/api/enumerations/eventtype/index.html b/v4/api/enumerations/eventtype/index.html index 8f7a11961..f1bb30bfb 100644 --- a/v4/api/enumerations/eventtype/index.html +++ b/v4/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/v4/api/enumerations/payloadtype/index.html b/v4/api/enumerations/payloadtype/index.html index 5cefbdf06..cad6a8e48 100644 --- a/v4/api/enumerations/payloadtype/index.html +++ b/v4/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/v4/api/enumerations/plugintype/index.html b/v4/api/enumerations/plugintype/index.html index 2b9ba38e0..9ffbddf0d 100644 --- a/v4/api/enumerations/plugintype/index.html +++ b/v4/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/v4/api/functions/commandcontrolplugin/index.html b/v4/api/functions/commandcontrolplugin/index.html index 6127e2b7a..bd653a3b4 100644 --- a/v4/api/functions/commandcontrolplugin/index.html +++ b/v4/api/functions/commandcontrolplugin/index.html @@ -74,4 +74,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;
  • Useful for implementing preconditions, filters, and command preprocessing
  • Source

    -

    src/core/plugin.ts:120

    Last updated:

    \ No newline at end of file +

    src/core/plugin.ts:120

    Last updated:

    \ No newline at end of file diff --git a/v4/api/functions/commandinitplugin/index.html b/v4/api/functions/commandinitplugin/index.html index 6381235ad..19cea10fd 100644 --- a/v4/api/functions/commandinitplugin/index.html +++ b/v4/api/functions/commandinitplugin/index.html @@ -69,4 +69,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;
  • Use controller.stop(reason) to halt plugin execution
  • Source

    -

    src/core/plugin.ts:62

    Last updated:

    \ No newline at end of file +

    src/core/plugin.ts:62

    Last updated:

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

    Example

    1
    // Command with component interaction
    2
    export default commandModule({
    3
    type: CommandType.Slash,
    4
    description: "Interactive command",
    5
    execute: async (ctx) => {
    6
    const button = new ButtonBuilder({
    7
    customId: "btn/someData",
    8
    label: "Click me",
    9
    style: ButtonStyle.Primary
    10
    });
    11
    await ctx.reply({
    12
    content: "Interactive message",
    13
    components: [new ActionRowBuilder().addComponents(button)]
    14
    });
    15
    }
    16
    });

    Source

    -

    src/core/modules.ts:47

    Last updated:

    \ No newline at end of file +

    src/core/modules.ts:47

    Last updated:

    \ No newline at end of file diff --git a/v4/api/functions/discordevent/index.html b/v4/api/functions/discordevent/index.html index fbad080e9..7d9a76def 100644 --- a/v4/api/functions/discordevent/index.html +++ b/v4/api/functions/discordevent/index.html @@ -58,4 +58,4 @@ where typings were bad.

    Returns

    Module

    Source

    -

    src/core/modules.ts:97

    Last updated:

    \ No newline at end of file +

    src/core/modules.ts:97

    Last updated:

    \ No newline at end of file diff --git a/v4/api/functions/eventinitplugin/index.html b/v4/api/functions/eventinitplugin/index.html index 3e36b1d07..18f5d5f99 100644 --- a/v4/api/functions/eventinitplugin/index.html +++ b/v4/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:15

    Last updated:

    \ No newline at end of file +

    src/core/plugin.ts:15

    Last updated:

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

    Example

    1
    // Custom sern event
    2
    export default eventModule({
    3
    type: EventType.Sern,
    4
    execute: async (eventData) => {
    5
    // Handle sern-specific event
    6
    }
    7
    });

    Source

    -

    src/core/modules.ts:83

    Last updated:

    \ No newline at end of file +

    src/core/modules.ts:83

    Last updated:

    \ No newline at end of file diff --git a/v4/api/functions/makedependencies/index.html b/v4/api/functions/makedependencies/index.html index 5f04885e3..949e35d72 100644 --- a/v4/api/functions/makedependencies/index.html +++ b/v4/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/v4/api/functions/makeplugin/index.html b/v4/api/functions/makeplugin/index.html index c532d6864..d188bc13a 100644 --- a/v4/api/functions/makeplugin/index.html +++ b/v4/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:6

    Last updated:

    \ No newline at end of file +

    src/core/plugin.ts:6

    Last updated:

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

    See

    https://crontab.guru/ for testing and creating cron patterns

    Source

    -

    src/core/modules.ts:132

    Last updated:

    \ No newline at end of file +

    src/core/modules.ts:132

    Last updated:

    \ No newline at end of file diff --git a/v4/api/functions/service/index.html b/v4/api/functions/service/index.html index 484a50d7b..7e5c7e132 100644 --- a/v4/api/functions/service/index.html +++ b/v4/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/v4/api/functions/services/index.html b/v4/api/functions/services/index.html index 324a22ff3..cbfb70c90 100644 --- a/v4/api/functions/services/index.html +++ b/v4/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/v4/api/functions/single/index.html b/v4/api/functions/single/index.html index 4cf4cc74b..4d0b3df43 100644 --- a/v4/api/functions/single/index.html +++ b/v4/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/v4/api/functions/transient/index.html b/v4/api/functions/transient/index.html index 54c9b037d..292ee8aea 100644 --- a/v4/api/functions/transient/index.html +++ b/v4/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/v4/api/interfaces/bothcommand/index.html b/v4/api/interfaces/bothcommand/index.html index 40c13ceb1..e54b1ced8 100644 --- a/v4/api/interfaces/bothcommand/index.html +++ b/v4/api/interfaces/bothcommand/index.html @@ -58,7 +58,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Overrides

    Module.description

    Source

    -

    src/types/core-modules.ts:325

    +

    src/types/core-modules.ts:325


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:327

    +

    src/types/core-modules.ts:327


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,14 +154,14 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    options?

    optional options: SernOptionsData[]

    Source

    -

    src/types/core-modules.ts:326

    +

    src/types/core-modules.ts:326


    plugins

    @@ -170,7 +170,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -179,4 +179,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:324

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:324

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/buttoncommand/index.html b/v4/api/interfaces/buttoncommand/index.html index 568d113c3..3bf4237a0 100644 --- a/v4/api/interfaces/buttoncommand/index.html +++ b/v4/api/interfaces/buttoncommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:241

    +

    src/types/core-modules.ts:241


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:240

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:240

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/channelselectcommand/index.html b/v4/api/interfaces/channelselectcommand/index.html index 640b7eaf7..51933c00b 100644 --- a/v4/api/interfaces/channelselectcommand/index.html +++ b/v4/api/interfaces/channelselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:255

    +

    src/types/core-modules.ts:255


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:254

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:254

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/commandmoduledefs/index.html b/v4/api/interfaces/commandmoduledefs/index.html index db4211471..5c9213909 100644 --- a/v4/api/interfaces/commandmoduledefs/index.html +++ b/v4/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:354

    +

    src/types/core-modules.ts:354


    1024

    1024: ChannelSelectCommand

    Source

    -

    src/types/core-modules.ts:362

    +

    src/types/core-modules.ts:362


    128

    128: UserSelectCommand

    Source

    -

    src/types/core-modules.ts:364

    +

    src/types/core-modules.ts:364


    16

    16: ButtonCommand

    Source

    -

    src/types/core-modules.ts:359

    +

    src/types/core-modules.ts:359


    2

    2: SlashCommand

    Source

    -

    src/types/core-modules.ts:355

    +

    src/types/core-modules.ts:355


    256

    256: RoleSelectCommand

    Source

    -

    src/types/core-modules.ts:361

    +

    src/types/core-modules.ts:361


    3

    3: BothCommand

    Source

    -

    src/types/core-modules.ts:356

    +

    src/types/core-modules.ts:356


    32

    32: StringSelectCommand

    Source

    -

    src/types/core-modules.ts:360

    +

    src/types/core-modules.ts:360


    4

    4: ContextMenuUser

    Source

    -

    src/types/core-modules.ts:358

    +

    src/types/core-modules.ts:358


    512

    512: MentionableSelectCommand

    Source

    -

    src/types/core-modules.ts:363

    +

    src/types/core-modules.ts:363


    64

    64: ModalSubmitCommand

    Source

    -

    src/types/core-modules.ts:365

    +

    src/types/core-modules.ts:365


    8

    8: ContextMenuMsg

    Source

    -

    src/types/core-modules.ts:357

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:357

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/contextmenumsg/index.html b/v4/api/interfaces/contextmenumsg/index.html index 24a1443e3..b347a073f 100644 --- a/v4/api/interfaces/contextmenumsg/index.html +++ b/v4/api/interfaces/contextmenumsg/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:234

    +

    src/types/core-modules.ts:234


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:233

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:233

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/contextmenuuser/index.html b/v4/api/interfaces/contextmenuuser/index.html index 2195c829d..61e8e1e2c 100644 --- a/v4/api/interfaces/contextmenuuser/index.html +++ b/v4/api/interfaces/contextmenuuser/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:227

    +

    src/types/core-modules.ts:227


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:226

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:226

    Last updated:

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

    Inherited from

    Plugin.execute

    Source

    -

    src/types/core-plugin.ts:44

    +

    src/types/core-plugin.ts:44


    type

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

    Overrides

    Plugin.type

    Source

    -

    src/types/core-plugin.ts:52

    Last updated:

    \ No newline at end of file +

    src/types/core-plugin.ts:52

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/coredependencies/index.html b/v4/api/interfaces/coredependencies/index.html index c8481834a..c2a212f8b 100644 --- a/v4/api/interfaces/coredependencies/index.html +++ b/v4/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/v4/api/interfaces/discordeventcommand/index.html b/v4/api/interfaces/discordeventcommand/index.html index b0334d707..b55759a93 100644 --- a/v4/api/interfaces/discordeventcommand/index.html +++ b/v4/api/interfaces/discordeventcommand/index.html @@ -57,7 +57,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -104,7 +104,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -121,7 +121,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -130,7 +130,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:297

    +

    src/types/core-modules.ts:297


    onEvent

    @@ -139,7 +139,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -148,7 +148,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -157,7 +157,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:298

    +

    src/types/core-modules.ts:298

    Methods

    execute()

    @@ -170,4 +170,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:299

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:299

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/disposable/index.html b/v4/api/interfaces/disposable/index.html index 373565eab..fe9b36885 100644 --- a/v4/api/interfaces/disposable/index.html +++ b/v4/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/v4/api/interfaces/emitter/index.html b/v4/api/interfaces/emitter/index.html index bc6c2fa3c..de4bdf528 100644 --- a/v4/api/interfaces/emitter/index.html +++ b/v4/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/v4/api/interfaces/errorhandling/index.html b/v4/api/interfaces/errorhandling/index.html index 7b2490cc9..bc78e311e 100644 --- a/v4/api/interfaces/errorhandling/index.html +++ b/v4/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/v4/api/interfaces/eventmoduledefs/index.html b/v4/api/interfaces/eventmoduledefs/index.html index 5996e526e..6071b4dbc 100644 --- a/v4/api/interfaces/eventmoduledefs/index.html +++ b/v4/api/interfaces/eventmoduledefs/index.html @@ -49,18 +49,18 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    0: DiscordEventCommand<T>

    Source

    -

    src/types/core-modules.ts:370

    +

    src/types/core-modules.ts:370


    1

    1: SernEventCommand<keyof SernEventsMapping>

    Source

    -

    src/types/core-modules.ts:369

    +

    src/types/core-modules.ts:369


    2

    2: ExternalEventCommand

    Source

    -

    src/types/core-modules.ts:371

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:371

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/externaleventcommand/index.html b/v4/api/interfaces/externaleventcommand/index.html index 40393cbfe..2351d6c65 100644 --- a/v4/api/interfaces/externaleventcommand/index.html +++ b/v4/api/interfaces/externaleventcommand/index.html @@ -55,14 +55,14 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    emitter

    emitter: keyof Dependencies

    Source

    -

    src/types/core-modules.ts:217

    +

    src/types/core-modules.ts:217


    locals

    @@ -109,7 +109,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -126,7 +126,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -135,7 +135,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:216

    +

    src/types/core-modules.ts:216


    onEvent

    @@ -144,7 +144,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -153,7 +153,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -162,7 +162,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:218

    +

    src/types/core-modules.ts:218

    Methods

    execute()

    @@ -175,4 +175,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:219

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:219

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/init/index.html b/v4/api/interfaces/init/index.html index 0de718bf5..531719503 100644 --- a/v4/api/interfaces/init/index.html +++ b/v4/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/v4/api/interfaces/initplugin/index.html b/v4/api/interfaces/initplugin/index.html index 6dbe3904f..91e409381 100644 --- a/v4/api/interfaces/initplugin/index.html +++ b/v4/api/interfaces/initplugin/index.html @@ -59,7 +59,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Overrides

    Plugin.execute

    Source

    -

    src/types/core-plugin.ts:49

    +

    src/types/core-plugin.ts:49


    type

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

    Overrides

    Plugin.type

    Source

    -

    src/types/core-plugin.ts:48

    Last updated:

    \ No newline at end of file +

    src/types/core-plugin.ts:48

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/logging/index.html b/v4/api/interfaces/logging/index.html index ce96ab588..b931c1de6 100644 --- a/v4/api/interfaces/logging/index.html +++ b/v4/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/v4/api/interfaces/mentionableselectcommand/index.html b/v4/api/interfaces/mentionableselectcommand/index.html index 141617b08..5b447e311 100644 --- a/v4/api/interfaces/mentionableselectcommand/index.html +++ b/v4/api/interfaces/mentionableselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:269

    +

    src/types/core-modules.ts:269


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:268

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:268

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/modalsubmitcommand/index.html b/v4/api/interfaces/modalsubmitcommand/index.html index a7bc31e09..086443c01 100644 --- a/v4/api/interfaces/modalsubmitcommand/index.html +++ b/v4/api/interfaces/modalsubmitcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:283

    +

    src/types/core-modules.ts:283


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:282

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:282

    Last updated:

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

    optional description: string

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -112,7 +112,7 @@ to attach metadata or configuration to modules.

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -127,35 +127,35 @@ to attach metadata or configuration to modules.

    id: string

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    optional name: string

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    onEvent: ControlPlugin<any[]>[]

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    plugins: InitPlugin<any[]>[]

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    type: CommandType | EventType

    Source

    -

    src/types/core-modules.ts:122

    +

    src/types/core-modules.ts:122

    Methods

    execute()

    @@ -166,4 +166,4 @@ to attach metadata or configuration to modules.

    Returns

    any

    Source

    -

    src/types/core-modules.ts:200

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:200

    Last updated:

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

    Returns

    PluginResult

    Source

    -

    src/types/core-plugin.ts:44

    +

    src/types/core-plugin.ts:44


    type

    type: PluginType

    Source

    -

    src/types/core-plugin.ts:43

    Last updated:

    \ No newline at end of file +

    src/types/core-plugin.ts:43

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/roleselectcommand/index.html b/v4/api/interfaces/roleselectcommand/index.html index f4093f1e3..623ea87a0 100644 --- a/v4/api/interfaces/roleselectcommand/index.html +++ b/v4/api/interfaces/roleselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:262

    +

    src/types/core-modules.ts:262


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:261

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:261

    Last updated:

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

    optional name: string

    Source

    -

    src/types/core-modules.ts:455

    +

    src/types/core-modules.ts:455


    timezone?

    optional timezone: string

    Source

    -

    src/types/core-modules.ts:457

    +

    src/types/core-modules.ts:457


    trigger

    trigger: string | Date

    Source

    -

    src/types/core-modules.ts:456

    +

    src/types/core-modules.ts:456

    Methods

    execute()

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

    Returns

    Awaitable<void>

    Source

    -

    src/types/core-modules.ts:458

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:458

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/sdt/index.html b/v4/api/interfaces/sdt/index.html index de6720208..41c962f78 100644 --- a/v4/api/interfaces/sdt/index.html +++ b/v4/api/interfaces/sdt/index.html @@ -73,7 +73,7 @@ passed through the plugin pipeline to command modules.

    Instance of application dependencies

    Source

    -

    src/types/core-modules.ts:87

    +

    src/types/core-modules.ts:87


    module

    @@ -97,7 +97,7 @@ passed through the plugin pipeline to command modules.

    name: string

    Source

    -

    src/types/core-modules.ts:109

    +

    src/types/core-modules.ts:109


    params?

    @@ -105,7 +105,7 @@ passed through the plugin pipeline to command modules.

    Optional parameters passed to the command

    Source

    -

    src/types/core-modules.ts:104

    +

    src/types/core-modules.ts:104


    state

    @@ -113,7 +113,7 @@ passed through the plugin pipeline to command modules.

    Accumulated state data passed between plugins

    Source

    -

    src/types/core-modules.ts:79

    +

    src/types/core-modules.ts:79


    type

    @@ -121,4 +121,4 @@ passed through the plugin pipeline to command modules.

    Command type identifier

    Source

    -

    src/types/core-modules.ts:95

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:95

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/sernautocompletedata/index.html b/v4/api/interfaces/sernautocompletedata/index.html index 1e2ac1f67..14d54fbb9 100644 --- a/v4/api/interfaces/sernautocompletedata/index.html +++ b/v4/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:376

    +

    src/types/core-modules.ts:376


    command

    command: AutocompleteCommand

    Source

    -

    src/types/core-modules.ts:381

    +

    src/types/core-modules.ts:381


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

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:377

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/serneventcommand/index.html b/v4/api/interfaces/serneventcommand/index.html index 44c63537c..5648e3539 100644 --- a/v4/api/interfaces/serneventcommand/index.html +++ b/v4/api/interfaces/serneventcommand/index.html @@ -57,7 +57,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    locals

    @@ -104,7 +104,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -121,7 +121,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -130,7 +130,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.name

    Source

    -

    src/types/core-modules.ts:208

    +

    src/types/core-modules.ts:208


    onEvent

    @@ -139,7 +139,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -148,7 +148,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -157,7 +157,7 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:209

    +

    src/types/core-modules.ts:209

    Methods

    execute()

    @@ -170,4 +170,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:210

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:210

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/serneventsmapping/index.html b/v4/api/interfaces/serneventsmapping/index.html index 4abace3b0..b8e6cfb3c 100644 --- a/v4/api/interfaces/serneventsmapping/index.html +++ b/v4/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:12

    +

    src/types/utility.ts:12


    module.activate

    module.activate: [Payload]

    Source

    -

    src/types/utility.ts:11

    +

    src/types/utility.ts:11


    module.register

    module.register: [Payload]

    Source

    -

    src/types/utility.ts:10

    +

    src/types/utility.ts:10


    modulesLoaded

    modulesLoaded: [undefined?]

    Source

    -

    src/types/utility.ts:14

    +

    src/types/utility.ts:14


    warning

    warning: [Payload]

    Source

    -

    src/types/utility.ts:13

    Last updated:

    \ No newline at end of file +

    src/types/utility.ts:13

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/sernsubcommanddata/index.html b/v4/api/interfaces/sernsubcommanddata/index.html index 3bf1433a5..5a193cbc6 100644 --- a/v4/api/interfaces/sernsubcommanddata/index.html +++ b/v4/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:417

    +

    src/types/core-modules.ts:417


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

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:416

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/sernsubcommandgroupdata/index.html b/v4/api/interfaces/sernsubcommandgroupdata/index.html index a2e0557ab..d3adede29 100644 --- a/v4/api/interfaces/sernsubcommandgroupdata/index.html +++ b/v4/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:422

    +

    src/types/core-modules.ts:422


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

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:421

    Last updated:

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

    Overrides

    Module.description

    Source

    -

    src/types/core-modules.ts:315

    +

    src/types/core-modules.ts:315


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:317

    +

    src/types/core-modules.ts:317


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,14 +154,14 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    options?

    optional options: SernOptionsData[]

    Source

    -

    src/types/core-modules.ts:316

    +

    src/types/core-modules.ts:316


    plugins

    @@ -170,7 +170,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -179,4 +179,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:314

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:314

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/stringselectcommand/index.html b/v4/api/interfaces/stringselectcommand/index.html index 81d855492..3f3587665 100644 --- a/v4/api/interfaces/stringselectcommand/index.html +++ b/v4/api/interfaces/stringselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:248

    +

    src/types/core-modules.ts:248


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:247

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:247

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/textcommand/index.html b/v4/api/interfaces/textcommand/index.html index ffb54ab11..03ee6dd98 100644 --- a/v4/api/interfaces/textcommand/index.html +++ b/v4/api/interfaces/textcommand/index.html @@ -58,7 +58,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    Module.description

    Source

    -

    src/types/core-modules.ts:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:307

    +

    src/types/core-modules.ts:307


    locals

    @@ -119,7 +119,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -136,7 +136,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -145,7 +145,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -154,7 +154,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -163,7 +163,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -172,4 +172,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:306

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:306

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/userselectcommand/index.html b/v4/api/interfaces/userselectcommand/index.html index 210a601ea..3a2620190 100644 --- a/v4/api/interfaces/userselectcommand/index.html +++ b/v4/api/interfaces/userselectcommand/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:126

    +

    src/types/core-modules.ts:126


    execute()

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

    Overrides

    Module.execute

    Source

    -

    src/types/core-modules.ts:276

    +

    src/types/core-modules.ts:276


    locals

    @@ -116,7 +116,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.locals

    Source

    -

    src/types/core-modules.ts:199

    +

    src/types/core-modules.ts:199


    meta

    @@ -133,7 +133,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.meta

    Source

    -

    src/types/core-modules.ts:127

    +

    src/types/core-modules.ts:127


    name?

    @@ -142,7 +142,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.name

    Source

    -

    src/types/core-modules.ts:123

    +

    src/types/core-modules.ts:123


    onEvent

    @@ -151,7 +151,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.onEvent

    Source

    -

    src/types/core-modules.ts:124

    +

    src/types/core-modules.ts:124


    plugins

    @@ -160,7 +160,7 @@ to attach metadata or configuration to modules.

    Inherited from

    Module.plugins

    Source

    -

    src/types/core-modules.ts:125

    +

    src/types/core-modules.ts:125


    type

    @@ -169,4 +169,4 @@ to attach metadata or configuration to modules.

    Overrides

    Module.type

    Source

    -

    src/types/core-modules.ts:275

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:275

    Last updated:

    \ No newline at end of file diff --git a/v4/api/interfaces/wrapper/index.html b/v4/api/interfaces/wrapper/index.html index db3d0ad58..ffc02cbf4 100644 --- a/v4/api/interfaces/wrapper/index.html +++ b/v4/api/interfaces/wrapper/index.html @@ -59,7 +59,7 @@ they were declared. Order of modules in each directory is not guaranteed

    Example

    1
    commands: ["./dist/commands"]

    Source

    -

    src/types/utility.ts:46

    +

    src/types/utility.ts:46


    defaultPrefix?

    @@ -72,7 +72,7 @@ will be disabled.

    Example

    1
    defaultPrefix: "?"

    Source

    -

    src/types/utility.ts:65

    +

    src/types/utility.ts:65


    events?

    @@ -87,7 +87,7 @@ Order of modules in each directory is not guaranteed.

    Example

    1
    events: ["./dist/events"]

    Source

    -

    src/types/utility.ts:77

    +

    src/types/utility.ts:77


    handleModuleErrors?

    @@ -100,7 +100,7 @@ during module execution, preventing crashes and providing error logging.

    Default

    1
    false

    Source

    -

    src/types/utility.ts:55

    +

    src/types/utility.ts:55


    tasks?

    @@ -115,4 +115,4 @@ Order of modules in each directory is not guaranteed.

    Example

    1
    tasks: ["./dist/tasks"]

    Source

    -

    src/types/utility.ts:89

    Last updated:

    \ No newline at end of file +

    src/types/utility.ts:89

    Last updated:

    \ No newline at end of file diff --git a/v4/api/namespaces/presence/interfaces/result/index.html b/v4/api/namespaces/presence/interfaces/result/index.html index 8e37d0f65..9d2fc4ab6 100644 --- a/v4/api/namespaces/presence/interfaces/result/index.html +++ b/v4/api/namespaces/presence/interfaces/result/index.html @@ -47,39 +47,39 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    optional activities: ActivitiesOptions[]

    Source

    -

    src/core/presences.ts:59

    +

    src/core/presences.ts:59


    afk?

    optional afk: boolean

    Source

    -

    src/core/presences.ts:58

    +

    src/core/presences.ts:58


    onRepeat?

    optional onRepeat: PresenceReduce

    Source

    -

    src/core/presences.ts:62

    +

    src/core/presences.ts:62


    repeat?

    optional repeat: number | [Emitter, string]

    Source

    -

    src/core/presences.ts:61

    +

    src/core/presences.ts:61


    shardId?

    optional shardId: number[]

    Source

    -

    src/core/presences.ts:60

    +

    src/core/presences.ts:60


    status?

    optional status: Status

    Source

    -

    src/core/presences.ts:57

    Last updated:

    \ No newline at end of file +

    src/core/presences.ts:57

    Last updated:

    \ No newline at end of file diff --git a/v4/api/namespaces/presence/type-aliases/config/index.html b/v4/api/namespaces/presence/type-aliases/config/index.html index a40972120..617cfd783 100644 --- a/v4/api/namespaces/presence/type-aliases/config/index.html +++ b/v4/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:50

    Last updated:

    \ No newline at end of file +

    src/core/presences.ts:50

    Last updated:

    \ No newline at end of file diff --git a/v4/api/namespaces/sern/functions/init/index.html b/v4/api/namespaces/sern/functions/init/index.html index 11a2d1628..15faec5dc 100644 --- a/v4/api/namespaces/sern/functions/init/index.html +++ b/v4/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:32

    Last updated:

    \ No newline at end of file +

    src/sern.ts:32

    Last updated:

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

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

    Source

    -

    src/types/core-plugin.ts:55

    Last updated:

    \ No newline at end of file +

    src/types/core-plugin.ts:55

    Last updated:

    \ No newline at end of file diff --git a/v4/api/type-aliases/commandmodule/index.html b/v4/api/type-aliases/commandmodule/index.html index 9483424f3..1d0a9e976 100644 --- a/v4/api/type-aliases/commandmodule/index.html +++ b/v4/api/type-aliases/commandmodule/index.html @@ -47,4 +47,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Since

    1.0.0

    Source

    -

    src/types/core-modules.ts:337

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:337

    Last updated:

    \ No newline at end of file diff --git a/v4/api/type-aliases/controller/index.html b/v4/api/type-aliases/controller/index.html index f5aac695c..f4224c2ac 100644 --- a/v4/api/type-aliases/controller/index.html +++ b/v4/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:137

    Last updated:

    \ No newline at end of file +

    src/core/plugin.ts:137

    Last updated:

    \ No newline at end of file diff --git a/v4/api/type-aliases/eventmodule/index.html b/v4/api/type-aliases/eventmodule/index.html index 1577af567..73e87d6ac 100644 --- a/v4/api/type-aliases/eventmodule/index.html +++ b/v4/api/type-aliases/eventmodule/index.html @@ -47,4 +47,4 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Since

    1.0.0

    Source

    -

    src/types/core-modules.ts:332

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:332

    Last updated:

    \ No newline at end of file diff --git a/v4/api/type-aliases/logpayload/index.html b/v4/api/type-aliases/logpayload/index.html index 6fe3378af..cf69973b5 100644 --- a/v4/api/type-aliases/logpayload/index.html +++ b/v4/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/v4/api/type-aliases/payload/index.html b/v4/api/type-aliases/payload/index.html index 7ec7cf218..032e83c0b 100644 --- a/v4/api/type-aliases/payload/index.html +++ b/v4/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:17

    Last updated:

    \ No newline at end of file +

    src/types/utility.ts:17

    Last updated:

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

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

    Source

    -

    src/types/core-plugin.ts:36

    Last updated:

    \ No newline at end of file +

    src/types/core-plugin.ts:36

    Last updated:

    \ No newline at end of file diff --git a/v4/api/type-aliases/sernoptionsdata/index.html b/v4/api/type-aliases/sernoptionsdata/index.html index 3cc04c3a7..9fb22fee4 100644 --- a/v4/api/type-aliases/sernoptionsdata/index.html +++ b/v4/api/type-aliases/sernoptionsdata/index.html @@ -48,4 +48,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:408

    Last updated:

    \ No newline at end of file +

    src/types/core-modules.ts:408

    Last updated:

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

    readonly ok: false = false

    Source

    -

    src/core/plugin.ts:131

    Last updated:

    \ No newline at end of file +

    src/core/plugin.ts:131

    Last updated:

    \ No newline at end of file diff --git a/v4/api/variables/presence/index.html b/v4/api/variables/presence/index.html index 8fc480bb2..0d00db50a 100644 --- a/v4/api/variables/presence/index.html +++ b/v4/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:9

    Last updated:

    \ No newline at end of file +

    src/core/presences.ts:9

    \ No newline at end of file