Is it possible to set a "global" bot status instead of a per-shard status?
Essentially, I just want to be able to update the status once for the entire bot. Since I grab data from an API, and an API call 13 times (once per shard) isn't exactly ideal
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!No, you can't set a status from another shard.
You can however grab your data from only one shard (e.g. shard 0) and then set it on all (one by one).