From 443286aabc9d9e433625e0dd99e678754bbc74e5 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 25 Feb 2026 16:26:34 +0100 Subject: fix(reducer): double call on startup --- main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'main.go') 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) -- cgit v1.2.3