diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/rank.go | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |
