aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-04 16:25:59 +0200
committerWilliam Hergès <william@herges.fr>2025-09-04 16:25:59 +0200
commit30ecd60b041398390f11fccdf46444fa28690bd8 (patch)
treec9b0e6a717cdd02e647bccb56de89916c89e93fb /config
parent12585b20d504a664ce887d781bce1d299350d244 (diff)
build(gokord): upgrade to latest nightly
still use discordgo name before merging anhgelus/gokord with nyttikord/gokord
Diffstat (limited to 'config')
-rw-r--r--config/channel.go2
-rw-r--r--config/xp_reduce.go2
-rw-r--r--config/xp_role.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/channel.go b/config/channel.go
index 7c70443..537d586 100644
--- a/config/channel.go
+++ b/config/channel.go
@@ -6,7 +6,7 @@ import (
"github.com/anhgelus/gokord/cmd"
"github.com/anhgelus/gokord/component"
"github.com/anhgelus/gokord/logger"
- "github.com/bwmarrin/discordgo"
+ discordgo "github.com/nyttikord/gokord"
)
const (
diff --git a/config/xp_reduce.go b/config/xp_reduce.go
index ce5f23c..defc54b 100644
--- a/config/xp_reduce.go
+++ b/config/xp_reduce.go
@@ -6,7 +6,7 @@ import (
"github.com/anhgelus/gokord/cmd"
"github.com/anhgelus/gokord/component"
"github.com/anhgelus/gokord/logger"
- "github.com/bwmarrin/discordgo"
+ discordgo "github.com/nyttikord/gokord"
)
const (
diff --git a/config/xp_role.go b/config/xp_role.go
index a0bef71..97de8be 100644
--- a/config/xp_role.go
+++ b/config/xp_role.go
@@ -10,7 +10,7 @@ import (
"github.com/anhgelus/gokord/cmd"
"github.com/anhgelus/gokord/component"
"github.com/anhgelus/gokord/logger"
- "github.com/bwmarrin/discordgo"
+ discordgo "github.com/nyttikord/gokord"
)
type XpRole struct {