aboutsummaryrefslogtreecommitdiff
path: root/commands/stats.go
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 /commands/stats.go
parent12585b20d504a664ce887d781bce1d299350d244 (diff)
build(gokord): upgrade to latest nightly
still use discordgo name before merging anhgelus/gokord with nyttikord/gokord
Diffstat (limited to 'commands/stats.go')
-rw-r--r--commands/stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/stats.go b/commands/stats.go
index 0114918..f93f6a0 100644
--- a/commands/stats.go
+++ b/commands/stats.go
@@ -17,8 +17,8 @@ import (
"github.com/anhgelus/gokord"
"github.com/anhgelus/gokord/cmd"
"github.com/anhgelus/gokord/logger"
- "github.com/bwmarrin/discordgo"
"github.com/jackc/pgx/v5/pgtype"
+ discordgo "github.com/nyttikord/gokord"
"gonum.org/v1/plot"
"gonum.org/v1/plot/plotter"
"gonum.org/v1/plot/vg"