HOW DOES THIS STATUS THING WORK?
How can a discord bot have no status like not be in online, idle, invisible, do not disturb just no status some bots have that and I'm curious how its done.
![No description](https://cdn.answeroverflow.com/1336110660718825482/Screenshot_20250203_234902_Discord.png)
3 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!
- ✅
Marked as resolved by staffPretty sure that happens for HTTP bots that receive interactions via web requests and don't connect to the gateway.
Oh...got it, thank u for helping.