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()):
try:
message.add_reaction(emoji)
await message.add_reaction(emoji)
except Exception as err:
print(f"Cannot add reaction on webhook, error: {err}")
return

Loading…
Cancel
Save