mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-03 23:36:29 +02:00
Update machine a sous
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user