main: also accept 👍with other colors

This commit is contained in:
lemoer 2025-01-13 21:58:28 +01:00
parent 686d9e06ba
commit f4937c40e2

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: