📌  相关文章
📜  discord.py 检查消息是否有某种反应 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:04.626000             🧑  作者: Mango

代码示例1
emoji = "" # some emoji as a string
if any(reaction.emoji == emoji for reaction in message.reactions):
    # there is at least one reaction of the specified emoji