From f2fa55a8aa305f225b27246d5d5a9b77e416c2d7 Mon Sep 17 00:00:00 2001 From: gsd Date: Thu, 9 Mar 2023 21:56:43 +0300 Subject: [PATCH] =?UTF-8?q?=D1=87=D0=B5=20=D1=87=D0=B5=20=D0=BE=D0=BF?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B8=D1=85=D1=83=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other_ext/webhook_helper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/other_ext/webhook_helper.py b/other_ext/webhook_helper.py index 4975ae6..b24c7d8 100644 --- a/other_ext/webhook_helper.py +++ b/other_ext/webhook_helper.py @@ -54,6 +54,8 @@ class Extension: if not reaction.message.guild.get_member(user.id).get_role(self.track_role_id): return + print(reaction.emoji) + if str(reaction.emoji) in self.webhook_reaction_translate.keys(): executor, kwargs = self.webhook_reaction_translate[str(reaction.emoji)] if "requester" in kwargs: