immediate coin join mode

This commit is contained in:
mud mud 2022-10-07 20:56:54 +02:00
parent ae4b1ea6d5
commit 6b586596ae
Signed by: mud
GPG Key ID: D29C9385CC54F61C

View File

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