@ -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)