Bot Emojis on embeds

I've added a few emojis to my bot on the Dev Portal. When I use them (<a:name:id>) on a regular message like interaction.send({content: "<a:name:id>"}) it works fine, it shows and animates. The thing is that if I use them on a embed.setDescription("<a:name:id>") it'll show the name only... :name: like that... Why is this happening?
16 Replies
d.js toolkit
d.js toolkit2mo 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 OP
XurxoMF
XurxoMFOP2mo ago
.setDescription(`${EMOJIS.LOADING} Preparing everything!`)
.setDescription(`${EMOJIS.LOADING} Preparing everything!`)
This doesn't work
await interaction.deferReply()

interaction.editReply(`> ${EMOJIS.LOADING} **Pong!** *Client \`${ping}ms\`* · *Websocket: \`${DClient.ws.ping}ms\`*`)
await interaction.deferReply()

interaction.editReply(`> ${EMOJIS.LOADING} **Pong!** *Client \`${ping}ms\`* · *Websocket: \`${DClient.ws.ping}ms\`*`)
This works
XurxoMF
XurxoMFOP2mo ago
If I post it as code it'll replace it with :loading: xD
No description
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
XurxoMF
XurxoMFOP2mo ago
That, sorry
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
XurxoMF
XurxoMFOP2mo ago
Give me asecond ^^
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
XurxoMF
XurxoMFOP2mo ago
No description
XurxoMF
XurxoMFOP2mo ago
It works on regular messages but not on embeds Same emoji, same bot... Ohhh wait... it may be bc of the webhook?
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
XurxoMF
XurxoMFOP2mo ago
It doesn't count as "same bot"
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
XurxoMF
XurxoMFOP2mo ago
Shiiiii, ok, mb, sorry for been dumb :av_gato_cry:
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
XurxoMF
XurxoMFOP2mo ago
Dw, I'll upload it to the server It's private so... Thx a lot for the help ^^

Did you find this page helpful?