aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/evergreen/trivia_quiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/trivia_quiz.py b/bot/seasons/evergreen/trivia_quiz.py
index 5b8eb65e..9a5cf43c 100644
--- a/bot/seasons/evergreen/trivia_quiz.py
+++ b/bot/seasons/evergreen/trivia_quiz.py
@@ -186,7 +186,7 @@ class TriviaQuiz(commands.Cog):
await asyncio.sleep(2)
@commands.command(name="scoreboard")
- async def overall_scoreboard(self, ctx: commands.Context)-> None:
+ async def overall_scoreboard(self, ctx: commands.Context) -> None:
"""View everyone's score for this bot session."""
await self.send_score(ctx.channel, self.player_scores)