mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-11 15:55:43 +02:00
Update ajout du nombre de coins perdu + replace 'feuile' en 'feuille'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user