aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/trivia_quiz.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/evergreen/trivia_quiz.py')
-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 1c2ba969..5b8eb65e 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):
+ 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)