Update fractale.py
This commit is contained in:
parent
1fafc61094
commit
bc816d68ba
@ -93,7 +93,7 @@ class MainClass():
|
||||
else:
|
||||
await self.modules['help'][1].send_help(message.channel, self)
|
||||
async def send_fractal(self, *args):
|
||||
await self.client.loop.run_in_executor(ThreadPoolExecutor(), send_fractal_async, *args)
|
||||
await self.client.loop.run_in_executor(ThreadPoolExecutor(), self.send_fractal_async, *args)
|
||||
|
||||
async def send_fractal_async(self, message, command):
|
||||
parsed_data=self.parse(command)
|
||||
|
Loading…
Reference in New Issue
Block a user