From 6ec3cf37300c1faf92c62640d1d5fe2638749c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 31 Aug 2025 16:16:36 +0200 Subject: feat(debug): decrease reduce time --- commands/stats.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands') diff --git a/commands/stats.go b/commands/stats.go index 06b10bd..3422e2a 100644 --- a/commands/stats.go +++ b/commands/stats.go @@ -158,8 +158,6 @@ func stats(s *discordgo.Session, i *discordgo.InteractionCreate, days uint, exec t := raw.CreatedAt.Unix() - now if !gokord.Debug { t = int64(math.Ceil(float64(t) / (24 * 60 * 60))) - } else { - t = int64(math.Ceil(float64(t) / 6)) } pts[int64(days)-t] = plotter.XY{ X: float64(t), -- cgit v1.2.3