From 79feaeff047d191684b8cb739e26e417028da772 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sat, 6 Jun 2020 14:36:24 +0200 Subject: [PATCH] rename AttachHandlers -> Attach --- cron/cron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/cron.go b/cron/cron.go index b71c516..c331326 100644 --- a/cron/cron.go +++ b/cron/cron.go @@ -34,7 +34,7 @@ type handler struct { func AttachHandlers(c *cron.Cron, cfg Config) { h := &handler{ - since: time.Now().Add(-30 * time.Minute), + since: time.Now(), serverRepo: cfg.ServerRepo, tribeRepo: cfg.TribeRepo, discord: cfg.Discord,