Kurasuta
Kurasuta copied to clipboard
Retrieve the list of shards
I would like to know on each shard how many guilds there are
and when I do it with client.shard.fetchClientValues('guilds.cache.size') it only gives me my 2 cluster and not my 20 shard
And I can't find
This is not easily doable due to how d.js handles internal sharding, what you can do tho is calculate a average from the shard count and guilds in the cluster instead, why would you need to know how many guilds are on each shard in specific anyway 👀
This is not easily doable due to how d.js handles internal sharding, what you can do tho is calculate a average from the shard count and guilds in the cluster instead, why would you need to know how many guilds are on each shard in specific anyway 👀
what is d.js (discord.js ?)
yes