How to get user status
How do I get the status of a user? I assumed it was in a User object but I cannot seem to find it. Basically what I am looking for is the string value of like
"online" | "dnd" | "idle"
and all that stuff.4 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 Presence#status
The status of this GuildMember#presence
The presence of this guild memberAhh its in member
yeah it was changed in v13
My bad