From a617f5cfbbcecea4c2627f50fe4497ea7f09667c Mon Sep 17 00:00:00 2001 From: Izan Date: Sun, 2 Oct 2022 14:02:10 +0100 Subject: Fix position-only arg in hangman.py --- bot/exts/fun/hangman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/fun/hangman.py') 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 ) -- cgit v1.2.3