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