diff --git a/cogs/quiz.py b/cogs/quiz.py index 40c4f14..52f9559 100644 --- a/cogs/quiz.py +++ b/cogs/quiz.py @@ -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):