aboutsummaryrefslogtreecommitdiff
path: root/commands/rank.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rank.go')
-rw-r--r--commands/rank.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/rank.go b/commands/rank.go
index 48a893f..94dabf2 100644
--- a/commands/rank.go
+++ b/commands/rank.go
@@ -7,7 +7,7 @@ import (
"git.anhgelus.world/anhgelus/les-copaings-bot/user"
"github.com/anhgelus/gokord/cmd"
"github.com/anhgelus/gokord/logger"
- "github.com/bwmarrin/discordgo"
+ discordgo "github.com/nyttikord/gokord"
)
func Rank(s *discordgo.Session, i *discordgo.InteractionCreate, optMap cmd.OptionMap, resp *cmd.ResponseBuilder) {