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
d.js docs
d.js docs2y ago
• 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 property Presence#status The status of this property GuildMember#presence The presence of this guild member
Mau
Mau2y ago
Ahh its in member
Jaworek
Jaworek2y ago
yeah it was changed in v13
Mau
Mau2y ago
My bad