From 75802142e8c51e54514aca4fe0fb5d791d281a9e Mon Sep 17 00:00:00 2001 From: victormylle Date: Sat, 14 Nov 2020 13:38:36 +0100 Subject: [PATCH] Changed quiz interval --- cogs/quiz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/quiz.py b/cogs/quiz.py index cdff2d3..68bb6a7 100644 --- a/cogs/quiz.py +++ b/cogs/quiz.py @@ -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")