(message)
| 27 | |
| 28 | @bot.message_reaction_handler(func=lambda message: True) |
| 29 | def get_reactions(message): |
| 30 | bot.reply_to(message, f"You changed the reaction from {[r.emoji for r in message.old_reaction]} to {[r.emoji for r in message.new_reaction]}") |
| 31 | |
| 32 | |
| 33 | bot.infinity_polling(allowed_updates=['message', 'message_reaction']) |
nothing calls this directly
no test coverage detected
searching dependent graphs…