fixed start time

master
s00ner 2021-10-13 15:31:18 -04:00
parent 52bca3ee2d
commit 5dfadd95dc
1 changed files with 1 additions and 1 deletions

2
bot.rb
View File

@ -19,7 +19,7 @@ scheduler = Rufus::Scheduler.new
start_time = Rufus::Scheduler.parse('08:00') # what time of day the message should send
scheduler.every '1d', first_at start_time do
scheduler.every '1d', first_at: start_time do
bot.send_message(852541842511495210, random_quote(quotes))
end