I was trying to implement the shard counting today, but it seems a bit complicated.
I know that indexShard is the shard you are posting from, shardCount is how many shards, and shards is a array of numbers that says how many servers are on each shard.
Except I don't have a specific shard that I'm posting from, and this doesn't sound the same as the docs.
Is it maybe an idea to add examples for people that use Discord.NET on how to use this (with DiscordShardedClient)? Because I also searched github and I didn't find anyone that actually implemented this successfully.
I was trying to implement the shard counting today, but it seems a bit complicated.
I know that indexShard is the shard you are posting from, shardCount is how many shards, and shards is a array of numbers that says how many servers are on each shard.
Except I don't have a specific shard that I'm posting from, and this doesn't sound the same as the docs.
Is it maybe an idea to add examples for people that use Discord.NET on how to use this (with
DiscordShardedClient)? Because I also searched github and I didn't find anyone that actually implemented this successfully.