Changed quiz interval

This commit is contained in:
2020-11-14 13:38:36 +01:00
parent e7931b20a1
commit 75802142e8

View File

@@ -84,9 +84,9 @@ class Quiz(commands.Cog):
self.timeout = 60*10
@commands.group(name="questions",case_insensitive=True, invoke_without_command=True)
@commands.group(name="quiz",case_insensitive=True, invoke_without_command=True)
@commands.check(checks.isModPlus)
async def quiz_bot(self, ctx, f, *args):
async def quiz(self, ctx, f, *args):
pass
@quiz.command(name="auto")