Search code examples
javascriptdiscorddiscord.js

Discord.js How to add customemoji inside embed?


<:fly:714097004367839282> when i add it show :fly: how to fix?

const Embed = new Discord.MessageEmbed()
    .setColor('#16E9DE')
    .setTitle('<:fly:714097004367839282> Helo bot <:fly:714097004367839282> ')
    .setAuthor('Bot hello')
    .setDescription('<:fly:714097004367839282> Hello <:fly:714097004367839282>')
    .setThumbnail('')
    .setTimestamp()
  .setFooter('BeamKunGzMARK#3855', 'https://i.imgur.com/POZeOUa.png');

Solution

  • Bot need to inside your server emoji custom too