Dev Environment with Sharding
Hey, I'm about to start working on getting my bot ready for sharding, but I'm not sure how to go about creating the environment on my development bot. Any tips?
6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
traditional sharding
i meant moreso how do i test changes on a development bot that's only in a few servers and force sharding for it?
i'll follow the guide and docs while making the transition over but i just need to make sure 2+ shards can communicate to each other correctly since quite a few things need to be refactored
i'm trying to pass totalShards as a ShardManagerOption but it only ever boots up 1
👍