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,