You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two clusters, one updating shards from 0 to 1 and the other updating shards from 2 to 3. However, it seems only the latter is working. I am getting no errors. The Top.GG page only has 2 shards and the guild count of the shards 2 and 3.
This is how I update the stats: await me.UpdateStatsAsync(FirstShard, TotalShardsInBot, guildCounts.ToArray());
First cluster:
FirstShard = 0
TotalShardsInBot = 4
guildCounts -> a list containing two numbers
Second cluster:
FirstShard = 2
TotalShardsInBot = 4
guildCounts -> a list containing two numbers
Can anyone help me? What am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered:
I have two clusters, one updating shards from 0 to 1 and the other updating shards from 2 to 3. However, it seems only the latter is working. I am getting no errors. The Top.GG page only has 2 shards and the guild count of the shards 2 and 3.
This is how I update the stats:
await me.UpdateStatsAsync(FirstShard, TotalShardsInBot, guildCounts.ToArray());
First cluster:
FirstShard = 0
TotalShardsInBot = 4
guildCounts -> a list containing two numbers
Second cluster:
FirstShard = 2
TotalShardsInBot = 4
guildCounts -> a list containing two numbers
Can anyone help me? What am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: