diff --git a/cron/cron.go b/cron/cron.go index b64b202..7dbe2f2 100644 --- a/cron/cron.go +++ b/cron/cron.go @@ -31,7 +31,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,