Emojis in embed
I need a wizard. This black magic has me lost.
I'm trying to show emoji's in an embed.
This one does not work:
This one does work:
What am I missing here?
6 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 OPWhat do you mean by does not work, can you show a screenshot?
Sure, first image is the first, second one is the second.
Here's the console log of the fields in the first
The second one is just an edit of the first message if that matters.
Maybe the issue lies in discord channel permissions, the embeds work fine in a different channel.
Making a new channel fixed it, but the bot has admininistrator access. Any explanations(I understand at this point it isn't discordjs)..?
That may be, if you use editReply/followUp the permissions for @“everyone” are used and therefore that “role” needs to have “Use external emojis” permission.
That's a bug on discords side but they are apparently too lazy to fix it.