shardCount client options
Let’s say a bot uses 9 shards. Would shardCount in client options if it’s set to 3 for example would that it will put 3 shards on 1 process (making 3 processes instead of 9) or is it 3 shards per 9 processes now?
2 Replies
• 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.I see shardCount is how many total shards you want/need. And shards would be which shards is running on that process. Thank you for your help!