From a0428c4c09526bcc8479d64c06b0cc15fda4cccc Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 8 Mar 2023 21:43:57 +0300 Subject: [PATCH] f --- other_ext/webhook_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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