Compare commits

..

2 Commits
main ... main

View File

@ -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: