discord js custom emoji in embed code example
Example: discord.js emoji in embed
message.channel.send("<:NAMEHERE:IDHERE>")
// OR
const Emoji = "<:NAMEHERE:IDHERE>"
// HOW TO GET ID?
/* Right Click Emoji Inspect Find the link open in new tab
The ID Will be in the link */