Update ajout du nombre de coins perdu + replace 'feuile' en 'feuille'

This commit is contained in:
*x1
2024-05-28 00:42:07 +02:00
parent ac90607c96
commit cc762329d0
+2 -2
View File
@@ -86,7 +86,7 @@ module.exports = {
let coupBot = ''
let coupBotA = ''
if (result === 0) {
coupBot = 'feuile';
coupBot = 'feuille';
coupBotA = 'f'
} else if (result === 1) {
coupBot = 'ciseau';
@@ -121,7 +121,7 @@ module.exports = {
win = true
} else {
gain = 0 - args[0];
description = 'Tu as perdu... le bot a jouer `' + coupBot + '` !';
description = 'Tu as perdu `' + args[0] + '`coins... Le bot a jouer `' + coupBot + '` !';
}
if (win == true) {