Vanity Role

I've been trying to figure out how to see a user's custom status/description, is there anyway to do that? I've tried looking their the docs and haven't found anything to see their description or custom status.
3 Replies
d.js toolkit
d.js toolkit2w ago
- 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 OP
duck
duck2w ago
custom statuses are just activities of type ActivityType.Custom, so you can access them by parsing <GuildMember>.presence.activities if by description you mean their bio/about me, that's unavailable through the api atm
Sincerely, alxx ᴬᴳ
Okay, thank you so much! I'll try that now!

Did you find this page helpful?