forked from mud/bankerbot-rb
immediate coin join mode
This commit is contained in:
parent
ae4b1ea6d5
commit
6b586596ae
6
coin.rb
6
coin.rb
@ -60,9 +60,6 @@ end
|
||||
bot.run(true)
|
||||
|
||||
loop do
|
||||
# sleep until random time from now to midnight
|
||||
sleep(get_random_duration(Time.now))
|
||||
|
||||
# activate coin state
|
||||
coin_state_active = true
|
||||
# send coin GIF
|
||||
@ -70,6 +67,9 @@ loop do
|
||||
|
||||
# sleep until midnight to reset cycle
|
||||
sleep(get_seconds_to_midnight(Time.now))
|
||||
#
|
||||
# sleep until random time from now to next midnight
|
||||
sleep(get_random_duration(Time.now))
|
||||
end
|
||||
|
||||
bot.join()
|
||||
|
Loading…
Reference in New Issue
Block a user