From 79f55d2c59bf8685f1a1d7dc9061157cdf9f392b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 14 Jun 2017 16:05:32 +0000 Subject: [PATCH] Oops --- commands/games/hangman.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {