Browse Source

че че опа нихуя

huy
gsd 2 years ago
parent
commit
f2fa55a8aa
  1. 2
      other_ext/webhook_helper.py

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

Loading…
Cancel
Save