📌  相关文章
📜  discord js 删除用户的反应 - Javascript 代码示例

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

代码示例4
@client.event
async def on_reaction_add(reaction, user):
    if reaction.message.content == "try me":
        await reaction.remove(user)