From 6e92feaba23a4992e0ec4b529660921a6bcb492a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 8 Mar 2026 18:51:05 +0100 Subject: feat(config): leave gorm --- commands/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/stats.go') diff --git a/commands/stats.go b/commands/stats.go index c9562dc..9277ad7 100644 --- a/commands/stats.go +++ b/commands/stats.go @@ -51,7 +51,7 @@ var colors = []color.RGBA{ } func Stats(ctx context.Context, dg bot.Session, i *interaction.ApplicationCommand) { - cfg := config.GetGuildConfig(ctx, i.GuildID) + cfg := config.GetGuild(ctx, i.GuildID) days := 15 if common.IsDebug(ctx) { days = 90 -- cgit v1.2.3