diff options
| author | 2019-09-11 11:33:16 -0400 | |
|---|---|---|
| committer | 2019-09-11 11:33:16 -0400 | |
| commit | da20c52802cbb4c68cfbb058e9ffc986b591240f (patch) | |
| tree | bf38f7863925b393326edf4dc04453508e545a2b /bot/seasons/easter/easter_riddle.py | |
| parent | Merge branch 'master' into flake8-annotations (diff) | |
Fix incorrect merge conflict resolutions, lint remaining items
Diffstat (limited to 'bot/seasons/easter/easter_riddle.py')
| -rw-r--r-- | bot/seasons/easter/easter_riddle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/easter_riddle.py b/bot/seasons/easter/easter_riddle.py index c3f19055..4b98b204 100644 --- a/bot/seasons/easter/easter_riddle.py +++ b/bot/seasons/easter/easter_riddle.py @@ -84,7 +84,7 @@ class EasterRiddle(commands.Cog): @commands.Cog.listener() async def on_message(self, message: discord.Messaged) -> None: - """If a non-bot user enters a correct answer, their username gets added to self.winners""" + """If a non-bot user enters a correct answer, their username gets added to self.winners.""" if self.current_channel != message.channel: return |