📌  相关文章
📜  如何以 ID discord.js 发送表情符号 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:26.985000             🧑  作者: Mango

代码示例1
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>
---*/