#Multiple replies on shards

5 messages · Page 1 of 1 (latest)

clever bobcat
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

winter swan
#

Remove shards: settings you might still have in your ClientOptions in index.js

winter swan
#

Which part of my statement was confusing?

winter swan
#

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