aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/rank.go2
1 files changed, 1 insertions, 1 deletions
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,