Changed quiz interval
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user