aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2022-10-02 14:02:10 +0100
committerGravatar Izan <[email protected]>2022-10-02 14:17:57 +0100
commita617f5cfbbcecea4c2627f50fe4497ea7f09667c (patch)
treeb56438737a373f5d98370568e7f9cea975e2c479
parentBump rapidfuzz from 2.10.1 to 2.10.2 (#1105) (diff)
Fix position-only arg in hangman.py
-rw-r--r--bot/exts/fun/hangman.py2
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
)