aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/easter/easter_riddle.py
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2019-12-03 22:17:55 -0800
committerGravatar GitHub <[email protected]>2019-12-03 22:17:55 -0800
commit8e21889d68be318c662a464ecaaeaf0bc1864424 (patch)
tree15dc5c0860b2180d682f096df061360f468a5897 /bot/seasons/easter/easter_riddle.py
parentReadd user agent to request header (diff)
parentMerge pull request #308 from python-discord/dependabot/pip/pillow-6.2.0 (diff)
Merge branch 'master' into exclude-draft-prs
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 4b98b204..f5b1aac7 100644
--- a/bot/seasons/easter/easter_riddle.py
+++ b/bot/seasons/easter/easter_riddle.py
@@ -83,7 +83,7 @@ class EasterRiddle(commands.Cog):
self.current_channel = None
@commands.Cog.listener()
- async def on_message(self, message: discord.Messaged) -> None:
+ async def on_message(self, message: discord.Message) -> None:
"""If a non-bot user enters a correct answer, their username gets added to self.winners."""
if self.current_channel != message.channel:
return