mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 07:11:49 +02:00
Display incorrect in hangman
This commit is contained in:
@@ -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'}
|
||||
\`\`\`
|
||||
___________
|
||||
| |
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "85.12.2",
|
||||
"version": "85.12.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user