Guild tag
Using Discord.js or the API directly, is there a way to retrieve the new guild tags displayed next to a user's username? Any help would be appreciated.
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!its not supported yet in djs, but you can fetch the user via the API, that should contain the tag
Okay, thanks, I'll check that out when I can