From 61c7bf4567249da0d13c2f738e56754a2c181c99 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 13 May 2025 16:52:04 +0200 Subject: fix(db): wrong relation and bad where condition --- commands/rank.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/rank.go') diff --git a/commands/rank.go b/commands/rank.go index 785b8c8..d079a84 100644 --- a/commands/rank.go +++ b/commands/rank.go @@ -45,7 +45,7 @@ func Rank(s *discordgo.Session, i *discordgo.InteractionCreate) { xp, err := c.GetXP() if err != nil { utils.SendAlert( - "commands/rank.go - Fetching XP", + "commands/rank.go - Fetching xp", err.Error(), "discord_id", c.ID, -- cgit v1.2.3