@argentina-community/channels-utils 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/channel-type.d.ts +7 -0
- package/dist/src/channel-type.d.ts.map +1 -0
- package/dist/src/channel-type.js +17 -0
- package/dist/src/channel-type.js.map +1 -0
- package/dist/src/channel-type.utils.d.ts +5 -0
- package/dist/src/channel-type.utils.d.ts.map +1 -0
- package/dist/src/channel-type.utils.js +9 -0
- package/dist/src/channel-type.utils.js.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/package.json +9 -12
- package/dist/index.cjs +0 -65
- package/dist/index.d.cts +0 -15
- package/dist/index.d.cts.map +0 -1
- package/dist/index.d.ts +0 -15
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -40
- package/dist/index.js.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CategoryChannel, Channel, ChannelType, DMChannel, ForumChannel, MediaChannel, NewsChannel, StageChannel, TextChannel, ThreadChannel, VoiceChannel } from 'discord.js';
|
|
2
|
+
export type ChannelConstructor = typeof CategoryChannel | typeof TextChannel | typeof NewsChannel | typeof ForumChannel | typeof MediaChannel | typeof TextChannel | typeof ThreadChannel | typeof VoiceChannel | typeof StageChannel | typeof DMChannel;
|
|
3
|
+
export declare const ChannelTypeMap: Record<ChannelType, ChannelConstructor>;
|
|
4
|
+
export type ChannelTypeMap<T extends ChannelType> = Extract<Channel, {
|
|
5
|
+
type: T;
|
|
6
|
+
}>;
|
|
7
|
+
//# sourceMappingURL=channel-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channel-type.d.ts","sourceRoot":"","sources":["../../src/channel-type.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,eAAe,EACf,OAAO,EACP,WAAW,EACX,SAAS,EACT,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,WAAW,EACX,aAAa,EACb,YAAY,EACZ,MAAM,YAAY,CAAC;AAEpB,MAAM,MAAM,kBAAkB,GAC3B,OAAO,eAAe,GACtB,OAAO,WAAW,GAClB,OAAO,WAAW,GAClB,OAAO,YAAY,GACnB,OAAO,YAAY,GACnB,OAAO,WAAW,GAClB,OAAO,aAAa,GACpB,OAAO,YAAY,GACnB,OAAO,YAAY,GACnB,OAAO,SAAS,CAAC;AAEpB,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,WAAW,EAAE,kBAAkB,CA2CzD,CAAC;AAEX,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,WAAW,IAAI,OAAO,CAC1D,OAAO,EACP;IAAE,IAAI,EAAE,CAAC,CAAA;CAAE,CACX,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CategoryChannel, ChannelType, DMChannel, ForumChannel, MediaChannel, NewsChannel, StageChannel, TextChannel, ThreadChannel, VoiceChannel, } from 'discord.js';
|
|
2
|
+
export const ChannelTypeMap = {
|
|
3
|
+
[ChannelType.GuildCategory]: CategoryChannel,
|
|
4
|
+
[ChannelType.GuildText]: TextChannel,
|
|
5
|
+
[ChannelType.GuildAnnouncement]: NewsChannel,
|
|
6
|
+
[ChannelType.GuildForum]: ForumChannel,
|
|
7
|
+
[ChannelType.GuildMedia]: MediaChannel,
|
|
8
|
+
[ChannelType.GuildDirectory]: TextChannel,
|
|
9
|
+
[ChannelType.PublicThread]: ThreadChannel,
|
|
10
|
+
[ChannelType.PrivateThread]: ThreadChannel,
|
|
11
|
+
[ChannelType.AnnouncementThread]: ThreadChannel,
|
|
12
|
+
[ChannelType.GuildVoice]: VoiceChannel,
|
|
13
|
+
[ChannelType.GuildStageVoice]: StageChannel,
|
|
14
|
+
[ChannelType.DM]: DMChannel,
|
|
15
|
+
[ChannelType.GroupDM]: DMChannel,
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=channel-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channel-type.js","sourceRoot":"","sources":["../../src/channel-type.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,eAAe,EAEf,WAAW,EACX,SAAS,EACT,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,WAAW,EACX,aAAa,EACb,YAAY,GACZ,MAAM,YAAY,CAAC;AAcpB,MAAM,CAAC,MAAM,cAAc,GAA4C;IAKtE,CAAC,WAAW,CAAC,aAAa,CAAC,EAAE,eAAe;IAM5C,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,WAAW;IACpC,CAAC,WAAW,CAAC,iBAAiB,CAAC,EAAE,WAAW;IAM5C,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE,YAAY;IACtC,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE,YAAY;IACtC,CAAC,WAAW,CAAC,cAAc,CAAC,EAAE,WAAW;IAMzC,CAAC,WAAW,CAAC,YAAY,CAAC,EAAE,aAAa;IACzC,CAAC,WAAW,CAAC,aAAa,CAAC,EAAE,aAAa;IAC1C,CAAC,WAAW,CAAC,kBAAkB,CAAC,EAAE,aAAa;IAM/C,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE,YAAY;IACtC,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,YAAY;IAM3C,CAAC,WAAW,CAAC,EAAE,CAAC,EAAE,SAAS;IAC3B,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,SAAS;CACvB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Channel, ChannelType } from 'discord.js';
|
|
2
|
+
import { ChannelTypeMap } from './channel-type.js';
|
|
3
|
+
export declare function getChannelTypeKey(value: ChannelType): keyof typeof ChannelType;
|
|
4
|
+
export declare function isChannelOfType<T extends ChannelType>(type: T, channel: Channel): channel is ChannelTypeMap<T>;
|
|
5
|
+
//# sourceMappingURL=channel-type.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channel-type.utils.d.ts","sourceRoot":"","sources":["../../src/channel-type.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAElD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAMnD,wBAAgB,iBAAiB,CAChC,KAAK,EAAE,WAAW,GAChB,MAAM,OAAO,WAAW,CAE1B;AAOD,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,EACpD,IAAI,EAAE,CAAC,EACP,OAAO,EAAE,OAAO,GACd,OAAO,IAAI,cAAc,CAAC,CAAC,CAAC,CAE9B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ChannelType } from 'discord.js';
|
|
2
|
+
import { ChannelTypeMap } from './channel-type.js';
|
|
3
|
+
export function getChannelTypeKey(value) {
|
|
4
|
+
return ChannelType[value];
|
|
5
|
+
}
|
|
6
|
+
export function isChannelOfType(type, channel) {
|
|
7
|
+
return channel.type === type && channel instanceof ChannelTypeMap[type];
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=channel-type.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channel-type.utils.js","sourceRoot":"","sources":["../../src/channel-type.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,WAAW,EAAE,MAAM,YAAY,CAAC;AAElD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAMnD,MAAM,UAAU,iBAAiB,CAChC,KAAkB;IAElB,OAAO,WAAW,CAAC,KAAK,CAA6B,CAAC;AACvD,CAAC;AAOD,MAAM,UAAU,eAAe,CAC9B,IAAO,EACP,OAAgB;IAEhB,OAAO,OAAO,CAAC,IAAI,KAAK,IAAI,IAAI,OAAO,YAAY,cAAc,CAAC,IAAI,CAAC,CAAC;AACzE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.dom.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.scripthost.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.object.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.string.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.array.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.float16.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.error.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.full.d.ts","../../../../../node_modules/.pnpm/@sapphire+shapeshift@4.0.0/node_modules/@sapphire/shapeshift/dist/esm/index.d.mts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/globals.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/common.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/common.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/utils/internals.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/permissions.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/user.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/emoji.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/channel.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/gateway.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/oauth2.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/sticker.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/guild.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/poll.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/message.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/monetization.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/responses.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/base.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/shared.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/base.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/channel.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/integer.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/number.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/role.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/string.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/_chatInput/user.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/internals.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/chatInput.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/contextMenu.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/entryPoint.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/_applicationCommands/permissions.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/applicationCommands.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/autocomplete.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/messageComponents.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/modalSubmit.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/_interactions/ping.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/interactions.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/teams.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/webhook.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/application.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/autoModeration.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/guildScheduledEvent.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/stageInstance.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/auditLog.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/invite.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/soundboard.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/_generated_/rest/v10/interfaces.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/application.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/auditLog.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/autoModeration.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/poll.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/channel.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/emoji.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/gateway.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/guild.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/guildScheduledEvent.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/webhook.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/interactions.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/invite.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/monetization.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/oauth2.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/soundboard.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/stageInstance.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/sticker.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/template.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/user.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/voice.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rest/v10/index.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/template.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/voice.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/payloads/v10/index.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/gateway/common.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/gateway/v10.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rpc/common.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/rpc/v10.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/utils/v10.d.ts","../../../../../node_modules/.pnpm/discord-api-types@0.38.25/node_modules/discord-api-types/v10.d.ts","../../../../../node_modules/.pnpm/@discordjs+formatters@0.6.1/node_modules/@discordjs/formatters/dist/index.d.mts","../../../../../node_modules/.pnpm/@discordjs+util@1.1.1/node_modules/@discordjs/util/dist/index.d.mts","../../../../../node_modules/.pnpm/@discordjs+builders@1.11.3/node_modules/@discordjs/builders/dist/index.d.mts","../../../../../node_modules/.pnpm/@discordjs+collection@1.5.3/node_modules/@discordjs/collection/dist/index.d.ts","../../../../../node_modules/.pnpm/@discordjs+collection@2.1.1/node_modules/@discordjs/collection/dist/index.d.mts","../../../../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/header.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/readable.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/compatibility/iterators.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/globals.typedarray.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/buffer.buffer.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/globals.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/web-globals/domexception.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/web-globals/events.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/utility.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/header.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/readable.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/fetch.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/formdata.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/connector.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/client-stats.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/client.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/errors.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/dispatcher.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/global-dispatcher.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/global-origin.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/pool-stats.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/pool.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/handlers.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/balanced-pool.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/h2c-client.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/agent.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/mock-interceptor.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/mock-call-history.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/mock-agent.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/mock-client.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/mock-pool.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/mock-errors.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/proxy-agent.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/retry-handler.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/retry-agent.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/api.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/cache-interceptor.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/interceptors.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/util.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/cookies.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/patch.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/websocket.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/eventsource.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/content-type.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/cache.d.ts","../../../../../node_modules/.pnpm/undici-types@7.10.0/node_modules/undici-types/index.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/web-globals/fetch.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/web-globals/navigator.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/web-globals/storage.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/assert.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/assert/strict.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/async_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/buffer.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/child_process.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/cluster.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/console.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/constants.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/crypto.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/dgram.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/diagnostics_channel.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/dns.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/dns/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/domain.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/events.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/fs.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/fs/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/http.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/http2.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/https.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/inspector.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/module.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/net.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/os.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/path.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/perf_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/process.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/punycode.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/querystring.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/readline.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/readline/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/repl.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/sea.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/sqlite.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/stream.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/stream/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/stream/consumers.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/stream/web.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/string_decoder.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/test.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/timers.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/timers/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/tls.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/trace_events.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/tty.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/url.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/util.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/v8.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/vm.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/wasi.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/worker_threads.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/zlib.d.ts","../../../../../node_modules/.pnpm/@types+node@24.3.3/node_modules/@types/node/index.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/file.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/fetch.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/formdata.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/connector.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/client.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/errors.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/dispatcher.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/global-dispatcher.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/global-origin.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/pool-stats.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/pool.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/handlers.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/balanced-pool.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/agent.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/mock-interceptor.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/mock-agent.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/mock-client.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/mock-pool.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/mock-errors.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/proxy-agent.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/env-http-proxy-agent.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/retry-handler.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/retry-agent.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/api.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/interceptors.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/util.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/cookies.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/patch.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/websocket.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/eventsource.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/filereader.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/diagnostics-channel.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/content-type.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/cache.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/types/index.d.ts","../../../../../node_modules/.pnpm/undici@6.21.3/node_modules/undici/index.d.ts","../../../../../node_modules/.pnpm/@vladfrangu+async_event_emitter@2.4.6/node_modules/@vladfrangu/async_event_emitter/dist/index.d.mts","../../../../../node_modules/.pnpm/@discordjs+rest@2.6.0/node_modules/@discordjs/rest/dist/index.d.mts","../../../../../node_modules/.pnpm/@sapphire+async-queue@1.5.5/node_modules/@sapphire/async-queue/dist/esm/index.d.mts","../../../../../node_modules/.pnpm/@discordjs+ws@1.2.3/node_modules/@discordjs/ws/dist/index.d.mts","../../../../../node_modules/.pnpm/discord.js@14.22.1/node_modules/discord.js/typings/rawDataTypes.d.mts","../../../../../node_modules/.pnpm/@sapphire+snowflake@3.5.3/node_modules/@sapphire/snowflake/dist/esm/index.d.mts","../../../../../node_modules/.pnpm/discord.js@14.22.1/node_modules/discord.js/typings/index.d.mts","../src/channel-type.ts","../src/channel-type.utils.ts","../src/index.ts","../../../../../types/utils/utils.d.ts","../../../../../node_modules/.pnpm/@types+mime@1.3.5/node_modules/@types/mime/index.d.ts","../../../../../node_modules/.pnpm/@types+send@0.17.5/node_modules/@types/send/index.d.ts","../../../../../node_modules/.pnpm/@types+qs@6.14.0/node_modules/@types/qs/index.d.ts","../../../../../node_modules/.pnpm/@types+range-parser@1.2.7/node_modules/@types/range-parser/index.d.ts","../../../../../node_modules/.pnpm/@types+express-serve-static-core@5.0.7/node_modules/@types/express-serve-static-core/index.d.ts","../../../../../node_modules/.pnpm/@types+http-errors@2.0.5/node_modules/@types/http-errors/index.d.ts","../../../../../node_modules/.pnpm/@types+serve-static@1.15.8/node_modules/@types/serve-static/index.d.ts","../../../../../node_modules/.pnpm/@types+connect@3.4.38/node_modules/@types/connect/index.d.ts","../../../../../node_modules/.pnpm/@types+body-parser@1.19.6/node_modules/@types/body-parser/index.d.ts","../../../../../node_modules/.pnpm/@types+express@5.0.3/node_modules/@types/express/index.d.ts"],"fileIdsList":[[179,230,322],[179,230,322,323],[179,230,323,324],[87,168,169,170,179,230],[179,230],[88,179,230,272],[168,170,173,179,230,261,264,272,315,316],[168,170,173,179,230,316,317,318],[179,230,273],[179,230,244,279,334],[179,230,244,279],[179,230,241,244,279,328,329,330],[179,230,331,333,335],[179,227,230],[179,229,230],[230],[179,230,235,264],[179,230,231,236,241,249,261,272],[179,230,231,232,241,249],[179,230,233,273],[179,230,234,235,242,250],[179,230,235,261,269],[179,230,236,238,241,249],[179,229,230,237],[179,230,238,239],[179,230,240,241],[179,229,230,241],[179,230,241,242,243,261,272],[179,230,241,242,243,256,261,264],[179,223,230,238,241,244,249,261,272],[179,230,241,242,244,245,249,261,269,272],[179,230,244,246,261,269,272],[177,178,179,180,181,182,183,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278],[179,230,241,247],[179,230,248,272],[179,230,238,241,249,261],[179,230,250],[179,230,251],[179,229,230,252],[179,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278],[179,230,254],[179,230,255],[179,230,241,256,257],[179,230,256,258,273,275],[179,230,241,261,262,264],[179,230,263,264],[179,230,261,262],[179,230,264],[179,230,265],[179,227,230,261,266],[179,230,241,267,268],[179,230,267,268],[179,230,235,249,261,269],[179,230,270],[179,230,249,271],[179,230,244,255,272],[179,230,235,273],[179,230,261,274],[179,230,248,275],[179,230,276],[179,223,230],[179,230,241,243,252,261,264,272,274,275,277],[179,230,261,278],[179,230,242,261,279,327],[179,230,244,279,328,332],[88,159,179,230],[88,159,162,163,179,230],[89,179,230],[88,105,106,179,230],[105,168,179,230],[105,106,179,230],[88,95,105,106,179,230],[103,105,106,179,230],[168,179,230],[103,105,106,119,179,230],[103,105,106,115,179,230],[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,123,162,179,230],[88,101,104,118,123,179,230],[104,118,123,179,230],[88,123,179,230],[88,179,230],[88,103,104,118,119,120,121,122,168,179,230],[162,179,230],[88,93,95,99,101,102,103,168,179,230],[88,101,104,128,179,230],[101,162,179,230],[103,104,179,230],[101,123,168,179,230],[88,90,93,97,99,128,129,130,179,230],[88,92,93,95,98,99,128,130,132,133,134,179,230],[88,91,93,99,179,230],[88,91,92,93,179,230],[88,93,94,95,179,230],[88,89,92,93,94,96,97,98,179,230],[88,93,99,179,230],[90,92,93,94,95,96,97,98,99,100,101,102,128,129,130,131,132,133,134,135,136,137,160,161,179,230],[103,104,123,124,125,126,127,179,230],[93,95,99,131,133,179,230],[88,92,93,94,95,98,100,128,131,179,230],[94,179,230],[88,93,179,230],[88,99,179,230],[88,89,93,159,179,230],[88,162,179,230],[91,131,179,230],[88,135,179,230],[88,91,142,162,179,230],[88,89,91,143,162,179,230],[88,91,168,179,230],[89,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,179,230],[88,91,148,162,179,230],[88,168,179,230],[91,162,179,230],[88,91,142,143,162,179,230],[165,168,179,230],[88,91,159,162,164,166,167,179,230],[168,169,170,171,172,179,230,231,241,261,277,317,319,320,321],[168,179,230,322],[179,190,193,196,197,230,272],[179,193,230,261,272],[179,193,197,230,272],[179,230,261],[179,187,230],[179,191,230],[179,189,190,193,230,272],[179,230,249,269],[179,230,279],[179,187,230,279],[179,189,193,230,249,272],[179,184,185,186,188,192,230,241,261,272],[179,193,201,230],[179,185,191,230],[179,193,217,218,230],[179,185,188,193,230,264,272,279],[179,193,230],[179,189,193,230,272],[179,184,230],[179,187,188,189,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,230],[179,193,210,213,230,238],[179,193,201,202,203,230],[179,191,193,202,204,230],[179,192,230],[179,185,187,193,230],[179,193,197,202,204,230],[179,197,230],[179,191,193,196,230,272],[179,185,189,193,201,230],[179,193,210,230],[179,187,193,217,230,264,277,279],[179,230,314],[179,230,272,286,290],[179,230,261,272,286],[179,230,281],[179,230,269,272,283,286],[179,230,279,281],[179,230,249,272,283,286],[175,176,179,230,241,261,272,282,285],[179,230,286,293],[175,179,230,284],[179,230,286,307,308],[179,230,264,272,279,282,286],[179,230,279,307],[179,230,279,280,281],[179,230,286],[179,230,280,281,282,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,311,312,313],[179,230,238,286,301],[179,230,286,293,294],[179,230,284,286,294,295],[179,230,285],[175,179,230,281,286],[179,230,286,290,294,295],[179,230,290],[179,230,272,284,286,289],[175,179,230,283,286,293],[179,230,286,301],[179,230,277,279,281,286,307]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"4245fee526a7d1754529d19227ecbf3be066ff79ebb6a380d78e41648f2f224d","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"bde31fd423cd93b0eff97197a3f66df7c93e8c0c335cbeb113b7ff1ac35c23f4","impliedFormat":1},{"version":"a2999ed84296a880c3f8ad4adc1c8c07617007cc55a2b6ad362b142a6fed9af0","impliedFormat":99},{"version":"a9f672caa1c5631a744b05f69c28b4cfdbcb35e16112b2596ad88c90d1491e90","impliedFormat":1},{"version":"f9888ec2127d5aaa039ca5443e94759e7057764063cf27e30eef0faba52c4ef6","impliedFormat":1},{"version":"ea364198e169274377384c298de015c58912c7fa4ef6f4c3b072903e99c6265e","impliedFormat":1},{"version":"8d1722eddb71400b416698dc4a4faf61d38f3c5fb191412b487877c12f92f5ce","impliedFormat":1},{"version":"c364fe92add5ec24793043aae128dcb964fd000af2a05085d045b45c13014b63","impliedFormat":1},{"version":"bdc055f76f35b8b071844601d37cd1f1787126346788b415ed75f7b6fb9b84e2","impliedFormat":1},{"version":"133fd0be181d7c21fceeccfa59efeaabf949502d37288326ffe6b0383fdc0b9e","impliedFormat":1},{"version":"ed9218f8e81ee968144fbe18e8e9a66eab19d034af98659034d3966a5fecf081","impliedFormat":1},{"version":"f564f2be9c3e6807d1f69a7522605c22cc0a1809bf684f70f052cf5efcd463f6","impliedFormat":1},{"version":"15eee289dbd1369243ce767502b3d48bbdf50638249df90555c0f02f5b2107b6","impliedFormat":1},{"version":"633f7c4ebb6f3a3ab186b8ad44af6b7a41355b19e4125bd378899a50ba5991e7","impliedFormat":1},{"version":"cb5c5660eed9948fe4dc8cd75d9a4dff7e45f3c607cfbb954ae4f34a2fd9fdfd","impliedFormat":1},{"version":"1adef29addf928c7a07a4de2e12298ad25a01af6d9e939de273d550b474f1dca","impliedFormat":1},{"version":"89f87b232d04adbaad493065a2a9ffba3b197392aba289d5950062934ade632b","impliedFormat":1},{"version":"5d303981e2efe7b75e303b9ba0b149f7dc52b60a716a37366d15c0ee7e06d71c","impliedFormat":1},{"version":"5f6517251db8f8c9c6492fb269c3127b02acdeee3aef6f75e90f2bf8965cf79f","impliedFormat":1},{"version":"49c5f7d0baf3065c8533f8cc867f2185cd5766f5a6d9f876867ead2e17c88244","impliedFormat":1},{"version":"68a75a201a5d1322df462c133020e5c639809c94a6698e3cc46363e56c174b30","impliedFormat":1},{"version":"265a4739974854eb43539419a6c86faab7e161b1133496c62f8bf2725542244d","impliedFormat":1},{"version":"a1accfaac01020c1b866634f7a698fdd48612caccf305e16844665cb7ecac399","impliedFormat":1},{"version":"ec00441ae4838b8d595acfe3b2750750e4335802b06ba1f41fb03453c2c776b5","impliedFormat":1},{"version":"5752c1bf2c41f766377630b830fc866283247f5821a356f70a6e51d632d4b49b","impliedFormat":1},{"version":"8dca1366d02c160f39732f1a9ff2a882489903cd034e9c9c3f0ebfe9fa90f7ae","impliedFormat":1},{"version":"c548226db013facd262a4bc1c32c44a13eda7e1181aa6f569f9bdd531c95b0d5","impliedFormat":1},{"version":"37db669ef9a2ff2244d8e13aa8df9237fe3135c24facf0d62e7751fd49832386","impliedFormat":1},{"version":"543f461070fbd4b33bd05a5ba3e472e1297bb1db3c3101092bd69bfdddd3b1a1","impliedFormat":1},{"version":"929540ba3980906ac3f38e8567233028233c1c7e4d8921c1ce19604357028600","impliedFormat":1},{"version":"de5512f2a4c42776474808db1a6a8f12374be84392eeb649ad306330df41d0b3","impliedFormat":1},{"version":"7e96277aa5d7be6cddfdb78db26d986e00308e63f0202fb0d9fa39c826597dd4","impliedFormat":1},{"version":"3745762b83e5d49983a4183821125e3417473f992c4bf1d6dd6cea91efb4166f","impliedFormat":1},{"version":"ade458e350eda79fa74ecb678d9c51cc17f592d56df3e47286ef28e71401a989","impliedFormat":1},{"version":"109518ae11f199a3394af0e00818a0d1bf7334ccfabfaff8e87af0a026b67db1","impliedFormat":1},{"version":"88fb7ebc82e961435064d22022821b5708fe2b7c6fa5f09f368a0e7b3cc21a70","impliedFormat":1},{"version":"279c2ed4f57d90587de8e8dbadcb58b2ce2a0f6f7466ca07de24ad2cd50b6d12","impliedFormat":1},{"version":"02a711dc0da3eb73b8fae269ea1603cceaf395a7288429fdd724986974fa0ffa","impliedFormat":1},{"version":"0a5b8eb24e1c79ffbe5442926ff08d56d2ed195ae69523b9adadd1b6cacb5f91","impliedFormat":1},{"version":"caebb18abe3f02c23f8a16a2ee40ca5e26ac77f952cb15c660ff653cbad52144","impliedFormat":1},{"version":"319b53c7e5d6d0bb6427ab5eb8aac6dc8b364f68c5e425ef5ff25e293f567484","impliedFormat":1},{"version":"c29360a65030f3181c6f55e15d670d4e26188b0e22c20fb6a55ad7a5727a5cd6","impliedFormat":1},{"version":"4359e8ba73374bb7d25c0d4181c4e9f9fd6174569897788596feac600ec69639","impliedFormat":1},{"version":"104d0506a41de5235716c9b11b8cf97398bfa14fbdf608561174b8789c23489c","impliedFormat":1},{"version":"f6d629d05333c4f6097d2e8d43622930677cfaa0d04451c19d149da012fb024e","impliedFormat":1},{"version":"49ca73f495a8377c4ab381fadcbbeeb450eba35f6019a79ccb2b773fda786249","impliedFormat":1},{"version":"74560f96bd420008b43a89d4b54dbae7188562ae30afdf20021c021eff2bbb94","impliedFormat":1},{"version":"8b3449c5b0bcc0f9b82cfd611179453444576ddc31ecfa0df32b94bba23c7962","impliedFormat":1},{"version":"28f13eae6f1c2e2c0b09b3a5899695881f586050cdc5e26ea70b84d53e245c53","impliedFormat":1},{"version":"eeb3eeaf375fc738138043ecc239471c0d4c1798e5426dadda6a370a6e430313","impliedFormat":1},{"version":"97ac7d39c7421dfece276b29c78439bcb6216468aa5d584efcc4b5daa13fc6df","impliedFormat":1},{"version":"f863533aa9746d2029dc17ec6200ad1b06f367adac0564e76c984f355378e8f8","impliedFormat":1},{"version":"566d39c79490d7d3c0edf99528a27ddbc190a43187de9c6903c539310dc32876","impliedFormat":1},{"version":"570ac3dbe1cceba9d4d2e7cc3b45904e79a9f654563066c30de1a5780d35b5d4","impliedFormat":1},{"version":"37ff372218ab7f5fe97a3ea0d889aa22a9cf856f49f3c071b285bb57f61126a4","impliedFormat":1},{"version":"0697562c198ad4887ee0c6ba87c81674415bf08622c38761a35ce284f79000a6","impliedFormat":1},{"version":"ec298fb58b43841e59e9cf74e5c4da1b28211549a111361d1b814b6cf9846ba3","impliedFormat":1},{"version":"21fc53b388d2ee497278c39cfda8fce06b48f179e44ec3d014c7d6385a8e9e2d","impliedFormat":1},{"version":"bec15f035f57b6db0ad6ad593bff48a145ee0a6aadded34447349dcfc36267c5","impliedFormat":1},{"version":"98d0e09ba964ffb04107d0b9abc217f53b2107824dc3332a4f67957feb0878db","impliedFormat":1},{"version":"b29fca8647befa819e15522effef648208d240212705b5eea931107f252c2cd4","impliedFormat":1},{"version":"a117cd0c610003de2071a5c3d76ebd396878502f0c5ffd76f7281245193d10f8","impliedFormat":1},{"version":"db217a869e18a1e7e45fd2b0f5ce41a687a52b751cbf84edf66b992df3d41a22","impliedFormat":1},{"version":"b98b383a150d6f95df39eb6db6c652d5d1b8e51abc898b05a4bb4a467bd32000","impliedFormat":1},{"version":"32f947815fa11a2af64ff01f4ab8c34c898b4a0051b61007459df0d1e7c8d2c8","impliedFormat":1},{"version":"a6f12f14dbcb3fa60e7972637c7fd2ebee8ecaa320f88e4a6ea0233c77037d98","impliedFormat":1},{"version":"9514002fe1f72b3049408f9d6ca86e3cb961652f0e537d46f9b5452d577bb8cd","impliedFormat":1},{"version":"6b90bcd53023e3ed63fa38bf47045aec93f590f7457c62709041a74848590d82","impliedFormat":1},{"version":"54de542e1f492d0b9df28493e771f7967c46d0285024f053ac6d81b8e24c05cb","impliedFormat":1},{"version":"a5b04b41838cd784ac841c351ae2c626a45a4d6b7981f805f41c0f332f632e0b","impliedFormat":1},{"version":"cb11accd47db05613ce31bcf360fe9357c25df8d50c3a7f0e953b7569ea4bee5","impliedFormat":1},{"version":"9ce0e26737e23ee8b9c977edad1a4307c919eb1fec28941721afc77c9c49a814","impliedFormat":1},{"version":"04b32b104bf086362811496726a9a761a93ef1051e56107582433eeabb05216c","impliedFormat":1},{"version":"2d2c3ff10f8825d2a7120cb43addefb64111be064e35d270f662cde6ad1c8d5c","impliedFormat":1},{"version":"21dce3fdf75688a2ad305a1153c9f411aa27b5bf4ad7bf98b45e32d64b220fbb","impliedFormat":1},{"version":"89aff3abdf4a99430d0e8e90c51ee4ca7c63aa5add8c159f922f7e7e7864ca55","impliedFormat":1},{"version":"6b5e908c95170177db94f38aefcdf178cb8b32273c11d5dd1d308c36994e20d4","impliedFormat":1},{"version":"822bc7a5681e3decc4d781e99d313cdad6187449ea754c2e90f1980213303509","impliedFormat":1},{"version":"4130c2c57580e214060025c2df1460313ba070d3d6906c957755f10fc3b23ae0","impliedFormat":1},{"version":"96e6eea2ed1e35b0656a01619075fb1dd80a9849cff695e6347b965fbf772d5b","impliedFormat":1},{"version":"f437b699c7942638c9772c53521e47989460c3b5a567f80a3797e0bf8ac93157","impliedFormat":1},{"version":"fcce9ec2fbf189ef75e386c47bebdb6a519725245922560a24f2b334413201cc","impliedFormat":1},{"version":"16f8e713001d58b9ee1bdcc52b43215c42ccd15da02fb639c32b942449244957","impliedFormat":1},{"version":"f86e6fa947feda6a87db6dac122d7308b6060687adfec373e7a4f62249a42cf9","impliedFormat":1},{"version":"64cd53feac77ca70c7ac520a67e8bd0331c64bb0faca28aa572d826f00527f98","impliedFormat":99},{"version":"ffdb36fdaa921ab5d6dd94414eb1a8bfcd71472aecd2476bce3c40a082ccaa2c","impliedFormat":99},{"version":"fe8e12d5151d3c526e5fd493757c9d3534c9b42338e7b4ac62a45c088b9a2e64","impliedFormat":99},{"version":"66181539572954871da89df777217a2feb17640a32c993fd25f9a004ff4bd1b2","impliedFormat":1},{"version":"8e20b585eed1b1afb844f5d1f32e726b1ef00a829ac408ca118b7bfbadd2dea9","impliedFormat":99},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0671b50bb99cc7ad46e9c68fa0e7f15ba4bc898b59c31a17ea4611fab5095da","affectsGlobalScope":true,"impliedFormat":1},{"version":"d802f0e6b5188646d307f070d83512e8eb94651858de8a82d1e47f60fb6da4e2","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa83e100f0c74a06c9d24f40a096c9e9cc3c02704250d01541e22c0ae9264eda","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"456fa0c0ab68731564917642b977c71c3b7682240685b118652fb9253c9a6429","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"e525f9e67f5ddba7b5548430211cae2479070b70ef1fd93550c96c10529457bd","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"4bc0794175abedf989547e628949888c1085b1efcd93fc482bccd77ee27f8b7c","impliedFormat":1},{"version":"3c8e93af4d6ce21eb4c8d005ad6dc02e7b5e6781f429d52a35290210f495a674","impliedFormat":1},{"version":"2c9875466123715464539bfd69bcaccb8ff6f3e217809428e0d7bd6323416d01","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"6c8e442ba33b07892169a14f7757321e49ab0f1032d676d321a1fdab8a67d40c","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"1cd673d367293fc5cb31cd7bf03d598eb368e4f31f39cf2b908abbaf120ab85a","impliedFormat":1},{"version":"af13e99445f37022c730bfcafcdc1761e9382ce1ea02afb678e3130b01ce5676","impliedFormat":1},{"version":"3825bf209f1662dfd039010a27747b73d0ef379f79970b1d05601ec8e8a4249f","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"da52342062e70c77213e45107921100ba9f9b3a30dd019444cf349e5fb3470c4","impliedFormat":1},{"version":"e9ace91946385d29192766bf783b8460c7dbcbfc63284aa3c9cae6de5155c8bc","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"1e30c045732e7db8f7a82cf90b516ebe693d2f499ce2250a977ec0d12e44a529","impliedFormat":1},{"version":"84b736594d8760f43400202859cda55607663090a43445a078963031d47e25e7","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"78b29846349d4dfdd88bd6650cc5d2baaa67f2e89dc8a80c8e26ef7995386583","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"e38d4fdf79e1eadd92ed7844c331dbaa40f29f21541cfee4e1acff4db09cda33","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"7c10a32ae6f3962672e6869ee2c794e8055d8225ef35c91c0228e354b4e5d2d3","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"99f569b42ea7e7c5fe404b2848c0893f3e1a56e0547c1cd0f74d5dbb9a9de27e","impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"bbcfd9cd76d92c3ee70475270156755346c9086391e1b9cb643d072e0cf576b8","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"003ec918ec442c3a4db2c36dc0c9c766977ea1c8bcc1ca7c2085868727c3d3f6","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6310806c6aa3154773976dd083a15659d294700d9ad8f6b8a2e10c3dc461ff1","impliedFormat":1},{"version":"c4e8e8031808b158cfb5ac5c4b38d4a26659aec4b57b6a7e2ba0a141439c208c","impliedFormat":1},{"version":"2c91d8366ff2506296191c26fd97cc1990bab3ee22576275d28b654a21261a44","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"db39d9a16e4ddcd8a8f2b7b3292b362cc5392f92ad7ccd76f00bccf6838ac7de","affectsGlobalScope":true,"impliedFormat":1},{"version":"289e9894a4668c61b5ffed09e196c1f0c2f87ca81efcaebdf6357cfb198dac14","impliedFormat":1},{"version":"25a1105595236f09f5bce42398be9f9ededc8d538c258579ab662d509aa3b98e","impliedFormat":1},{"version":"5078cd62dbdf91ae8b1dc90b1384dec71a9c0932d62bdafb1a811d2a8e26bef2","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"62f572306e0b173cc5dfc4c583471151f16ef3779cf27ab96922c92ec82a3bc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"622b67a408a881e15ab38043547563b9d29ca4b46f5b7a7e4a4fc3123d25d19f","impliedFormat":1},{"version":"2617f1d06b32c7b4dfd0a5c8bc7b5de69368ec56788c90f3d7f3e3d2f39f0253","impliedFormat":1},{"version":"4fae8a4787c076bc430ce4bb050bb3f4a68e01e4d3ea60add681febc00ae51bf","impliedFormat":1},{"version":"bcbabfaca3f6b8a76cb2739e57710daf70ab5c9479ab70f5351c9b4932abf6bd","impliedFormat":1},{"version":"77fced47f495f4ff29bb49c52c605c5e73cd9b47d50080133783032769a9d8a6","impliedFormat":1},{"version":"966dd0793b220e22344c944e0f15afafdc9b0c9201b6444ea0197cd176b96893","impliedFormat":1},{"version":"c54f0b30a787b3df16280f4675bd3d9d17bf983ae3cd40087409476bc50b922d","affectsGlobalScope":true,"impliedFormat":1},{"version":"0f5cda0282e1d18198e2887387eb2f026372ebc4e11c4e4516fef8a19ee4d514","impliedFormat":1},{"version":"e99b0e71f07128fc32583e88ccd509a1aaa9524c290efb2f48c22f9bf8ba83b1","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"5e9f8c1e042b0f598a9be018fc8c3cb670fe579e9f2e18e3388b63327544fe16","affectsGlobalScope":true,"impliedFormat":1},{"version":"a8a99a5e6ed33c4a951b67cc1fd5b64fd6ad719f5747845c165ca12f6c21ba16","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"70b57b5529051497e9f6482b76d91c0dcbb103d9ead8a0549f5bab8f65e5d031","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"1013eb2e2547ad8c100aca52ef9df8c3f209edee32bb387121bb3227f7c00088","impliedFormat":1},{"version":"e07c573ac1971ea89e2c56ff5fd096f6f7bba2e6dbcd5681d39257c8d954d4a8","impliedFormat":1},{"version":"363eedb495912790e867da6ff96e81bf792c8cfe386321e8163b71823a35719a","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"dba28a419aec76ed864ef43e5f577a5c99a010c32e5949fe4e17a4d57c58dd11","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea713aa14a670b1ea0fbaaca4fd204e645f71ca7653a834a8ec07ee889c45de6","impliedFormat":1},{"version":"07199a85560f473f37363d8f1300fac361cda2e954caf8a40221f83a6bfa7ade","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"982efeb2573605d4e6d5df4dc7e40846bda8b9e678e058fc99522ab6165c479e","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"c9231cf03fd7e8cfd78307eecbd24ff3f0fa55d0f6d1108c4003c124d168adc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2d5d50cd0667d9710d4d2f6e077cc4e0f9dc75e106cccaea59999b36873c5a0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"784490137935e1e38c49b9289110e74a1622baf8a8907888dcbe9e476d7c5e44","impliedFormat":1},{"version":"42180b657831d1b8fead051698618b31da623fb71ff37f002cb9d932cfa775f1","impliedFormat":1},{"version":"4f98d6fb4fe7cbeaa04635c6eaa119d966285d4d39f0eb55b2654187b0b27446","impliedFormat":1},{"version":"193c5a76ac81efd1c9fc51e42b204bfcc1643184a1c66d45bb6d111b302df358","affectsGlobalScope":true,"impliedFormat":1},{"version":"4445f6ce6289c5b2220398138da23752fd84152c5c95bb8b58dedefc1758c036","impliedFormat":1},{"version":"c39866300d394f45f82d3352ecfc1649aa1d5a47decdc5c76708cde15251c43d","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"aa5524e0509c2168c9493604acf51ef97d2027f03f3b38da097802d3aa719dc8","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"d072cb61b086eeae042c45d85ea553a03b123d3e27dbac911faa1a695f5d6752","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"299fd0c281633d8dbfbe5f44c5f2850fe37392da6fd3b9cca3cb4e10cda16432","impliedFormat":1},{"version":"fcd49e75e303b11506c91b618b5f50aa2d027e0c4219a016a4406a2fd6f6ea61","impliedFormat":99},{"version":"124ab25ec1f90d0485d3392e72f4b4fc52a3e2a6301d74eaa6ede41727094d10","impliedFormat":99},{"version":"3aa236d922d6447e405f662a789dfe99052a33e971eeda03c34982d636ae119a","impliedFormat":99},{"version":"367546a9101d0516f076a316b42788d4100c4b11ba8ab524e43da449ce427f1a","impliedFormat":99},{"version":"d2fd65eea869f39cbdcc782ecd32932e1b327eba90d5bba4c0d0742e1f362bbf","impliedFormat":99},{"version":"bc640c39437752657c123ec9810ac440d3d3e5bf707a53e55218f56120f7db2f","impliedFormat":99},{"version":"4ce229322d7baf4058d29b8efa11c2ba509972f46bd1f31bc5940c3b828c91f1","impliedFormat":99},{"version":"99b2014529a7331dc82fa499bb79899c545cb76042ff227b86a5a6947b287dd6","signature":"0e37261b31e4b6fc339d27ea20f2d57f65525108d27e78d9890ab891fa5cab25","impliedFormat":99},{"version":"e4f750f5893dc2fae413ba40f9db314d5087d454df6ebca85f73733e7380f5f3","signature":"f16eb8e3173da2a5f2513bd4b6e9b793687d7db15f4386b6b924568f85bd10a8","impliedFormat":99},{"version":"38c945c9c5aecd40d3bf1ad89c98aa30532e14129bb3d35b2910861de8ba1e15","impliedFormat":99},{"version":"5aa7b74c1a55bc98f8642831e7cb2540091e2e553cc717ed117b32a1e01b8d50","impliedFormat":99},{"version":"d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","impliedFormat":1},{"version":"b78cd10245a90e27e62d0558564f5d9a16576294eee724a59ae21b91f9269e4a","impliedFormat":1},{"version":"baac9896d29bcc55391d769e408ff400d61273d832dd500f21de766205255acb","impliedFormat":1},{"version":"2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed","impliedFormat":1},{"version":"a8932b7a5ef936687cc5b2492b525e2ad5e7ed321becfea4a17d5a6c80f49e92","affectsGlobalScope":true,"impliedFormat":1},{"version":"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","impliedFormat":1},{"version":"0e13570a7e86c6d83dd92e81758a930f63747483e2cd34ef36fcdb47d1f9726a","impliedFormat":1},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","impliedFormat":1},{"version":"d26a79f97f25eb1c5fc36a8552e4decc7ad11104a016d31b1307c3afaf48feb1","impliedFormat":1}],"root":[[323,326]],"options":{"allowJs":false,"allowSyntheticDefaultImports":true,"alwaysStrict":true,"checkJs":false,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":false,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":199,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":true,"outDir":"./","removeComments":true,"skipDefaultLibCheck":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"strictBindCallApply":true,"strictBuiltinIteratorReturn":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":99},"referencedMap":[[323,1],[324,2],[325,3],[171,4],[172,5],[173,5],[169,6],[317,7],[170,5],[319,8],[318,5],[87,9],[321,5],[335,10],[334,11],[331,12],[336,13],[332,5],[327,5],[227,14],[228,14],[229,15],[179,16],[230,17],[231,18],[232,19],[177,5],[233,20],[234,21],[235,22],[236,23],[237,24],[238,25],[239,25],[240,26],[241,27],[242,28],[243,29],[180,5],[178,5],[244,30],[245,31],[246,32],[279,33],[247,34],[248,35],[249,36],[250,37],[251,38],[252,39],[253,40],[254,41],[255,42],[256,43],[257,43],[258,44],[259,5],[260,5],[261,45],[263,46],[262,47],[264,48],[265,49],[266,50],[267,51],[268,52],[269,53],[270,54],[271,55],[272,56],[273,57],[274,58],[275,59],[276,60],[181,5],[182,5],[183,5],[224,61],[225,5],[226,5],[277,62],[278,63],[329,5],[330,5],[328,64],[333,65],[316,5],[174,5],[138,66],[163,5],[164,67],[88,5],[90,68],[107,69],[106,70],[108,71],[109,72],[110,73],[111,69],[112,73],[113,69],[105,74],[114,71],[115,75],[116,76],[117,69],[119,77],[120,78],[121,79],[118,80],[122,81],[123,82],[124,83],[104,84],[125,85],[126,86],[127,87],[103,88],[131,89],[135,90],[132,81],[95,91],[94,92],[96,93],[99,94],[133,95],[162,96],[128,97],[136,98],[101,99],[102,81],[97,5],[92,81],[100,100],[137,101],[134,102],[98,101],[129,101],[160,103],[93,102],[161,102],[130,104],[89,5],[139,105],[140,106],[141,104],[143,107],[144,104],[145,83],[146,108],[147,109],[159,110],[149,111],[150,104],[151,112],[152,104],[142,112],[153,104],[154,104],[155,83],[156,113],[157,104],[158,104],[148,114],[165,81],[166,115],[91,5],[167,83],[168,116],[322,117],[320,118],[84,5],[85,5],[15,5],[13,5],[14,5],[19,5],[18,5],[2,5],[20,5],[21,5],[22,5],[23,5],[24,5],[25,5],[26,5],[27,5],[3,5],[28,5],[29,5],[4,5],[30,5],[34,5],[31,5],[32,5],[33,5],[35,5],[36,5],[37,5],[5,5],[38,5],[39,5],[40,5],[41,5],[6,5],[45,5],[42,5],[43,5],[44,5],[46,5],[7,5],[47,5],[52,5],[53,5],[48,5],[49,5],[50,5],[51,5],[8,5],[57,5],[54,5],[55,5],[56,5],[58,5],[9,5],[59,5],[60,5],[61,5],[63,5],[62,5],[64,5],[65,5],[10,5],[66,5],[67,5],[68,5],[11,5],[69,5],[70,5],[71,5],[72,5],[73,5],[1,5],[74,5],[75,5],[12,5],[79,5],[77,5],[82,5],[81,5],[86,5],[76,5],[80,5],[78,5],[83,5],[17,5],[16,5],[201,119],[212,120],[199,121],[213,122],[222,123],[190,124],[191,125],[189,126],[221,127],[216,128],[220,129],[193,130],[209,131],[192,132],[219,133],[187,134],[188,128],[194,135],[195,5],[200,136],[198,135],[185,137],[223,138],[214,139],[204,140],[203,135],[205,141],[207,142],[202,143],[206,144],[217,127],[196,145],[197,146],[208,147],[186,122],[211,148],[210,135],[215,5],[184,5],[218,149],[315,150],[293,151],[303,152],[292,151],[313,153],[284,154],[283,126],[312,127],[306,155],[311,156],[286,157],[300,158],[285,159],[309,160],[281,161],[280,127],[310,162],[282,163],[287,164],[288,5],[291,164],[175,5],[314,165],[304,166],[295,167],[296,168],[298,169],[294,170],[297,171],[307,127],[289,172],[290,173],[299,174],[176,122],[302,175],[301,164],[305,5],[308,176],[326,5]],"latestChangedDtsFile":"./src/index.d.ts","version":"5.9.2"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.2.0",
|
|
3
3
|
"name": "@argentina-community/channels-utils",
|
|
4
4
|
"author": "0xar-ds <sadden-rope-sleek@duck.com>",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
@@ -33,21 +33,18 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"discord.js": "^14.22.1"
|
|
35
35
|
},
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"types": "./dist/index.d.ts",
|
|
36
|
+
"module": "./dist/src/index.js",
|
|
37
|
+
"types": "./dist/src/index.d.ts",
|
|
39
38
|
"exports": {
|
|
40
39
|
".": {
|
|
41
|
-
"types": "./dist/index.d.ts",
|
|
42
|
-
"import": "./dist/index.js",
|
|
43
|
-
"
|
|
44
|
-
"default": "./dist/index.js"
|
|
40
|
+
"types": "./dist/src/index.d.ts",
|
|
41
|
+
"import": "./dist/src/index.js",
|
|
42
|
+
"default": "./dist/src/index.js"
|
|
45
43
|
},
|
|
46
44
|
"./*": {
|
|
47
|
-
"types": "./dist/*.d.ts",
|
|
48
|
-
"import": "./dist/*.js",
|
|
49
|
-
"
|
|
50
|
-
"default": "./dist/*.js"
|
|
45
|
+
"types": "./dist/src/*.d.ts",
|
|
46
|
+
"import": "./dist/src/*.js",
|
|
47
|
+
"default": "./dist/src/*.js"
|
|
51
48
|
},
|
|
52
49
|
"./package.json": "./package.json"
|
|
53
50
|
},
|
package/dist/index.cjs
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
//#region rolldown:runtime
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
10
|
-
key = keys[i];
|
|
11
|
-
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
12
|
-
get: ((k) => from[k]).bind(null, key),
|
|
13
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
19
|
-
value: mod,
|
|
20
|
-
enumerable: true
|
|
21
|
-
}) : target, mod));
|
|
22
|
-
|
|
23
|
-
//#endregion
|
|
24
|
-
let discord_js = require("discord.js");
|
|
25
|
-
discord_js = __toESM(discord_js);
|
|
26
|
-
|
|
27
|
-
//#region src/channel-type.ts
|
|
28
|
-
const ChannelTypeMap = {
|
|
29
|
-
[discord_js.ChannelType.GuildCategory]: discord_js.CategoryChannel,
|
|
30
|
-
[discord_js.ChannelType.GuildText]: discord_js.TextChannel,
|
|
31
|
-
[discord_js.ChannelType.GuildAnnouncement]: discord_js.NewsChannel,
|
|
32
|
-
[discord_js.ChannelType.GuildForum]: discord_js.ForumChannel,
|
|
33
|
-
[discord_js.ChannelType.GuildMedia]: discord_js.MediaChannel,
|
|
34
|
-
[discord_js.ChannelType.GuildDirectory]: discord_js.TextChannel,
|
|
35
|
-
[discord_js.ChannelType.PublicThread]: discord_js.ThreadChannel,
|
|
36
|
-
[discord_js.ChannelType.PrivateThread]: discord_js.ThreadChannel,
|
|
37
|
-
[discord_js.ChannelType.AnnouncementThread]: discord_js.ThreadChannel,
|
|
38
|
-
[discord_js.ChannelType.GuildVoice]: discord_js.VoiceChannel,
|
|
39
|
-
[discord_js.ChannelType.GuildStageVoice]: discord_js.StageChannel,
|
|
40
|
-
[discord_js.ChannelType.DM]: discord_js.DMChannel,
|
|
41
|
-
[discord_js.ChannelType.GroupDM]: discord_js.DMChannel
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
//#endregion
|
|
45
|
-
//#region src/channel-type.utils.ts
|
|
46
|
-
/**
|
|
47
|
-
* @param value Type to get the indexing key from
|
|
48
|
-
* @returns the indexing key on the type enum
|
|
49
|
-
*/
|
|
50
|
-
function getChannelTypeKey(value) {
|
|
51
|
-
return discord_js.ChannelType[value];
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* @param type the channel type to compare agaisnt
|
|
55
|
-
* @param channel the value to check
|
|
56
|
-
* @returns whether channel is of type provided
|
|
57
|
-
*/
|
|
58
|
-
function isChannelOfType(type, channel) {
|
|
59
|
-
return channel.type === type && channel instanceof ChannelTypeMap[type];
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
//#endregion
|
|
63
|
-
exports.ChannelTypeMap = ChannelTypeMap;
|
|
64
|
-
exports.getChannelTypeKey = getChannelTypeKey;
|
|
65
|
-
exports.isChannelOfType = isChannelOfType;
|
package/dist/index.d.cts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { CategoryChannel, Channel, ChannelType, DMChannel, ForumChannel, MediaChannel, NewsChannel, StageChannel, TextChannel, ThreadChannel, VoiceChannel } from "discord.js";
|
|
2
|
-
|
|
3
|
-
//#region src/channel-type.d.ts
|
|
4
|
-
type ChannelConstructor = typeof CategoryChannel | typeof TextChannel | typeof NewsChannel | typeof ForumChannel | typeof MediaChannel | typeof TextChannel | typeof ThreadChannel | typeof VoiceChannel | typeof StageChannel | typeof DMChannel;
|
|
5
|
-
declare const ChannelTypeMap: Record<ChannelType, ChannelConstructor>;
|
|
6
|
-
type ChannelTypeMap<T extends ChannelType> = Extract<Channel, {
|
|
7
|
-
type: T;
|
|
8
|
-
}>;
|
|
9
|
-
//#endregion
|
|
10
|
-
//#region src/channel-type.utils.d.ts
|
|
11
|
-
declare function getChannelTypeKey(value: ChannelType): keyof typeof ChannelType;
|
|
12
|
-
declare function isChannelOfType<T extends ChannelType>(type: T, channel: Channel): channel is ChannelTypeMap<T>;
|
|
13
|
-
//#endregion
|
|
14
|
-
export { ChannelConstructor, ChannelTypeMap, getChannelTypeKey, isChannelOfType };
|
|
15
|
-
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/channel-type.ts","../src/channel-type.utils.ts"],"sourcesContent":[],"mappings":";;;KAcY,kBAAA,UACF,yBACA,qBACA,qBACA,sBACA,sBACA,qBACA,uBACA,sBACA,sBACA;cAEG,gBAAgB,OAAO,aAAa;AAZrC,KAyDA,cAzDkB,CAAA,UAyDO,WAzDP,CAAA,GAyDsB,OAzDtB,CA0D7B,OA1D6B,EAAA;EAAA,IAAA,EA2DrB,CA3DqB;;;;iBCNd,iBAAA,QACR,2BACQ;ADIJ,iBCKI,eDLc,CAAA,UCKY,WDLZ,CAAA,CAAA,IAAA,ECMvB,CDNuB,EAAA,OAAA,ECOpB,ODPoB,CAAA,EAAA,OAAA,ICQhB,cDRgB,CCQD,CDRC,CAAA"}
|
package/dist/index.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { CategoryChannel, Channel, ChannelType, DMChannel, ForumChannel, MediaChannel, NewsChannel, StageChannel, TextChannel, ThreadChannel, VoiceChannel } from "discord.js";
|
|
2
|
-
|
|
3
|
-
//#region src/channel-type.d.ts
|
|
4
|
-
type ChannelConstructor = typeof CategoryChannel | typeof TextChannel | typeof NewsChannel | typeof ForumChannel | typeof MediaChannel | typeof TextChannel | typeof ThreadChannel | typeof VoiceChannel | typeof StageChannel | typeof DMChannel;
|
|
5
|
-
declare const ChannelTypeMap: Record<ChannelType, ChannelConstructor>;
|
|
6
|
-
type ChannelTypeMap<T extends ChannelType> = Extract<Channel, {
|
|
7
|
-
type: T;
|
|
8
|
-
}>;
|
|
9
|
-
//#endregion
|
|
10
|
-
//#region src/channel-type.utils.d.ts
|
|
11
|
-
declare function getChannelTypeKey(value: ChannelType): keyof typeof ChannelType;
|
|
12
|
-
declare function isChannelOfType<T extends ChannelType>(type: T, channel: Channel): channel is ChannelTypeMap<T>;
|
|
13
|
-
//#endregion
|
|
14
|
-
export { ChannelConstructor, ChannelTypeMap, getChannelTypeKey, isChannelOfType };
|
|
15
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/channel-type.ts","../src/channel-type.utils.ts"],"sourcesContent":[],"mappings":";;;KAcY,kBAAA,UACF,yBACA,qBACA,qBACA,sBACA,sBACA,qBACA,uBACA,sBACA,sBACA;cAEG,gBAAgB,OAAO,aAAa;AAZrC,KAyDA,cAzDkB,CAAA,UAyDO,WAzDP,CAAA,GAyDsB,OAzDtB,CA0D7B,OA1D6B,EAAA;EAAA,IAAA,EA2DrB,CA3DqB;;;;iBCNd,iBAAA,QACR,2BACQ;ADIJ,iBCKI,eDLc,CAAA,UCKY,WDLZ,CAAA,CAAA,IAAA,ECMvB,CDNuB,EAAA,OAAA,ECOpB,ODPoB,CAAA,EAAA,OAAA,ICQhB,cDRgB,CCQD,CDRC,CAAA"}
|
package/dist/index.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { CategoryChannel, ChannelType, DMChannel, ForumChannel, MediaChannel, NewsChannel, StageChannel, TextChannel, ThreadChannel, VoiceChannel } from "discord.js";
|
|
2
|
-
|
|
3
|
-
//#region src/channel-type.ts
|
|
4
|
-
const ChannelTypeMap = {
|
|
5
|
-
[ChannelType.GuildCategory]: CategoryChannel,
|
|
6
|
-
[ChannelType.GuildText]: TextChannel,
|
|
7
|
-
[ChannelType.GuildAnnouncement]: NewsChannel,
|
|
8
|
-
[ChannelType.GuildForum]: ForumChannel,
|
|
9
|
-
[ChannelType.GuildMedia]: MediaChannel,
|
|
10
|
-
[ChannelType.GuildDirectory]: TextChannel,
|
|
11
|
-
[ChannelType.PublicThread]: ThreadChannel,
|
|
12
|
-
[ChannelType.PrivateThread]: ThreadChannel,
|
|
13
|
-
[ChannelType.AnnouncementThread]: ThreadChannel,
|
|
14
|
-
[ChannelType.GuildVoice]: VoiceChannel,
|
|
15
|
-
[ChannelType.GuildStageVoice]: StageChannel,
|
|
16
|
-
[ChannelType.DM]: DMChannel,
|
|
17
|
-
[ChannelType.GroupDM]: DMChannel
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
21
|
-
//#region src/channel-type.utils.ts
|
|
22
|
-
/**
|
|
23
|
-
* @param value Type to get the indexing key from
|
|
24
|
-
* @returns the indexing key on the type enum
|
|
25
|
-
*/
|
|
26
|
-
function getChannelTypeKey(value) {
|
|
27
|
-
return ChannelType[value];
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* @param type the channel type to compare agaisnt
|
|
31
|
-
* @param channel the value to check
|
|
32
|
-
* @returns whether channel is of type provided
|
|
33
|
-
*/
|
|
34
|
-
function isChannelOfType(type, channel) {
|
|
35
|
-
return channel.type === type && channel instanceof ChannelTypeMap[type];
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
//#endregion
|
|
39
|
-
export { ChannelTypeMap, getChannelTypeKey, isChannelOfType };
|
|
40
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["ChannelTypeMap: Record<ChannelType, ChannelConstructor>"],"sources":["../src/channel-type.ts","../src/channel-type.utils.ts"],"sourcesContent":["import {\n\tCategoryChannel,\n\tChannel,\n\tChannelType,\n\tDMChannel,\n\tForumChannel,\n\tMediaChannel,\n\tNewsChannel,\n\tStageChannel,\n\tTextChannel,\n\tThreadChannel,\n\tVoiceChannel,\n} from 'discord.js';\n\nexport type ChannelConstructor =\n\t| typeof CategoryChannel\n\t| typeof TextChannel\n\t| typeof NewsChannel\n\t| typeof ForumChannel\n\t| typeof MediaChannel\n\t| typeof TextChannel\n\t| typeof ThreadChannel\n\t| typeof VoiceChannel\n\t| typeof StageChannel\n\t| typeof DMChannel;\n\nexport const ChannelTypeMap: Record<ChannelType, ChannelConstructor> = {\n\t/**\n\t * Meta channels\n\t */\n\n\t[ChannelType.GuildCategory]: CategoryChannel,\n\n\t/**\n\t * Text channels\n\t */\n\n\t[ChannelType.GuildText]: TextChannel,\n\t[ChannelType.GuildAnnouncement]: NewsChannel,\n\n\t/**\n\t * Feature channels\n\t */\n\n\t[ChannelType.GuildForum]: ForumChannel,\n\t[ChannelType.GuildMedia]: MediaChannel,\n\t[ChannelType.GuildDirectory]: TextChannel,\n\n\t/**\n\t * Threads/nested channels\n\t */\n\n\t[ChannelType.PublicThread]: ThreadChannel,\n\t[ChannelType.PrivateThread]: ThreadChannel,\n\t[ChannelType.AnnouncementThread]: ThreadChannel,\n\n\t/**\n\t * Voice channels\n\t */\n\n\t[ChannelType.GuildVoice]: VoiceChannel,\n\t[ChannelType.GuildStageVoice]: StageChannel,\n\n\t/**\n\t * User channels\n\t */\n\n\t[ChannelType.DM]: DMChannel,\n\t[ChannelType.GroupDM]: DMChannel,\n} as const;\n\nexport type ChannelTypeMap<T extends ChannelType> = Extract<\n\tChannel,\n\t{ type: T }\n>;\n","import { Channel, ChannelType } from 'discord.js';\n\nimport { ChannelTypeMap } from './channel-type.js';\n\n/**\n * @param value Type to get the indexing key from\n * @returns the indexing key on the type enum\n */\nexport function getChannelTypeKey(\n\tvalue: ChannelType,\n): keyof typeof ChannelType {\n\treturn ChannelType[value] as keyof typeof ChannelType;\n}\n\n/**\n * @param type the channel type to compare agaisnt\n * @param channel the value to check\n * @returns whether channel is of type provided\n */\nexport function isChannelOfType<T extends ChannelType>(\n\ttype: T,\n\tchannel: Channel,\n): channel is ChannelTypeMap<T> {\n\treturn channel.type === type && channel instanceof ChannelTypeMap[type];\n}\n"],"mappings":";;;AA0BA,MAAaA,iBAA0D;EAKrE,YAAY,gBAAgB;EAM5B,YAAY,YAAY;EACxB,YAAY,oBAAoB;EAMhC,YAAY,aAAa;EACzB,YAAY,aAAa;EACzB,YAAY,iBAAiB;EAM7B,YAAY,eAAe;EAC3B,YAAY,gBAAgB;EAC5B,YAAY,qBAAqB;EAMjC,YAAY,aAAa;EACzB,YAAY,kBAAkB;EAM9B,YAAY,KAAK;EACjB,YAAY,UAAU;CACvB;;;;;;;;AC7DD,SAAgB,kBACf,OAC2B;AAC3B,QAAO,YAAY;;;;;;;AAQpB,SAAgB,gBACf,MACA,SAC+B;AAC/B,QAAO,QAAQ,SAAS,QAAQ,mBAAmB,eAAe"}
|