fix(db): wrong relation and bad where condition
This commit is contained in:
parent
01bafe9bf1
commit
61c7bf4567
6 changed files with 26 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue