mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
autoconvert handler messages
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user