fixed little syntax error
This commit is contained in:
@@ -97,7 +97,7 @@ class Quiz(commands.Cog):
|
||||
@commands.Cog.listener()
|
||||
async def on_ready(self):
|
||||
self.auto = True
|
||||
casyncio.create_task(self.start_auto_quiz()
|
||||
asyncio.create_task(self.start_auto_quiz())
|
||||
|
||||
async def ask_question(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user