Update machine a sous

This commit is contained in:
*x1
2024-06-14 08:07:53 +02:00
parent 2938282187
commit 1bb9a26574
+1 -1
View File
@@ -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))