From f4937c40e2d49c4df5b3d07d426c454ab3d0a586 Mon Sep 17 00:00:00 2001 From: lemoer Date: Mon, 13 Jan 2025 21:58:28 +0100 Subject: [PATCH] =?UTF-8?q?main:=20also=20accept=20=F0=9F=91=8Dwith=20othe?= =?UTF-8?q?r=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: