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