aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/easter/easter_riddle.py
diff options
context:
space:
mode:
authorGravatar Chris G <[email protected]>2019-09-10 22:34:30 -0600
committerGravatar GitHub <[email protected]>2019-09-10 22:34:30 -0600
commit8347c9ea91b5ec05cd57ddf6d40e88c9bac8ddd5 (patch)
tree82d0f8647b9fbb38e4462e0e26471da1124d506e /bot/seasons/easter/easter_riddle.py
parentUpdate contrib doc for allowing edits from maintainers (#268) (diff)
parentUpdate bot/seasons/evergreen/snakes/utils.py (diff)
Merge pull request #269 from python-discord/hacktoberfest-update
Hacktoberfest update & SaL Fix
Diffstat (limited to 'bot/seasons/easter/easter_riddle.py')
-rw-r--r--bot/seasons/easter/easter_riddle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/easter_riddle.py b/bot/seasons/easter/easter_riddle.py
index 56555586..b612f8b9 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):
- """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