From d7510a32f408c7cdca3355051987e7df0806b3b4 Mon Sep 17 00:00:00 2001 From: RohanJnr Date: Mon, 7 Oct 2019 21:38:24 +0530 Subject: added function annotations to new command --- bot/seasons/evergreen/trivia_quiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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) -- cgit v1.2.3