From c96e4f58566f2f04f091f96f1e09e318ff2e6f51 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Jan 2021 23:46:37 -0500 Subject: [PATCH] Add end note to hangman --- commands/games-sp/hangman.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/hangman.js b/commands/games-sp/hangman.js index 45aebd3c..9298143a 100644 --- a/commands/games-sp/hangman.js +++ b/commands/games-sp/hangman.js @@ -43,7 +43,7 @@ module.exports = class HangmanCommand extends Command { while (word.length !== confirmation.length && points < 6) { await msg.say(stripIndents` ${displayText === null ? 'Here we go!' : displayText ? 'Good job!' : 'Nope!'} - \`${display.join(' ')}\`. Which letter do you choose? + \`${display.join(' ')}\`. Which letter do you choose? Type \`end\` to forfeit. Incorrect Tries: ${incorrect.join(', ') || 'None'} \`\`\` ___________