From 1bb9a265745e6cff56b0eda16f8fe5502c04ff8b Mon Sep 17 00:00:00 2001 From: *x1 Date: Fri, 14 Jun 2024 08:07:53 +0200 Subject: [PATCH] Update machine a sous --- commands/jeux/machine-a-sous.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/jeux/machine-a-sous.js b/commands/jeux/machine-a-sous.js index 713ab5c..6821a86 100644 --- a/commands/jeux/machine-a-sous.js +++ b/commands/jeux/machine-a-sous.js @@ -87,7 +87,7 @@ module.exports = { await new Promise(resolve => setTimeout(resolve, 7500)); - let nombre1 = await Math.floor(Math.random() * 9) + 1 + let nombre1 = await Math.floor(Math.random() * 10) let nombre2 = await Math.floor(Math.random() * (nombre1 + 1)) let nombre3 = await Math.floor(Math.random() * (nombre2 + 2))