diff options
author | 2021-05-09 18:40:49 -0300 | |
---|---|---|
committer | 2021-05-09 18:40:49 -0300 | |
commit | 675d2a03ececa926b5e3f7c129afb3f51b2a8213 (patch) | |
tree | 5a0e79dccb811d8b635e9040d2ae0cb90847d273 | |
parent | reverted all undesired black formatting changes (diff) |
fix lint failure; add a newline at line 444
-rw-r--r-- | bot/exts/evergreen/trivia_quiz.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py index 79cf1318..f20a21f5 100644 --- a/bot/exts/evergreen/trivia_quiz.py +++ b/bot/exts/evergreen/trivia_quiz.py @@ -441,6 +441,7 @@ class TriviaQuiz(commands.Cog): async def stop_quiz(self, ctx: commands.Context) -> None: """ Stop a quiz game if its running in the channel. + Note: Only mods or the owner of the quiz can stop it. """ if self.game_status[ctx.channel.id] is True: |