#server emojis not working on embed discordjs
16 messages · Page 1 of 1 (latest)
to use server emojis like that you have to use the correct format
<a:name:id>
where a if animated
!neko_nod -> 
@sweet wraith how can I get the id, lets say the user just inputs :custom_emoji:?
I don't understand
const embed = new EmbedBuilder()
.setTitle(title)
When on the title I put :firecape: a custom emoji, it just appears like that on the title
you did not understand what i just told you, if you want to use custom emojis, the emoji has to be written as <a:name:id> in the embed
your title has to be .setTitle('<emojiname:123456789992392>')
put a backslash before the custom emoji and then send it