diff options
author | 2021-09-19 18:46:51 +0200 | |
---|---|---|
committer | 2021-09-19 18:46:51 +0200 | |
commit | 1a981e127a5ad87382c846851c0930226405fcda (patch) | |
tree | e02f2ab68d8d4a868981d8cffdfbcb547b4dbed1 | |
parent | Remove multiplayer mode and correctly check current channel (diff) |
Remove false comment
-rw-r--r-- | bot/exts/fun/hangman.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/fun/hangman.py b/bot/exts/fun/hangman.py index db95ba5c..a2c8c735 100644 --- a/bot/exts/fun/hangman.py +++ b/bot/exts/fun/hangman.py @@ -94,7 +94,6 @@ class Hangman(commands.Cog): tries = 6 guessed_letters = set() - # Checking if the game is singleplayer def check(msg: Message) -> bool: return msg.author == ctx.author and msg.channel == ctx.channel |