1msg.channel.send("<:bat_food_full:786954379223367710>");
2//msg.channel.send("<:emoji_name:ID>");
3
4/*---
5To get ID, in discord; type "\" then the name of your emoji
6
7For Example, type
8\:bat_food:
9and it will return
10<:bat_food:786554369626347415>
11---*/
1message.channel.send("<:NAMEHERE:IDHERE>")
2// OR
3const Emoji = "<:NAMEHERE:IDHERE>"
4// HOW TO GET ID?
5/* Right Click Emoji Inspect Find the link open in new tab
6The ID Will be in the link */