This commit is contained in:
Daniel Odendahl Jr
2017-06-14 00:57:19 +00:00
parent 1a6b4ada7a
commit 37cf13f375
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = class HangmanCommand extends Command {
let points = 0;
const confirmation = [];
const display = '_'.repeat(word.length).split('');
while (word.length !== confirmation.length && points < 6) {
while (word.length !== confirmation.length && points < 7) {
await msg.code(null, stripIndents`
___________
| |
+1 -1
View File
@@ -31,7 +31,7 @@
},
"homepage": "https://github.com/dragonfire535/xiaobot#readme",
"engines": {
"node": "8.0.0"
"node": "8.1.1"
},
"dependencies": {
"bufferutil": "^3.0.1",