aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index a1bc416..c3410c9 100644
--- a/main.go
+++ b/main.go
@@ -239,7 +239,6 @@ func setupTimers(ctx context.Context, dg *gokord.Session) {
// because logger was never set in this context
ctx = bot.SetLogger(ctx, dg.Logger())
- user.PeriodicReducer(ctx, dg)
stopPeriodicReducer = common.NewTimer(ctx, d, func(ctx context.Context, _ context.CancelFunc) {
user.PeriodicReducer(ctx, dg)