How can I get emoji ID?
For example 📢 with \ in front does not yield anything, please help
16 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 staffdefault emojis dont have an id
their "id" is their unicode representation
how can I set one with setAppliedTags()
you.. dont?
that method has nothing to do with emojis
well I created a tag wih setAvailableTags and now I want to set them
fetch the tags and use the id of the tag there
and one more question
when I use
emoji is not showing up in tags
You'd put 💻 instead of
:computer:
it's not working
Show the updated code
fixed it!
Nice, what was the issue?