mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Add end note to hangman
This commit is contained in:
@@ -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'}
|
||||
\`\`\`
|
||||
___________
|
||||
|
||||
Reference in New Issue
Block a user