diff --git a/other_ext/webhook_helper.py b/other_ext/webhook_helper.py index 9761117..812d5b5 100644 --- a/other_ext/webhook_helper.py +++ b/other_ext/webhook_helper.py @@ -103,6 +103,8 @@ class Extension: kwargs["profile"] = message.embeds[0].author.url del kwargs["requester_profile"] + print(kwargs) + try: if type(executor) == str: result = await self.core.loaded_extensions[executor](**kwargs)