#Multiple replies on shards
5 messages · Page 1 of 1 (latest)
Remove shards: settings you might still have in your ClientOptions in index.js
Which part of my statement was confusing?
If that truly is the case I‘m gonna invoke #rules 2, 4 & 5. but I doubt you don’t understand any of it. So ask questions about the parts you don’t understand…
index.js ?
ClientOptions ?
shards: setting ?
Remove ?
… ?
There are two ways to shard. Internal by adding a shards: option in the Client constructor. And traditional with a ShardingManager like you do. When doing traditional you need to make sure you don’t have any internal settings too. Show your client constructor in index.js to make this easier