Question Guild Tags
Can a Discord bot get a guild tag from a user, so that if the tag is set, the bot will assign a role, if it removes the tag, the role will be removed

4 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!not documented, thus not supported yet
Can I implement this somehow through crutches?
you can manually fetch the user through the API; the tag should be in there already
but we dont provide support for that