diff --git a/commands/jeux/pile-face.js b/commands/jeux/pile-face.js index 3da0097..037f73a 100644 --- a/commands/jeux/pile-face.js +++ b/commands/jeux/pile-face.js @@ -104,7 +104,6 @@ module.exports = { await new Promise(resolve => setTimeout(resolve, 5000)); const result = Math.floor(Math.random() * 2); - console.log(result); let colorR = ''; if (result === 0) { colorR = 'pile';