mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
tris lovely typos
This commit is contained in:
@@ -22,7 +22,7 @@ export async function getGuild(
|
||||
|
||||
const guild = await bot.transformers.guild(bot, {
|
||||
guild: result,
|
||||
shardId: Number((BigInt(guildId) >> 22n) % BigInt(ws.botGatewayData.shards)),
|
||||
shardId: bot.utils.calculateShardId(bot.gateway, guildId),
|
||||
});
|
||||
|
||||
if (options.addToCache) {
|
||||
|
||||
Reference in New Issue
Block a user