diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/fun/hangman.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/fun/hangman.py b/bot/exts/fun/hangman.py index 6c4ed69c..f385a955 100644 --- a/bot/exts/fun/hangman.py +++ b/bot/exts/fun/hangman.py @@ -110,7 +110,7 @@ class Hangman(commands.Cog):              try:                  message = await self.bot.wait_for( -                    event="message", +                    "message",                      timeout=60.0,                      check=check                  )  |