aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/hangman.py
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-10-02 16:00:04 +0100
committerGravatar GitHub <[email protected]>2022-10-02 16:00:04 +0100
commit0b240f2ee9c9178c223c6cf9675684354dc3e231 (patch)
tree52b9a682e2d7a1b31987454f1b5ff88d857db09b /bot/exts/fun/hangman.py
parentRemove extra space. (diff)
parentMerge pull request #1110 from python-discord/fix-issue-1106 (diff)
Merge branch 'main' into fix-GH-1108
Diffstat (limited to 'bot/exts/fun/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
)