Display incorrect in hangman

This commit is contained in:
Dragon Fire
2018-08-09 19:24:45 -04:00
parent 416e3a777a
commit b9e6620b4c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ module.exports = class HangmanCommand extends Command {
await msg.say(stripIndents`
${displayText === null ? 'Here we go!' : displayText ? 'Good job!' : 'Nope!'}
\`${display.join(' ')}\`. Which letter do you choose?
Incorrect Tries: ${incorrect.join(', ') || 'None'}
\`\`\`
___________
| |
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "85.12.2",
"version": "85.12.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {