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
- 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 OPcustom 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 atmOkay, thank you so much! I'll try that now!