diff --git a/other_ext/webhook_helper.py b/other_ext/webhook_helper.py index 5a5df44..4975ae6 100644 --- a/other_ext/webhook_helper.py +++ b/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