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