I want my bot to display emoji from another server, but instead of emoji, I get undefined. The emoji ID is correct. Here is my code:
const emoji = client.emojis.cache.get("<:money:914429973593468938>")
message.reply(`${emoji}`)
why not use message.reply("<:money:914429973593468938>") instead. work just fine for me.
Yeah I know your question already answered in comment