#fetchRecommendedShardCount

1 messages · Page 1 of 1 (latest)

hidden snow

I want to know how this works, since shard_id = (guild_id >> 22) % num_shards, hinting that we can't anticipate guildsPerShard. There's multipleOf as well, how do these terms link together in a single expression?