rename AttachHandlers -> Attach

This commit is contained in:
Dawid Wysokiński 2020-06-06 14:36:24 +02:00 committed by Kichiyaki
parent 85432c140a
commit 79feaeff04
1 changed files with 1 additions and 1 deletions

View File

@ -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,