Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
v1.4.7-DEV: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wneessen committed Jun 18, 2021
1 parent 4364e52 commit 745c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/slashcmd_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (b *Bot) SlashCmdHandler(s *discordgo.Session, i *discordgo.InteractionCrea
response.SlashCmdDel(s, i.Interaction)
return
}
em, err := handler.GetSotBalance(b.Db, b.HttpClient, userObj)
em, err := handler.GetSotBalance(b.HttpClient, userObj)
if err != nil {
re := fmt.Sprintf("An error occurred checking your SoT balance: %v", err)
response.SlashCmdResponseEdit(s, i.Interaction, userObj, re, true)
Expand Down

0 comments on commit 745c07d

Please sign in to comment.