diff options
| author | William Hergès <william@herges.fr> | 2025-09-04 16:25:59 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-04 16:25:59 +0200 |
| commit | 30ecd60b041398390f11fccdf46444fa28690bd8 (patch) | |
| tree | c9b0e6a717cdd02e647bccb56de89916c89e93fb /commands/config.go | |
| parent | 12585b20d504a664ce887d781bce1d299350d244 (diff) | |
build(gokord): upgrade to latest nightly
still use discordgo name before merging anhgelus/gokord with nyttikord/gokord
Diffstat (limited to 'commands/config.go')
| -rw-r--r-- | commands/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/config.go b/commands/config.go index 41fb60e..c4644bc 100644 --- a/commands/config.go +++ b/commands/config.go @@ -9,7 +9,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 ( |
