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) {