tris lovely typos

This commit is contained in:
Skillz4Killz
2021-10-25 18:35:39 +00:00
committed by GitHub
parent 4d33e1f68b
commit a42ca52c06
102 changed files with 331 additions and 277 deletions
+1 -1
View File
@@ -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) {