fixed little syntax error

This commit is contained in:
2020-11-10 01:01:36 +01:00
parent c77df4bee2
commit b1ac074685

View File

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