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": {