From b7bed65d9e933cb9ca979112240844f93e93cce7 Mon Sep 17 00:00:00 2001 From: arthur Date: Wed, 29 May 2024 15:28:34 +0200 Subject: [PATCH] corrige pf commande --- commands/jeux/pile-face.js | 1 - 1 file changed, 1 deletion(-) 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';