Replies: 3 comments
-
And for processing compatibility, i need class attributes to be match. |
Beta Was this translation helpful? Give feedback.
-
It's API naming.
m.id was old time naming mistake and is left for backward compatibility. |
Beta Was this translation helpful? Give feedback.
-
It's not the update listener, but handler. |
Beta Was this translation helpful? Give feedback.
-
I use the message listener as in the example:
Judging by the name, it should handle all\updates. But I don't get any reaction updates.
Handlers are triggered in this case:
@bot.message_reaction_handler(func=lambda m: "👻" in [r.emoji for r in m.new_reaction])
Or maybe there is a special listner?
For now, I'll use the following trick:
Beta Was this translation helpful? Give feedback.
All reactions