我希望我的机器人删除特定的表情符号(其中有许多),他在获取消息后会做出反应。我使用此行从特定用户中删除所有表情符号:
reaction.users.remove(user.id);
但是文档:
.remove()
Removes all users from this reaction.
有可能吗?我不想删除机器人的所有反应。
答案 0 :(得分:0)
fetchedMsg.reactions.resolve(emojiIDtoRemove).users.remove(user.id);