diff --git a/commands/rank.go b/commands/rank.go index fe05ba8..d056de1 100644 --- a/commands/rank.go +++ b/commands/rank.go @@ -51,7 +51,7 @@ func Rank(s *discordgo.Session, i *discordgo.InteractionCreate) { msg, lvl, c.XP, - nxtLvlXP-xp.XPForLevel(lvl), + nxtLvlXP-c.XP, )).Send() if err != nil { utils.SendAlert("rank.go - Sending rank", err.Error())