Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only 2 shards out of 4 are getting updated #18

Open
NexganGH opened this issue Mar 10, 2021 · 0 comments
Open

Only 2 shards out of 4 are getting updated #18

NexganGH opened this issue Mar 10, 2021 · 0 comments

Comments

@NexganGH
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant