diff --git a/main.py b/main.py index 07f790a..8a040dd 100644 --- a/main.py +++ b/main.py @@ -364,7 +364,7 @@ class LabCleaningBot: response_msg = "" - if emoji == "👍" and not isRemove: + if emoji.startswith("👍") and not isRemove: accept_result = request.try_accept(now=reactionTimestamp) match accept_result: