mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Moo
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = class HangmanCommand extends Command {
|
||||
points++;
|
||||
}
|
||||
}
|
||||
if (word.length === confirmation.length) return msg.say('You won!');
|
||||
else return msg.say('Too bad...');
|
||||
if (word.length === confirmation.length) return msg.say(`You won, it was ${word}!`);
|
||||
else return msg.say(`Too bad... It was ${word}...`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user