mydicebot / mydicebot.github.io

★MyDiceBot★ - Ultimate Bitcoin Dice Bot. Bet More, Earn More!
https://mydicebot.com
GNU General Public License v3.0
98 stars 61 forks source link

betinterval max value is???? #129

Open tommysllee opened 3 years ago

tommysllee commented 3 years ago

hi, i tried to randomize betinterval function to substitute non-functioning sleep function, like

interval = math.random(7) math.random(8) math.random(90) * 1000 betinterval(interval)

but the bot like stopping forever, not resuming even after 7 8 90 * 1000 milisecond...

am I doing something wrong?

tommysllee commented 2 years ago

i still get the betinterval to work at 5 minutes (300,000 milliseconds)