#running a Discord bot on multiple hosts
5 messages · Page 1 of 1 (latest)
• 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.
there's shardList option for sharding
i don't know anything about shardList, but does it function along the lines of an input array in which i specify which shards go online on each host?
ex.
(inside shard manager)
shardList: [ 0, ..., 49 ]