diff options
| -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  |