is there any bot sample which uses shard feature on Discord.Net ?
also i couldn't find example usage in documentation
I recommend updating issue title to something along the lines of...
[Request] Documentation example for using Shard feature.
https://github.com/PassiveModding/RavenBOT
It's pretty simple, mostly just changing all instances of discordsocketclient with discordshardedclient
Watch out, though. Some events like Ready don't exist, and events like ShardReady and ShardDisconnect do exist
Most helpful comment
I recommend updating issue title to something along the lines of...
[Request] Documentation example for using Shard feature.