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

2
other_ext/webhook_helper.py

@ -38,7 +38,7 @@ class Extension:
for emoji in list(self.webhook_reaction_translate.keys()): for emoji in list(self.webhook_reaction_translate.keys()):
try: try:
message.add_reaction(emoji) await message.add_reaction(emoji)
except Exception as err: except Exception as err:
print(f"Cannot add reaction on webhook, error: {err}") print(f"Cannot add reaction on webhook, error: {err}")
return return

Loading…
Cancel
Save