aboutsummaryrefslogtreecommitdiff
path: root/commands/rank.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 17:28:18 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 17:28:18 +0200
commit642025681befa35f67cc7c25383eb782ac01feac (patch)
tree6c2b1fdb2712300cdd4615de8d8cae06e8b382af /commands/rank.go
parent24f0db37218c4050e01edaa031410382aa252324 (diff)
build(gokord): upgrade to 0.7.0
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 70c0222..d577299 100644
--- a/commands/rank.go
+++ b/commands/rank.go
@@ -14,7 +14,7 @@ func Rank(s *discordgo.Session, i *discordgo.InteractionCreate) {
msg := "Votre niveau"
m := i.Member
var err error
- resp := utils.ResponseBuilder{C: s, I: i}
+ resp := utils.NewResponseBuilder(s, i)
if v, ok := optMap["copaing"]; ok {
u := v.UserValue(s)
if u.Bot {