This commit is contained in:
Daniel Odendahl Jr
2017-06-14 16:05:32 +00:00
parent 8d3d5ded92
commit 79f55d2c59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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!');