autoconvert handler messages

This commit is contained in:
ITOH
2021-04-24 23:17:11 +02:00
parent 6d4c51a4eb
commit be2bbbdd99
54 changed files with 181 additions and 248 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export async function getGuild(
const structure = await structures.createDiscordenoGuild(
result,
(BigInt(guildId) >> 22n) % BigInt(ws.botGatewayData.shards),
Number((BigInt(guildId) >> 22n) % BigInt(ws.botGatewayData.shards)),
);
if (options.addToCache) {