mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Cats
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class HangmanCommand extends Command {
|
|||||||
let points = 0;
|
let points = 0;
|
||||||
const confirmation = [];
|
const confirmation = [];
|
||||||
const display = '_'.repeat(word.length).split('');
|
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`
|
await msg.code(null, stripIndents`
|
||||||
___________
|
___________
|
||||||
| |
|
| |
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/dragonfire535/xiaobot#readme",
|
"homepage": "https://github.com/dragonfire535/xiaobot#readme",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.0.0"
|
"node": "8.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bufferutil": "^3.0.1",
|
"bufferutil": "^3.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user