diff --git a/es/index.html b/es/index.html index c468da5d2..f39f0a0da 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

-
ezbd

ezbd

A simple birthday reminder bot

sern Community

sern Community

The bot used to manage sern Community

SmokinWeed 💨

SmokinWeed 💨

Small moderation bot

Unionize

Unionize

A free to use, modern Discord bot for creating families within Discord

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.

man-nomic

man-nomic

Displays LLM model information

Bask

Bask

A discord music bot

+
Bask

Bask

A discord music bot

ezbd

ezbd

A simple birthday reminder bot

Vinci

Vinci

The discord bot for Mara Turing

SmokinWeed 💨

SmokinWeed 💨

Small moderation bot

sern Community

sern Community

The bot used to manage sern Community

man-nomic

man-nomic

Displays LLM model information

Albion Guide

Albion Guide

Gets info about The First Descendant Game.

Unionize

Unionize

A free to use, modern Discord bot for creating families within Discord

Discoin

Discoin

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

Features

Modular

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

Concise

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

Familiar

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

\ No newline at end of file diff --git a/es/v4/api/classes/context/index.html b/es/v4/api/classes/context/index.html index 3a97d7f10..95ddac3ce 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 1d417fea0..04b1d0432 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 5ab700992..f10dcf009 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 f86f8c9c3..20f8f9844 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 4b813736a..2b527fb07 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 6ad1fd6d6..f1cbbcc75 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 51ec9fc34..73c71f325 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 4392529ef..397b55e6f 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 76e036311..5e8a7ccc0 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 1b4162a65..0b49c0f6c 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 6c084e834..ee46af97b 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 648b0f838..f7e3e641d 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 8b0dc97c7..cfe6b40c8 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 b952e4a09..238653afa 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 4eef52a77..874c562d8 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 a051c033e..5caf56037 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 744aea43e..1c7e3a2bb 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 9c696e6f4..c771c7f29 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 81f5db8c3..ede72624d 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 d3df770b1..91cb09a0d 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 73f0f4ce8..a10d7d310 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 399f93f72..bf7fef03e 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 8a70f97b7..0103823ea 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 eae8bbf4a..4e6ad5f7b 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 6d5d1367c..cafa41da1 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 1e60c0a9e..d84753321 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 f3566ad4f..d2182f949 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 60b9c6091..237f7bbce 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 a22a73d06..3a107f481 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 0735be92d..e93710095 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 ba34575a6..76baabcae 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 d8df23f36..725a398e5 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 f5b752530..dffaa5bf7 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 85c1ab594..eee5f6835 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 a08ef851a..1ba7f1e7b 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 7055f8519..2addd6714 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 58abe6c12..53aaa0caa 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 6087ff894..9d4aa3bdc 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 3368f0826..b08dfe980 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 e9f19e8e0..a8635fd94 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 0042662aa..afd4b8615 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 a9e5f7e17..49c5b5c76 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 475d3d5fa..44e7dbc47 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

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

    Inherited from

    Omit.description

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5008

    +

    node_modules/discord.js/typings/index.d.ts:5354


    descriptionLocalizations?

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

    Inherited from

    Omit.descriptionLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5009

    +

    node_modules/discord.js/typings/index.d.ts:5355


    name

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

    Inherited from

    Omit.name

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5006

    +

    node_modules/discord.js/typings/index.d.ts:5352


    nameLocalizations?

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

    Inherited from

    Omit.nameLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5007

    +

    node_modules/discord.js/typings/index.d.ts:5353


    required?

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

    Inherited from

    Omit.required

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5010

    +

    node_modules/discord.js/typings/index.d.ts:5356


    type

    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 489ce2dc6..04d272110 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 f2d46fea9..2bb6b9ae8 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 9a991ffec..2fc561bb8 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 2c710f332..74c04e097 100644 --- a/es/v4/api/interfaces/sernsubcommandgroupdata/index.html +++ b/es/v4/api/interfaces/sernsubcommandgroupdata/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    BaseApplicationCommandOptionsData.autocomplete

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5011

    +

    node_modules/discord.js/typings/index.d.ts:5357


    description

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

    Inherited from

    BaseApplicationCommandOptionsData.description

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5008

    +

    node_modules/discord.js/typings/index.d.ts:5354


    descriptionLocalizations?

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

    Inherited from

    BaseApplicationCommandOptionsData.descriptionLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5009

    +

    node_modules/discord.js/typings/index.d.ts:5355


    name

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

    Inherited from

    BaseApplicationCommandOptionsData.name

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5006

    +

    node_modules/discord.js/typings/index.d.ts:5352


    nameLocalizations?

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

    Inherited from

    BaseApplicationCommandOptionsData.nameLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5007

    +

    node_modules/discord.js/typings/index.d.ts:5353


    options?

    optional options: SernSubCommandData[]

    Source

    -

    src/types/core-modules.ts:422

    +

    src/types/core-modules.ts:422


    required?

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

    Inherited from

    BaseApplicationCommandOptionsData.required

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5010

    +

    node_modules/discord.js/typings/index.d.ts:5356


    type

    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 b570e5562..928c659f1 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 60f6513a0..17b7dbfca 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 fc9fba680..4916a7293 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 688135e78..6b3c17650 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 e2fa73b81..e5174cdfb 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 0bd4f83a1..05016cf8c 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 481757c67..c43a5b3d8 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 622dcaad5..2f814ccb5 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 9e2d26c6b..b12303ae5 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 0674f59ab..7b9135d82 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 c287069de..de309a1bc 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 30f21b6c9..2d93ed147 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 850ab12af..9eb6d6305 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 824f3d9da..11ad5a3f4 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 08b2d8e11..597a7b4b9 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 56bbd50e1..cf219da9c 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 d68386f16..b654de9b0 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 605ec2219..edcade0b3 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 c82b3f10d..e909cd35a 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

    -
    man-nomic

    man-nomic

    Displays LLM model information

    ezbd

    ezbd

    A simple birthday reminder bot

    Discoin

    Discoin

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

    Unionize

    Unionize

    A free to use, modern Discord bot for creating families within Discord

    Vinci

    Vinci

    The discord bot for Mara Turing

    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation 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!

    sern Community

    sern Community

    The bot used to manage sern Community

    Unionize

    Unionize

    A free to use, modern Discord bot for creating families within Discord

    ezbd

    ezbd

    A simple birthday reminder bot

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation bot

    Vinci

    Vinci

    The discord bot for Mara Turing

    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    man-nomic

    man-nomic

    Displays LLM model information

    Bask

    Bask

    A discord music bot

    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_4d55f0a.pf_fragment b/pagefind/fragment/en_4d55f0a.pf_fragment new file mode 100644 index 000000000..992eb212e Binary files /dev/null and b/pagefind/fragment/en_4d55f0a.pf_fragment differ diff --git a/pagefind/fragment/en_6e75b2d.pf_fragment b/pagefind/fragment/en_6e75b2d.pf_fragment new file mode 100644 index 000000000..4a2b8addf Binary files /dev/null and b/pagefind/fragment/en_6e75b2d.pf_fragment differ diff --git a/pagefind/fragment/en_78e9f6d.pf_fragment b/pagefind/fragment/en_78e9f6d.pf_fragment deleted file mode 100644 index 8bad6f1ed..000000000 Binary files a/pagefind/fragment/en_78e9f6d.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_921b577.pf_fragment b/pagefind/fragment/en_921b577.pf_fragment deleted file mode 100644 index 3531c5197..000000000 Binary files a/pagefind/fragment/en_921b577.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_9396488.pf_fragment b/pagefind/fragment/en_9396488.pf_fragment new file mode 100644 index 000000000..3d358fa49 Binary files /dev/null and b/pagefind/fragment/en_9396488.pf_fragment differ diff --git a/pagefind/fragment/en_9779869.pf_fragment b/pagefind/fragment/en_9779869.pf_fragment deleted file mode 100644 index f026d236b..000000000 Binary files a/pagefind/fragment/en_9779869.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_a6db837.pf_fragment b/pagefind/fragment/en_a6db837.pf_fragment deleted file mode 100644 index e618cea97..000000000 Binary files a/pagefind/fragment/en_a6db837.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_aecd574.pf_fragment b/pagefind/fragment/en_aecd574.pf_fragment new file mode 100644 index 000000000..1e552144b Binary files /dev/null and b/pagefind/fragment/en_aecd574.pf_fragment differ diff --git a/pagefind/fragment/en_b08d364.pf_fragment b/pagefind/fragment/en_b08d364.pf_fragment deleted file mode 100644 index a959bac1f..000000000 Binary files a/pagefind/fragment/en_b08d364.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_bdba9ec.pf_fragment b/pagefind/fragment/en_bdba9ec.pf_fragment new file mode 100644 index 000000000..423bfb19c Binary files /dev/null and b/pagefind/fragment/en_bdba9ec.pf_fragment differ diff --git a/pagefind/fragment/es_116a5e5.pf_fragment b/pagefind/fragment/es_116a5e5.pf_fragment new file mode 100644 index 000000000..d761c2843 Binary files /dev/null and b/pagefind/fragment/es_116a5e5.pf_fragment differ diff --git a/pagefind/fragment/es_1dd3ad6.pf_fragment b/pagefind/fragment/es_1dd3ad6.pf_fragment deleted file mode 100644 index d262fab69..000000000 Binary files a/pagefind/fragment/es_1dd3ad6.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_52fcbcc.pf_fragment b/pagefind/fragment/es_52fcbcc.pf_fragment new file mode 100644 index 000000000..2658288d3 Binary files /dev/null and b/pagefind/fragment/es_52fcbcc.pf_fragment differ diff --git a/pagefind/fragment/es_57b9276.pf_fragment b/pagefind/fragment/es_57b9276.pf_fragment deleted file mode 100644 index 5a38416a4..000000000 Binary files a/pagefind/fragment/es_57b9276.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_7a5a374.pf_fragment b/pagefind/fragment/es_7a5a374.pf_fragment deleted file mode 100644 index cf8949897..000000000 Binary files a/pagefind/fragment/es_7a5a374.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/es_f051294.pf_fragment b/pagefind/fragment/es_f051294.pf_fragment new file mode 100644 index 000000000..f5f514416 Binary files /dev/null and b/pagefind/fragment/es_f051294.pf_fragment differ diff --git a/pagefind/fragment/tr_3b889a1.pf_fragment b/pagefind/fragment/tr_3b889a1.pf_fragment new file mode 100644 index 000000000..61cc9ccda Binary files /dev/null and b/pagefind/fragment/tr_3b889a1.pf_fragment differ diff --git a/pagefind/fragment/tr_4f9a6cb.pf_fragment b/pagefind/fragment/tr_4f9a6cb.pf_fragment deleted file mode 100644 index 83c11e852..000000000 Binary files a/pagefind/fragment/tr_4f9a6cb.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_60f6944.pf_fragment b/pagefind/fragment/tr_60f6944.pf_fragment new file mode 100644 index 000000000..f7d647b66 Binary files /dev/null and b/pagefind/fragment/tr_60f6944.pf_fragment differ diff --git a/pagefind/fragment/tr_676f787.pf_fragment b/pagefind/fragment/tr_676f787.pf_fragment deleted file mode 100644 index d1cf6412e..000000000 Binary files a/pagefind/fragment/tr_676f787.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_6e7fdb6.pf_fragment b/pagefind/fragment/tr_6e7fdb6.pf_fragment deleted file mode 100644 index 77a58e799..000000000 Binary files a/pagefind/fragment/tr_6e7fdb6.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/tr_cf20fc7.pf_fragment b/pagefind/fragment/tr_cf20fc7.pf_fragment new file mode 100644 index 000000000..e93e1885e Binary files /dev/null and b/pagefind/fragment/tr_cf20fc7.pf_fragment differ diff --git a/pagefind/index/en_109d62b.pf_index b/pagefind/index/en_109d62b.pf_index deleted file mode 100644 index 9c96e8b0a..000000000 Binary files a/pagefind/index/en_109d62b.pf_index and /dev/null differ diff --git a/pagefind/index/en_18ed717.pf_index b/pagefind/index/en_18ed717.pf_index deleted file mode 100644 index 7604afc85..000000000 Binary files a/pagefind/index/en_18ed717.pf_index and /dev/null differ diff --git a/pagefind/index/en_27e3bdd.pf_index b/pagefind/index/en_27e3bdd.pf_index new file mode 100644 index 000000000..80c560799 Binary files /dev/null and b/pagefind/index/en_27e3bdd.pf_index differ diff --git a/pagefind/index/en_3340ef2.pf_index b/pagefind/index/en_3340ef2.pf_index new file mode 100644 index 000000000..b0f364808 Binary files /dev/null and b/pagefind/index/en_3340ef2.pf_index differ diff --git a/pagefind/index/en_34effd0.pf_index b/pagefind/index/en_34effd0.pf_index new file mode 100644 index 000000000..0205c24eb Binary files /dev/null and b/pagefind/index/en_34effd0.pf_index differ diff --git a/pagefind/index/en_9141b75.pf_index b/pagefind/index/en_9141b75.pf_index deleted file mode 100644 index 0e22ce35b..000000000 Binary files a/pagefind/index/en_9141b75.pf_index and /dev/null differ diff --git a/pagefind/index/en_a4c64fe.pf_index b/pagefind/index/en_a4c64fe.pf_index new file mode 100644 index 000000000..4acb940a3 Binary files /dev/null and b/pagefind/index/en_a4c64fe.pf_index differ diff --git a/pagefind/index/en_f0ba29d.pf_index b/pagefind/index/en_f0ba29d.pf_index deleted file mode 100644 index 49be9e974..000000000 Binary files a/pagefind/index/en_f0ba29d.pf_index and /dev/null differ diff --git a/pagefind/index/es_14416de.pf_index b/pagefind/index/es_14416de.pf_index new file mode 100644 index 000000000..fa5cf595e Binary files /dev/null and b/pagefind/index/es_14416de.pf_index differ diff --git a/pagefind/index/es_446ffcf.pf_index b/pagefind/index/es_446ffcf.pf_index new file mode 100644 index 000000000..fb74eb48b Binary files /dev/null and b/pagefind/index/es_446ffcf.pf_index differ diff --git a/pagefind/index/es_5c881f6.pf_index b/pagefind/index/es_5c881f6.pf_index deleted file mode 100644 index e8a0dd346..000000000 Binary files a/pagefind/index/es_5c881f6.pf_index and /dev/null differ diff --git a/pagefind/index/es_c532a67.pf_index b/pagefind/index/es_c532a67.pf_index new file mode 100644 index 000000000..f4abe674d Binary files /dev/null and b/pagefind/index/es_c532a67.pf_index differ diff --git a/pagefind/index/es_c7566f3.pf_index b/pagefind/index/es_c7566f3.pf_index deleted file mode 100644 index e3fa85a1b..000000000 Binary files a/pagefind/index/es_c7566f3.pf_index and /dev/null differ diff --git a/pagefind/index/es_cb144cd.pf_index b/pagefind/index/es_cb144cd.pf_index new file mode 100644 index 000000000..4698fbba8 Binary files /dev/null and b/pagefind/index/es_cb144cd.pf_index differ diff --git a/pagefind/index/es_e7b9ea5.pf_index b/pagefind/index/es_e7b9ea5.pf_index deleted file mode 100644 index f1a722e06..000000000 Binary files a/pagefind/index/es_e7b9ea5.pf_index and /dev/null differ diff --git a/pagefind/index/es_eeb7b42.pf_index b/pagefind/index/es_eeb7b42.pf_index deleted file mode 100644 index afe29b425..000000000 Binary files a/pagefind/index/es_eeb7b42.pf_index and /dev/null differ diff --git a/pagefind/index/tr_19bb274.pf_index b/pagefind/index/tr_19bb274.pf_index deleted file mode 100644 index c29c43bfe..000000000 Binary files a/pagefind/index/tr_19bb274.pf_index and /dev/null differ diff --git a/pagefind/index/tr_237e161.pf_index b/pagefind/index/tr_237e161.pf_index new file mode 100644 index 000000000..94c661a4a Binary files /dev/null and b/pagefind/index/tr_237e161.pf_index differ diff --git a/pagefind/index/tr_2724775.pf_index b/pagefind/index/tr_2724775.pf_index new file mode 100644 index 000000000..7b7bc2e27 Binary files /dev/null and b/pagefind/index/tr_2724775.pf_index differ diff --git a/pagefind/index/tr_552e67b.pf_index b/pagefind/index/tr_552e67b.pf_index new file mode 100644 index 000000000..2abc9016f Binary files /dev/null and b/pagefind/index/tr_552e67b.pf_index differ diff --git a/pagefind/index/tr_9a23549.pf_index b/pagefind/index/tr_9a23549.pf_index new file mode 100644 index 000000000..99b19251a Binary files /dev/null and b/pagefind/index/tr_9a23549.pf_index differ diff --git a/pagefind/index/tr_abc8f68.pf_index b/pagefind/index/tr_abc8f68.pf_index deleted file mode 100644 index a1a02aa09..000000000 Binary files a/pagefind/index/tr_abc8f68.pf_index and /dev/null differ diff --git a/pagefind/index/tr_d9b2d82.pf_index b/pagefind/index/tr_d9b2d82.pf_index deleted file mode 100644 index 5d698d085..000000000 Binary files a/pagefind/index/tr_d9b2d82.pf_index and /dev/null differ diff --git a/pagefind/index/tr_e13311c.pf_index b/pagefind/index/tr_e13311c.pf_index deleted file mode 100644 index bcc68db32..000000000 Binary files a/pagefind/index/tr_e13311c.pf_index and /dev/null differ diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json index 79586d999..872ed0512 100644 --- a/pagefind/pagefind-entry.json +++ b/pagefind/pagefind-entry.json @@ -1 +1 @@ -{"version":"1.3.0","languages":{"en":{"hash":"en_f8bf813543","wasm":"en","page_count":192},"tr":{"hash":"tr_d769ef88ef","wasm":"tr","page_count":190},"es":{"hash":"es_46af11aa31","wasm":"es","page_count":190}}} \ No newline at end of file +{"version":"1.3.0","languages":{"es":{"hash":"es_f9f331d7d2","wasm":"es","page_count":190},"tr":{"hash":"tr_1842a6ee74","wasm":"tr","page_count":190},"en":{"hash":"en_e91329d125","wasm":"en","page_count":192}}} \ No newline at end of file diff --git a/pagefind/pagefind.en_e91329d125.pf_meta b/pagefind/pagefind.en_e91329d125.pf_meta new file mode 100644 index 000000000..bd1973d43 Binary files /dev/null and b/pagefind/pagefind.en_e91329d125.pf_meta differ diff --git a/pagefind/pagefind.en_f8bf813543.pf_meta b/pagefind/pagefind.en_f8bf813543.pf_meta deleted file mode 100644 index 64d0c005b..000000000 Binary files a/pagefind/pagefind.en_f8bf813543.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.es_46af11aa31.pf_meta b/pagefind/pagefind.es_46af11aa31.pf_meta deleted file mode 100644 index 60aeed8cd..000000000 Binary files a/pagefind/pagefind.es_46af11aa31.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.es_f9f331d7d2.pf_meta b/pagefind/pagefind.es_f9f331d7d2.pf_meta new file mode 100644 index 000000000..1452d590b Binary files /dev/null and b/pagefind/pagefind.es_f9f331d7d2.pf_meta differ diff --git a/pagefind/pagefind.tr_1842a6ee74.pf_meta b/pagefind/pagefind.tr_1842a6ee74.pf_meta new file mode 100644 index 000000000..6d63ef6b9 Binary files /dev/null and b/pagefind/pagefind.tr_1842a6ee74.pf_meta differ diff --git a/pagefind/pagefind.tr_d769ef88ef.pf_meta b/pagefind/pagefind.tr_d769ef88ef.pf_meta deleted file mode 100644 index ca093c75f..000000000 Binary files a/pagefind/pagefind.tr_d769ef88ef.pf_meta and /dev/null differ diff --git a/plugins/index.html b/plugins/index.html index ab6f94189..dae2f2a93 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 1b84655b9..37aabe04d 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 ec24d8f78..2b96455ff 100644 --- a/tr/index.html +++ b/tr/index.html @@ -38,6 +38,6 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem; İçeriğe geç
    sern

    Create your dream Discord bot.

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

    Showcase

    -
    sern Community

    sern Community

    The bot used to manage sern Community

    Discoin

    Discoin

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

    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    Vinci

    Vinci

    The discord bot for Mara Turing

    ezbd

    ezbd

    A simple birthday reminder bot

    man-nomic

    man-nomic

    Displays LLM model information

    Unionize

    Unionize

    A free to use, modern Discord bot for creating families within Discord

    Bask

    Bask

    A discord music bot

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation bot

    +
    ezbd

    ezbd

    A simple birthday reminder bot

    SmokinWeed 💨

    SmokinWeed 💨

    Small moderation 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!

    Unionize

    Unionize

    A free to use, modern Discord bot for creating families within Discord

    Albion Guide

    Albion Guide

    Gets info about The First Descendant Game.

    man-nomic

    man-nomic

    Displays LLM model information

    Bask

    Bask

    A discord music bot

    Vinci

    Vinci

    The discord bot for Mara Turing

    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 4a94f254a..35ccc1718 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 93ccf1d8c..9e5089e19 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 fdd28b888..2c919a6ec 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 30b7d785e..8b634ead5 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 735570b19..c647aac33 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 7065643f3..8798829b7 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 25b6246d8..bb39a0915 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 a1927dcb8..cc99ace25 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 51e25c9b8..87db0258e 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 079f29592..f6188346d 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 92aa634d9..56c40d75a 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 1aad66abc..0548bef5a 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 b1c239c0c..0cbc8afd8 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 b8d5c3b4f..a854ac93a 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 429a4ab6c..c0887bb29 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 ce81b5af5..86dfa6794 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 5bf2f866b..ad7f48c54 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 ade22b304..e410eafe0 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 f0d6c7f95..a53a28eeb 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 71fbf6aaf..a29c3848e 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 d066fdb34..17c22e980 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 5f2c0b75c..f4fdeddeb 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 3b7228072..528b7381a 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 88b2004e1..e4546cec0 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 66648ff74..7d7d6d40a 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 f9cad2d37..b780ac68e 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 858b082e8..64367a10c 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 5c7b32d1b..7aa72b26d 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 c1dae45c2..b2205d29c 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 0eabc72e9..79f4dc82d 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 aee1bc69e..677b29412 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 5d7121a97..9a6f1fa10 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 d95750356..2dc90c5f6 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 5f188a17b..7e3ee55b6 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 8590f129c..5134f078d 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 a03589fe9..d9ab634de 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 1031eb315..7bd37ea1c 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 7575ff3aa..d84da0de4 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 e77b381de..b07d3e2db 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 cec656586..acaa373bb 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 833824786..6caf3df8e 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 eb186eeb8..53e142f6f 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 09f6f0678..baecabd36 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

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

    Inherited from

    Omit.description

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5008

    +

    node_modules/discord.js/typings/index.d.ts:5354


    descriptionLocalizations?

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

    Inherited from

    Omit.descriptionLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5009

    +

    node_modules/discord.js/typings/index.d.ts:5355


    name

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

    Inherited from

    Omit.name

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5006

    +

    node_modules/discord.js/typings/index.d.ts:5352


    nameLocalizations?

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

    Inherited from

    Omit.nameLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5007

    +

    node_modules/discord.js/typings/index.d.ts:5353


    required?

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

    Inherited from

    Omit.required

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5010

    +

    node_modules/discord.js/typings/index.d.ts:5356


    type

    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 2ecacf4d8..9b44d33cd 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 831f73686..3c7e6b3e9 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 976b09618..801e40b1c 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 0329ee6e1..22481be08 100644 --- a/tr/v4/api/interfaces/sernsubcommandgroupdata/index.html +++ b/tr/v4/api/interfaces/sernsubcommandgroupdata/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    BaseApplicationCommandOptionsData.autocomplete

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5011

    +

    node_modules/discord.js/typings/index.d.ts:5357


    description

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

    Inherited from

    BaseApplicationCommandOptionsData.description

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5008

    +

    node_modules/discord.js/typings/index.d.ts:5354


    descriptionLocalizations?

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

    Inherited from

    BaseApplicationCommandOptionsData.descriptionLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5009

    +

    node_modules/discord.js/typings/index.d.ts:5355


    name

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

    Inherited from

    BaseApplicationCommandOptionsData.name

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5006

    +

    node_modules/discord.js/typings/index.d.ts:5352


    nameLocalizations?

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

    Inherited from

    BaseApplicationCommandOptionsData.nameLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5007

    +

    node_modules/discord.js/typings/index.d.ts:5353


    options?

    optional options: SernSubCommandData[]

    Source

    -

    src/types/core-modules.ts:422

    +

    src/types/core-modules.ts:422


    required?

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

    Inherited from

    BaseApplicationCommandOptionsData.required

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5010

    +

    node_modules/discord.js/typings/index.d.ts:5356


    type

    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 55a5853f5..c733e2f28 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 34322218b..606a75f5a 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 b18493415..0f852e98f 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 fcebe76c9..3e6bdaa69 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 5ee89f696..544e6d7b4 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 d3ebea63f..d9ad1d4a7 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 1abc1f4f1..4a307df27 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 895fcc7a2..465d92eaf 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 72d565488..651d9d587 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 0aede0d3d..736b5ea05 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 979721ef3..ccb9c2d44 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 907bf87c4..06486030e 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 b9fdd30fb..8aa0d991c 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 209576bff..c822a3db6 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 c3ff40a54..585e1a6bd 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 fa922cb5c..d10d83cda 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 d034ff660..0027870fc 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 0dccd1065..6d5d6ec3b 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 cea0d24ec..bba086741 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 97087c82f..2049471f8 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 33efe340b..420081966 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 37b4b8e8e..efb51ceff 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 d5a45e274..b3854d9ab 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 55903552f..b877706d3 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 479e4e8db..68bb6d72a 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 d40019c91..4cf901d7e 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 da8c247d9..4d0c7f38b 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 dc7e3ac40..189606d2c 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 1a98be42f..3b7171c56 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 ae9d840b6..f7b50e3b2 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 76d49c062..08db8f37f 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 509eba93d..410b704bd 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 b114220f6..92a7d791f 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 1f9984716..59b26b5fb 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 a4823ce73..8ace6eaa3 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 4fd9d412c..fc0468d24 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 9102891b5..a6dcd3c24 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 79880de43..4331d7687 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 309a062cf..da4bc09b4 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 feb00b7f4..8886dabde 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 6dd5ec3f8..76a1ea14c 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 0467a76eb..f20f92c4a 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 6d235faab..eedda96be 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 591a860c5..d4b3e8089 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 64dbb0e75..ebc4999d1 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 ef75d82ec..e472d3f9f 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 da693d723..5acd8e628 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 f71613cb1..c5025bf9c 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 878ffb644..88da884a8 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 02d7cc4c3..652de6bc1 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 a1743bda8..526542927 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 287fc8879..d8a65e22b 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 87ebfadd3..356d0cba3 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 e9b962eaa..3eaaf3880 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 3cec3dbc3..76a544bda 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 ea55d6e02..3b8bfada4 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 a1d453293..970693cac 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 76e677af2..1bfe64d1a 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 d42fc5740..10cee537d 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 0ff19db83..8aaa5f64d 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 cc91eb047..d13cd26e6 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

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

    Inherited from

    Omit.description

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5008

    +

    node_modules/discord.js/typings/index.d.ts:5354


    descriptionLocalizations?

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

    Inherited from

    Omit.descriptionLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5009

    +

    node_modules/discord.js/typings/index.d.ts:5355


    name

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

    Inherited from

    Omit.name

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5006

    +

    node_modules/discord.js/typings/index.d.ts:5352


    nameLocalizations?

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

    Inherited from

    Omit.nameLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5007

    +

    node_modules/discord.js/typings/index.d.ts:5353


    required?

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

    Inherited from

    Omit.required

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5010

    +

    node_modules/discord.js/typings/index.d.ts:5356


    type

    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 9c4884009..f4ff0bd20 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 38ca12f6a..36ad2131b 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 32eb2929d..8f9995954 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 e24b755fd..16b5c4b3c 100644 --- a/v4/api/interfaces/sernsubcommandgroupdata/index.html +++ b/v4/api/interfaces/sernsubcommandgroupdata/index.html @@ -53,7 +53,7 @@ starlight-file-tree:where(.astro-p67cqifm){--x-space: 1.5rem;--y-space: .125rem;

    Inherited from

    BaseApplicationCommandOptionsData.autocomplete

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5011

    +

    node_modules/discord.js/typings/index.d.ts:5357


    description

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

    Inherited from

    BaseApplicationCommandOptionsData.description

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5008

    +

    node_modules/discord.js/typings/index.d.ts:5354


    descriptionLocalizations?

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

    Inherited from

    BaseApplicationCommandOptionsData.descriptionLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5009

    +

    node_modules/discord.js/typings/index.d.ts:5355


    name

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

    Inherited from

    BaseApplicationCommandOptionsData.name

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5006

    +

    node_modules/discord.js/typings/index.d.ts:5352


    nameLocalizations?

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

    Inherited from

    BaseApplicationCommandOptionsData.nameLocalizations

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5007

    +

    node_modules/discord.js/typings/index.d.ts:5353


    options?

    optional options: SernSubCommandData[]

    Source

    -

    src/types/core-modules.ts:422

    +

    src/types/core-modules.ts:422


    required?

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

    Inherited from

    BaseApplicationCommandOptionsData.required

    Source

    -

    node_modules/discord.js/typings/index.d.ts:5010

    +

    node_modules/discord.js/typings/index.d.ts:5356


    type

    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 20511c86e..213762f90 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 5a4d988ef..bcbacaf4b 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 4e3098a02..743dc4f9d 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 d22d3f757..b1d53a01d 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 b91cc3475..837e4b745 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 084d12cdf..d716b9204 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 69b26311b..d484797d8 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 433c7ec9a..76657d872 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 1d0024240..052daed58 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 fe08075c4..a7f687516 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 c87b47284..6c850be83 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 f780d464a..010839b39 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 57364ec4d..e1ae976f5 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 7516231e2..5d3bb3460 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 e47495aac..d310e676c 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 ce4d1eccc..d01513d94 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 aced7ea87..220f55a41 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 1735b8e87..5d83cbc29 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