Add end note to hangman

This commit is contained in:
Dragon Fire
2021-01-30 23:46:37 -05:00
parent e2d7a568e4
commit c96e4f5856
+1 -1
View File
@@ -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'}
\`\`\`
___________