From b9e6620b4c2c4730f69be59bed594ae977a05612 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 9 Aug 2018 19:24:45 -0400 Subject: [PATCH] Display incorrect in hangman --- commands/games/hangman.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/games/hangman.js b/commands/games/hangman.js index 4c01c619..0ae13fc3 100644 --- a/commands/games/hangman.js +++ b/commands/games/hangman.js @@ -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'} \`\`\` ___________ | | diff --git a/package.json b/package.json index f93f6a12..29a6587b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "85.12.2", + "version": "85.12.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {