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!');
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "22.3.2",
"version": "22.3.3",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {