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: