From cc762329d00d684ec6c6ac4f0f327acc35bc1950 Mon Sep 17 00:00:00 2001 From: *x1 Date: Tue, 28 May 2024 00:42:07 +0200 Subject: [PATCH] Update ajout du nombre de coins perdu + replace 'feuile' en 'feuille' --- commands/jeux/pierre-feuille-ciseau.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/jeux/pierre-feuille-ciseau.js b/commands/jeux/pierre-feuille-ciseau.js index 67d4bb8..971918c 100644 --- a/commands/jeux/pierre-feuille-ciseau.js +++ b/commands/jeux/pierre-feuille-ciseau.js @@ -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) {