@discordeno/bot 19.0.0-next.d757773 → 19.0.0-next.da74ea7
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/handlers/channels/index.d.ts +12 -12
- package/dist/handlers/channels/index.d.ts.map +1 -1
- package/dist/handlers/channels/index.js +12 -12
- package/dist/handlers/channels/index.js.map +1 -1
- package/dist/handlers/emojis/index.d.ts +1 -1
- package/dist/handlers/emojis/index.d.ts.map +1 -1
- package/dist/handlers/emojis/index.js +1 -1
- package/dist/handlers/emojis/index.js.map +1 -1
- package/dist/handlers/guilds/GUILD_STICKERS_UPDATE.js.map +1 -1
- package/dist/handlers/guilds/index.d.ts +10 -10
- package/dist/handlers/guilds/index.d.ts.map +1 -1
- package/dist/handlers/guilds/index.js +10 -10
- package/dist/handlers/guilds/index.js.map +1 -1
- package/dist/handlers/guilds/scheduledEvents/index.d.ts +5 -5
- package/dist/handlers/guilds/scheduledEvents/index.d.ts.map +1 -1
- package/dist/handlers/guilds/scheduledEvents/index.js +5 -5
- package/dist/handlers/guilds/scheduledEvents/index.js.map +1 -1
- package/dist/handlers/integrations/index.d.ts +3 -3
- package/dist/handlers/integrations/index.d.ts.map +1 -1
- package/dist/handlers/integrations/index.js +3 -3
- package/dist/handlers/integrations/index.js.map +1 -1
- package/dist/handlers/interactions/APPLICATION_COMMAND_PERMISSIONS_UPDATE.d.ts +1 -1
- package/dist/handlers/interactions/APPLICATION_COMMAND_PERMISSIONS_UPDATE.d.ts.map +1 -1
- package/dist/handlers/interactions/APPLICATION_COMMAND_PERMISSIONS_UPDATE.js.map +1 -1
- package/dist/handlers/invites/index.d.ts +2 -2
- package/dist/handlers/invites/index.d.ts.map +1 -1
- package/dist/handlers/invites/index.js +2 -2
- package/dist/handlers/invites/index.js.map +1 -1
- package/dist/handlers/members/index.d.ts +4 -4
- package/dist/handlers/members/index.d.ts.map +1 -1
- package/dist/handlers/members/index.js +4 -4
- package/dist/handlers/members/index.js.map +1 -1
- package/dist/handlers/messages/index.d.ts +8 -8
- package/dist/handlers/messages/index.d.ts.map +1 -1
- package/dist/handlers/messages/index.js +8 -8
- package/dist/handlers/messages/index.js.map +1 -1
- package/dist/handlers/misc/index.d.ts +4 -4
- package/dist/handlers/misc/index.d.ts.map +1 -1
- package/dist/handlers/misc/index.js +4 -4
- package/dist/handlers/misc/index.js.map +1 -1
- package/dist/handlers/roles/index.d.ts +3 -3
- package/dist/handlers/roles/index.d.ts.map +1 -1
- package/dist/handlers/roles/index.js +3 -3
- package/dist/handlers/roles/index.js.map +1 -1
- package/dist/handlers/voice/index.d.ts +2 -2
- package/dist/handlers/voice/index.d.ts.map +1 -1
- package/dist/handlers/voice/index.js +2 -2
- package/dist/handlers/voice/index.js.map +1 -1
- package/dist/handlers/webhooks/WEBHOOKS_UPDATE.d.ts.map +1 -1
- package/dist/handlers/webhooks/WEBHOOKS_UPDATE.js.map +1 -1
- package/dist/handlers/webhooks/index.d.ts +1 -1
- package/dist/handlers/webhooks/index.d.ts.map +1 -1
- package/dist/handlers/webhooks/index.js +1 -1
- package/dist/handlers/webhooks/index.js.map +1 -1
- package/dist/transformers/guild.d.ts +1 -0
- package/dist/transformers/guild.d.ts.map +1 -1
- package/dist/transformers/guild.js +1 -0
- package/dist/transformers/guild.js.map +1 -1
- package/dist/transformers/interaction.d.ts +153 -119
- package/dist/transformers/interaction.d.ts.map +1 -1
- package/dist/transformers/message.d.ts +123 -221
- package/dist/transformers/message.d.ts.map +1 -1
- package/dist/transformers/message.js +210 -73
- package/dist/transformers/message.js.map +1 -1
- package/dist/transformers/reverse/index.d.ts +16 -16
- package/dist/transformers/reverse/index.d.ts.map +1 -1
- package/dist/transformers/reverse/index.js +16 -16
- package/dist/transformers/reverse/index.js.map +1 -1
- package/dist/transformers/template.d.ts +1 -0
- package/dist/transformers/template.d.ts.map +1 -1
- package/dist/transformers/toggles/ToggleBitfield.d.ts +1 -0
- package/dist/transformers/toggles/ToggleBitfield.d.ts.map +1 -1
- package/dist/transformers/toggles/ToggleBitfield.js +3 -0
- package/dist/transformers/toggles/ToggleBitfield.js.map +1 -1
- package/dist/transformers/toggles/index.d.ts +7 -7
- package/dist/transformers/toggles/index.d.ts.map +1 -1
- package/dist/transformers/toggles/index.js +7 -7
- package/dist/transformers/toggles/index.js.map +1 -1
- package/dist/transformers.d.ts +221 -0
- package/dist/transformers.d.ts.map +1 -1
- package/dist/transformers.js +224 -1
- package/dist/transformers.js.map +1 -1
- package/dist/typings.d.ts +24 -2
- package/dist/typings.d.ts.map +1 -1
- package/dist/typings.js +13 -0
- package/dist/typings.js.map +1 -1
- package/dist/utils.d.ts +1 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +3 -0
- package/dist/utils.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
1
|
+
export * from './CHANNEL_CREATE.js';
|
|
2
|
+
export * from './CHANNEL_DELETE.js';
|
|
3
|
+
export * from './CHANNEL_PINS_UPDATE.js';
|
|
4
|
+
export * from './CHANNEL_UPDATE.js';
|
|
5
|
+
export * from './STAGE_INSTANCE_CREATE.js';
|
|
6
|
+
export * from './STAGE_INSTANCE_DELETE.js';
|
|
7
|
+
export * from './STAGE_INSTANCE_UPDATE.js';
|
|
8
|
+
export * from './THREAD_CREATE.js';
|
|
9
|
+
export * from './THREAD_DELETE.js';
|
|
10
|
+
export * from './THREAD_LIST_SYNC.js';
|
|
11
|
+
export * from './THREAD_MEMBERS_UPDATE.js';
|
|
12
|
+
export * from './THREAD_UPDATE.js';
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/channels/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/channels/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,0BAA0B,CAAA;AACxC,cAAc,qBAAqB,CAAA;AACnC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
1
|
+
export * from './CHANNEL_CREATE.js';
|
|
2
|
+
export * from './CHANNEL_DELETE.js';
|
|
3
|
+
export * from './CHANNEL_PINS_UPDATE.js';
|
|
4
|
+
export * from './CHANNEL_UPDATE.js';
|
|
5
|
+
export * from './STAGE_INSTANCE_CREATE.js';
|
|
6
|
+
export * from './STAGE_INSTANCE_DELETE.js';
|
|
7
|
+
export * from './STAGE_INSTANCE_UPDATE.js';
|
|
8
|
+
export * from './THREAD_CREATE.js';
|
|
9
|
+
export * from './THREAD_DELETE.js';
|
|
10
|
+
export * from './THREAD_LIST_SYNC.js';
|
|
11
|
+
export * from './THREAD_MEMBERS_UPDATE.js';
|
|
12
|
+
export * from './THREAD_UPDATE.js';
|
|
13
13
|
|
|
14
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/channels/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/channels/index.ts"],"sourcesContent":["export * from './CHANNEL_CREATE.js'\nexport * from './CHANNEL_DELETE.js'\nexport * from './CHANNEL_PINS_UPDATE.js'\nexport * from './CHANNEL_UPDATE.js'\nexport * from './STAGE_INSTANCE_CREATE.js'\nexport * from './STAGE_INSTANCE_DELETE.js'\nexport * from './STAGE_INSTANCE_UPDATE.js'\nexport * from './THREAD_CREATE.js'\nexport * from './THREAD_DELETE.js'\nexport * from './THREAD_LIST_SYNC.js'\nexport * from './THREAD_MEMBERS_UPDATE.js'\nexport * from './THREAD_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,sBAAqB;AACnC,cAAc,sBAAqB;AACnC,cAAc,2BAA0B;AACxC,cAAc,sBAAqB;AACnC,cAAc,6BAA4B;AAC1C,cAAc,6BAA4B;AAC1C,cAAc,6BAA4B;AAC1C,cAAc,qBAAoB;AAClC,cAAc,qBAAoB;AAClC,cAAc,wBAAuB;AACrC,cAAc,6BAA4B;AAC1C,cAAc,qBAAoB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './GUILD_EMOJIS_UPDATE.js';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/emojis/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/emojis/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/emojis/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/emojis/index.ts"],"sourcesContent":["export * from './GUILD_EMOJIS_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,2BAA0B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/guilds/GUILD_STICKERS_UPDATE.ts"],"sourcesContent":["import type { Bot, DiscordGatewayPayload, DiscordGuildStickersUpdate } from '../..'\n\nexport async function handleGuildStickersUpdate(bot: Bot, data: DiscordGatewayPayload, shardId: number): Promise<void> {\n const payload = data.d as DiscordGuildStickersUpdate\n\n bot.events.guildStickersUpdate?.(\n payload.stickers.map((sticker) => {\n
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/guilds/GUILD_STICKERS_UPDATE.ts"],"sourcesContent":["import type { Bot, DiscordGatewayPayload, DiscordGuildStickersUpdate } from '../..'\n\nexport async function handleGuildStickersUpdate(bot: Bot, data: DiscordGatewayPayload, shardId: number): Promise<void> {\n const payload = data.d as DiscordGuildStickersUpdate\n\n bot.events.guildStickersUpdate?.(\n payload.stickers.map((sticker) => {\n sticker.guild_id = payload.guild_id\n return bot.transformers.sticker(bot, sticker)\n }),\n )\n}\n"],"names":["handleGuildStickersUpdate","bot","data","shardId","payload","d","events","guildStickersUpdate","stickers","map","sticker","guild_id","transformers"],"mappings":"AAEA,OAAO,eAAeA,0BAA0BC,GAAQ,EAAEC,IAA2B,EAAEC,OAAe,EAAiB;IACrH,MAAMC,UAAUF,KAAKG,CAAC;IAEtBJ,IAAIK,MAAM,CAACC,mBAAmB,GAC5BH,QAAQI,QAAQ,CAACC,GAAG,CAAC,CAACC,UAAY;QAChCA,QAAQC,QAAQ,GAAGP,QAAQO,QAAQ;QACnC,OAAOV,IAAIW,YAAY,CAACF,OAAO,CAACT,KAAKS;IACvC;AAEJ,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
1
|
+
export * from './automod/index.js';
|
|
2
|
+
export * from './scheduledEvents/index.js';
|
|
3
|
+
export * from './GUILD_AUDIT_LOG_ENTRY_CREATE.js';
|
|
4
|
+
export * from './GUILD_BAN_ADD.js';
|
|
5
|
+
export * from './GUILD_BAN_REMOVE.js';
|
|
6
|
+
export * from './GUILD_CREATE.js';
|
|
7
|
+
export * from './GUILD_DELETE.js';
|
|
8
|
+
export * from './GUILD_INTEGRATIONS_UPDATE.js';
|
|
9
|
+
export * from './GUILD_STICKERS_UPDATE.js';
|
|
10
|
+
export * from './GUILD_UPDATE.js';
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/guilds/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/guilds/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAE1C,cAAc,mCAAmC,CAAA;AACjD,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,mBAAmB,CAAA"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
1
|
+
export * from './automod/index.js';
|
|
2
|
+
export * from './scheduledEvents/index.js';
|
|
3
|
+
export * from './GUILD_AUDIT_LOG_ENTRY_CREATE.js';
|
|
4
|
+
export * from './GUILD_BAN_ADD.js';
|
|
5
|
+
export * from './GUILD_BAN_REMOVE.js';
|
|
6
|
+
export * from './GUILD_CREATE.js';
|
|
7
|
+
export * from './GUILD_DELETE.js';
|
|
8
|
+
export * from './GUILD_INTEGRATIONS_UPDATE.js';
|
|
9
|
+
export * from './GUILD_STICKERS_UPDATE.js';
|
|
10
|
+
export * from './GUILD_UPDATE.js';
|
|
11
11
|
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/guilds/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/guilds/index.ts"],"sourcesContent":["export * from './automod/index.js'\nexport * from './scheduledEvents/index.js'\n\nexport * from './GUILD_AUDIT_LOG_ENTRY_CREATE.js'\nexport * from './GUILD_BAN_ADD.js'\nexport * from './GUILD_BAN_REMOVE.js'\nexport * from './GUILD_CREATE.js'\nexport * from './GUILD_DELETE.js'\nexport * from './GUILD_INTEGRATIONS_UPDATE.js'\nexport * from './GUILD_STICKERS_UPDATE.js'\nexport * from './GUILD_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,qBAAoB;AAClC,cAAc,6BAA4B;AAE1C,cAAc,oCAAmC;AACjD,cAAc,qBAAoB;AAClC,cAAc,wBAAuB;AACrC,cAAc,oBAAmB;AACjC,cAAc,oBAAmB;AACjC,cAAc,iCAAgC;AAC9C,cAAc,6BAA4B;AAC1C,cAAc,oBAAmB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
1
|
+
export * from './GUILD_SCHEDULED_EVENT_CREATE.js';
|
|
2
|
+
export * from './GUILD_SCHEDULED_EVENT_DELETE.js';
|
|
3
|
+
export * from './GUILD_SCHEDULED_EVENT_UPDATE.js';
|
|
4
|
+
export * from './GUILD_SCHEDULED_EVENT_USER_ADD.js';
|
|
5
|
+
export * from './GUILD_SCHEDULED_EVENT_USER_REMOVE.js';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/handlers/guilds/scheduledEvents/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/handlers/guilds/scheduledEvents/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mCAAmC,CAAA;AACjD,cAAc,qCAAqC,CAAA;AACnD,cAAc,wCAAwC,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
1
|
+
export * from './GUILD_SCHEDULED_EVENT_CREATE.js';
|
|
2
|
+
export * from './GUILD_SCHEDULED_EVENT_DELETE.js';
|
|
3
|
+
export * from './GUILD_SCHEDULED_EVENT_UPDATE.js';
|
|
4
|
+
export * from './GUILD_SCHEDULED_EVENT_USER_ADD.js';
|
|
5
|
+
export * from './GUILD_SCHEDULED_EVENT_USER_REMOVE.js';
|
|
6
6
|
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/handlers/guilds/scheduledEvents/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../../src/handlers/guilds/scheduledEvents/index.ts"],"sourcesContent":["export * from './GUILD_SCHEDULED_EVENT_CREATE.js'\nexport * from './GUILD_SCHEDULED_EVENT_DELETE.js'\nexport * from './GUILD_SCHEDULED_EVENT_UPDATE.js'\nexport * from './GUILD_SCHEDULED_EVENT_USER_ADD.js'\nexport * from './GUILD_SCHEDULED_EVENT_USER_REMOVE.js'\n"],"names":[],"mappings":"AAAA,cAAc,oCAAmC;AACjD,cAAc,oCAAmC;AACjD,cAAc,oCAAmC;AACjD,cAAc,sCAAqC;AACnD,cAAc,yCAAwC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from './INTEGRATION_CREATE.js';
|
|
2
|
+
export * from './INTEGRATION_DELETE.js';
|
|
3
|
+
export * from './INTEGRATION_UPDATE.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/integrations/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/integrations/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from './INTEGRATION_CREATE.js';
|
|
2
|
+
export * from './INTEGRATION_DELETE.js';
|
|
3
|
+
export * from './INTEGRATION_UPDATE.js';
|
|
4
4
|
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/integrations/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/integrations/index.ts"],"sourcesContent":["export * from './INTEGRATION_CREATE.js'\nexport * from './INTEGRATION_DELETE.js'\nexport * from './INTEGRATION_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,0BAAyB;AACvC,cAAc,0BAAyB;AACvC,cAAc,0BAAyB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { Bot, DiscordGatewayPayload } from
|
|
1
|
+
import type { Bot, DiscordGatewayPayload } from '../..';
|
|
2
2
|
export declare function handleApplicationCommandPermissionsUpdate(bot: Bot, data: DiscordGatewayPayload, shardId: number): Promise<void>;
|
|
3
3
|
//# sourceMappingURL=APPLICATION_COMMAND_PERMISSIONS_UPDATE.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APPLICATION_COMMAND_PERMISSIONS_UPDATE.d.ts","sourceRoot":"","sources":["../../../src/handlers/interactions/APPLICATION_COMMAND_PERMISSIONS_UPDATE.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,qBAAqB,EAA6C,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"APPLICATION_COMMAND_PERMISSIONS_UPDATE.d.ts","sourceRoot":"","sources":["../../../src/handlers/interactions/APPLICATION_COMMAND_PERMISSIONS_UPDATE.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,qBAAqB,EAA6C,MAAM,OAAO,CAAA;AAElG,wBAAsB,yCAAyC,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,qBAAqB,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAGrI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/interactions/APPLICATION_COMMAND_PERMISSIONS_UPDATE.ts"],"sourcesContent":["import type { Bot, DiscordGatewayPayload, DiscordGuildApplicationCommandPermissions } from \
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/interactions/APPLICATION_COMMAND_PERMISSIONS_UPDATE.ts"],"sourcesContent":["import type { Bot, DiscordGatewayPayload, DiscordGuildApplicationCommandPermissions } from '../..'\n\nexport async function handleApplicationCommandPermissionsUpdate(bot: Bot, data: DiscordGatewayPayload, shardId: number): Promise<void> {\n const payload = data.d as DiscordGuildApplicationCommandPermissions\n bot.events.applicationCommandPermissionsUpdate?.(bot.transformers.applicationCommandPermission(bot, payload))\n}\n"],"names":["handleApplicationCommandPermissionsUpdate","bot","data","shardId","payload","d","events","applicationCommandPermissionsUpdate","transformers","applicationCommandPermission"],"mappings":"AAEA,OAAO,eAAeA,0CAA0CC,GAAQ,EAAEC,IAA2B,EAAEC,OAAe,EAAiB;IACrI,MAAMC,UAAUF,KAAKG,CAAC;IACtBJ,IAAIK,MAAM,CAACC,mCAAmC,GAAGN,IAAIO,YAAY,CAACC,4BAA4B,CAACR,KAAKG;AACtG,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from './INVITE_CREATE.js';
|
|
2
|
+
export * from './INVITE_DELETE.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/invites/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/invites/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/invites/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/invites/index.ts"],"sourcesContent":["export * from './INVITE_CREATE.js'\nexport * from './INVITE_DELETE.js'\n"],"names":[],"mappings":"AAAA,cAAc,qBAAoB;AAClC,cAAc,qBAAoB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from './GUILD_MEMBER_ADD.js';
|
|
2
|
+
export * from './GUILD_MEMBER_REMOVE.js';
|
|
3
|
+
export * from './GUILD_MEMBER_UPDATE.js';
|
|
4
|
+
export * from './GUILD_MEMBERS_CHUNK.js';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/members/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/members/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA;AACxC,cAAc,0BAA0B,CAAA;AACxC,cAAc,0BAA0B,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from './GUILD_MEMBER_ADD.js';
|
|
2
|
+
export * from './GUILD_MEMBER_REMOVE.js';
|
|
3
|
+
export * from './GUILD_MEMBER_UPDATE.js';
|
|
4
|
+
export * from './GUILD_MEMBERS_CHUNK.js';
|
|
5
5
|
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/members/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/members/index.ts"],"sourcesContent":["export * from './GUILD_MEMBER_ADD.js'\nexport * from './GUILD_MEMBER_REMOVE.js'\nexport * from './GUILD_MEMBER_UPDATE.js'\nexport * from './GUILD_MEMBERS_CHUNK.js'\n"],"names":[],"mappings":"AAAA,cAAc,wBAAuB;AACrC,cAAc,2BAA0B;AACxC,cAAc,2BAA0B;AACxC,cAAc,2BAA0B"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
1
|
+
export * from './MESSAGE_CREATE.js';
|
|
2
|
+
export * from './MESSAGE_DELETE_BULK.js';
|
|
3
|
+
export * from './MESSAGE_DELETE.js';
|
|
4
|
+
export * from './MESSAGE_REACTION_ADD.js';
|
|
5
|
+
export * from './MESSAGE_REACTION_REMOVE_ALL.js';
|
|
6
|
+
export * from './MESSAGE_REACTION_REMOVE_EMOJI.js';
|
|
7
|
+
export * from './MESSAGE_REACTION_REMOVE.js';
|
|
8
|
+
export * from './MESSAGE_UPDATE.js';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/messages/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/messages/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,0BAA0B,CAAA;AACxC,cAAc,qBAAqB,CAAA;AACnC,cAAc,2BAA2B,CAAA;AACzC,cAAc,kCAAkC,CAAA;AAChD,cAAc,oCAAoC,CAAA;AAClD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qBAAqB,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
1
|
+
export * from './MESSAGE_CREATE.js';
|
|
2
|
+
export * from './MESSAGE_DELETE_BULK.js';
|
|
3
|
+
export * from './MESSAGE_DELETE.js';
|
|
4
|
+
export * from './MESSAGE_REACTION_ADD.js';
|
|
5
|
+
export * from './MESSAGE_REACTION_REMOVE_ALL.js';
|
|
6
|
+
export * from './MESSAGE_REACTION_REMOVE_EMOJI.js';
|
|
7
|
+
export * from './MESSAGE_REACTION_REMOVE.js';
|
|
8
|
+
export * from './MESSAGE_UPDATE.js';
|
|
9
9
|
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/messages/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/messages/index.ts"],"sourcesContent":["export * from './MESSAGE_CREATE.js'\nexport * from './MESSAGE_DELETE_BULK.js'\nexport * from './MESSAGE_DELETE.js'\nexport * from './MESSAGE_REACTION_ADD.js'\nexport * from './MESSAGE_REACTION_REMOVE_ALL.js'\nexport * from './MESSAGE_REACTION_REMOVE_EMOJI.js'\nexport * from './MESSAGE_REACTION_REMOVE.js'\nexport * from './MESSAGE_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,sBAAqB;AACnC,cAAc,2BAA0B;AACxC,cAAc,sBAAqB;AACnC,cAAc,4BAA2B;AACzC,cAAc,mCAAkC;AAChD,cAAc,qCAAoC;AAClD,cAAc,+BAA8B;AAC5C,cAAc,sBAAqB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from './PRESENCE_UPDATE.js';
|
|
2
|
+
export * from './READY.js';
|
|
3
|
+
export * from './TYPING_START.js';
|
|
4
|
+
export * from './USER_UPDATE.js';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/misc/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/misc/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from './PRESENCE_UPDATE.js';
|
|
2
|
+
export * from './READY.js';
|
|
3
|
+
export * from './TYPING_START.js';
|
|
4
|
+
export * from './USER_UPDATE.js';
|
|
5
5
|
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/misc/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/misc/index.ts"],"sourcesContent":["export * from './PRESENCE_UPDATE.js'\nexport * from './READY.js'\nexport * from './TYPING_START.js'\nexport * from './USER_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,uBAAsB;AACpC,cAAc,aAAY;AAC1B,cAAc,oBAAmB;AACjC,cAAc,mBAAkB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from './GUILD_ROLE_CREATE.js';
|
|
2
|
+
export * from './GUILD_ROLE_DELETE.js';
|
|
3
|
+
export * from './GUILD_ROLE_UPDATE.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/roles/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/roles/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from './GUILD_ROLE_CREATE.js';
|
|
2
|
+
export * from './GUILD_ROLE_DELETE.js';
|
|
3
|
+
export * from './GUILD_ROLE_UPDATE.js';
|
|
4
4
|
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/roles/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/roles/index.ts"],"sourcesContent":["export * from './GUILD_ROLE_CREATE.js'\nexport * from './GUILD_ROLE_DELETE.js'\nexport * from './GUILD_ROLE_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,yBAAwB;AACtC,cAAc,yBAAwB;AACtC,cAAc,yBAAwB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from './VOICE_SERVER_UPDATE.js';
|
|
2
|
+
export * from './VOICE_STATE_UPDATE.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/voice/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/voice/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,yBAAyB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/voice/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/voice/index.ts"],"sourcesContent":["export * from './VOICE_SERVER_UPDATE.js'\nexport * from './VOICE_STATE_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,2BAA0B;AACxC,cAAc,0BAAyB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WEBHOOKS_UPDATE.d.ts","sourceRoot":"","sources":["../../../src/handlers/webhooks/WEBHOOKS_UPDATE.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAwB,MAAM,mBAAmB,CAAA;AACpF,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AAEzC,wBAAsB,oBAAoB,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,qBAAqB,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"WEBHOOKS_UPDATE.d.ts","sourceRoot":"","sources":["../../../src/handlers/webhooks/WEBHOOKS_UPDATE.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAwB,MAAM,mBAAmB,CAAA;AACpF,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AAEzC,wBAAsB,oBAAoB,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,qBAAqB,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAMhH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/webhooks/WEBHOOKS_UPDATE.ts"],"sourcesContent":["import type { DiscordGatewayPayload, DiscordWebhookUpdate } from '@discordeno/types'\nimport type { Bot } from '../../index.js'\n\nexport async function handleWebhooksUpdate(bot: Bot, data: DiscordGatewayPayload, shardId: number)
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/webhooks/WEBHOOKS_UPDATE.ts"],"sourcesContent":["import type { DiscordGatewayPayload, DiscordWebhookUpdate } from '@discordeno/types'\nimport type { Bot } from '../../index.js'\n\nexport async function handleWebhooksUpdate(bot: Bot, data: DiscordGatewayPayload, shardId: number): Promise<void> {\n const payload = data.d as DiscordWebhookUpdate\n bot.events.webhooksUpdate?.({\n channelId: bot.transformers.snowflake(payload.channel_id),\n guildId: bot.transformers.snowflake(payload.guild_id),\n })\n}\n"],"names":["handleWebhooksUpdate","bot","data","shardId","payload","d","events","webhooksUpdate","channelId","transformers","snowflake","channel_id","guildId","guild_id"],"mappings":"AAGA,OAAO,eAAeA,qBAAqBC,GAAQ,EAAEC,IAA2B,EAAEC,OAAe,EAAiB;IAChH,MAAMC,UAAUF,KAAKG,CAAC;IACtBJ,IAAIK,MAAM,CAACC,cAAc,GAAG;QAC1BC,WAAWP,IAAIQ,YAAY,CAACC,SAAS,CAACN,QAAQO,UAAU;QACxDC,SAASX,IAAIQ,YAAY,CAACC,SAAS,CAACN,QAAQS,QAAQ;IACtD;AACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './WEBHOOKS_UPDATE.js';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/webhooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/handlers/webhooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/handlers/webhooks/index.ts"],"sourcesContent":["export * from
|
|
1
|
+
{"version":3,"sources":["../../../src/handlers/webhooks/index.ts"],"sourcesContent":["export * from './WEBHOOKS_UPDATE.js'\n"],"names":[],"mappings":"AAAA,cAAc,uBAAsB"}
|
|
@@ -18,6 +18,7 @@ export declare function transformGuild(bot: Bot, payload: {
|
|
|
18
18
|
maxMembers?: number | undefined;
|
|
19
19
|
maxPresences?: number | undefined;
|
|
20
20
|
maxVideoChannelUsers?: number | undefined;
|
|
21
|
+
maxStageVideoChannelUsers?: number | undefined;
|
|
21
22
|
premiumSubscriptionCount?: number | undefined;
|
|
22
23
|
stageInstances?: {
|
|
23
24
|
id: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guild.d.ts","sourceRoot":"","sources":["../../src/transformers/guild.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,UAAU,EAAoB,MAAM,mBAAmB,CAAA;AAChE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEtC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAGjD,wBAAgB,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,YAAY,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE
|
|
1
|
+
{"version":3,"file":"guild.d.ts","sourceRoot":"","sources":["../../src/transformers/guild.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,UAAU,EAAoB,MAAM,mBAAmB,CAAA;AAChE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEtC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAGjD,wBAAgB,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,YAAY,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+F9F;AAED,MAAM,WAAW,KAAM,SAAQ,UAAU,CAAC,OAAO,cAAc,CAAC;CAAG"}
|
|
@@ -14,6 +14,7 @@ export function transformGuild(bot, payload) {
|
|
|
14
14
|
maxMembers: payload.guild.max_members,
|
|
15
15
|
maxPresences: payload.guild.max_presences ?? undefined,
|
|
16
16
|
maxVideoChannelUsers: payload.guild.max_video_channel_users,
|
|
17
|
+
maxStageVideoChannelUsers: payload.guild.max_stage_video_channel_users,
|
|
17
18
|
mfaLevel: payload.guild.mfa_level,
|
|
18
19
|
name: payload.guild.name,
|
|
19
20
|
nsfwLevel: payload.guild.nsfw_level,
|