Make puppers sends more often.

This commit is contained in:
Danila Fedorin 2019-04-14 22:44:37 -07:00
parent 308143e0c9
commit 59365e658b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class BotConfiguration
def initialize
@subreddits = [ "rarepuppers" ]
@send_cron = "00 8-21 * * *"
@send_cron = "*/30 8-21 * * *"
@refresh_cron = "*/15 * * * *"
@recepients = [ CHATID_DANIEL ]
end