From 59365e658b526e752661830d60e44857f116dcf3 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 14 Apr 2019 22:44:37 -0700 Subject: [PATCH] Make puppers sends more often. --- src/joann-pupper-bot.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joann-pupper-bot.cr b/src/joann-pupper-bot.cr index 53a7947..39be481 100644 --- a/src/joann-pupper-bot.cr +++ b/src/joann-pupper-bot.cr @@ -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