How can I get emoji ID?

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

Did you find this page helpful?