diff --git a/commands/games/hangman.js b/commands/games/hangman.js index d904c4cd..114a2789 100644 --- a/commands/games/hangman.js +++ b/commands/games/hangman.js @@ -63,7 +63,7 @@ module.exports = class HangmanCommand extends Command { if (word[i] === choice) { confirmation.push(word[i]); display[i] = word[i]; - } + } } } else { await msg.say('Nope!'); diff --git a/package.json b/package.json index e385a24d..a057ad9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "22.3.2", + "version": "22.3.3", "description": "A Discord Bot", "main": "Shard.js", "scripts": {