Answers for "how to send emoji as ID discord.js"

2

how to send emoji as ID discord.js

msg.channel.send("<:bat_food_full:786954379223367710>");
//msg.channel.send("<:emoji_name:ID>");

/*---
To get ID, in discord; type "\" then the name of your emoji 

For Example, type
\:bat_food:
and it will return
<:bat_food:786554369626347415>
---*/
Posted by: Guest on December-11-2020

Code answers related to "how to send emoji as ID discord.js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language