diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/evergreen/trivia_quiz.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py index d024f856..5553898d 100644 --- a/bot/exts/evergreen/trivia_quiz.py +++ b/bot/exts/evergreen/trivia_quiz.py @@ -553,9 +553,9 @@ class TriviaQuiz(commands.Cog):      @staticmethod      async def send_answer( -            channel: discord.TextChannel, -            answers: List[str], -            question_dict: dict, +        channel: discord.TextChannel, +        answers: List[str], +        question_dict: dict,      ) -> None:          """Send the correct answer of a question to the game channel."""          if "info" in question_dict: | 
