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

2
other_ext/webhook_helper.py

@ -103,6 +103,8 @@ class Extension:
kwargs["profile"] = message.embeds[0].author.url kwargs["profile"] = message.embeds[0].author.url
del kwargs["requester_profile"] del kwargs["requester_profile"]
print(kwargs)
try: try:
if type(executor) == str: if type(executor) == str:
result = await self.core.loaded_extensions[executor](**kwargs) result = await self.core.loaded_extensions[executor](**kwargs)

Loading…
Cancel
Save