diff options
Diffstat (limited to 'commands/stats.go')
| -rw-r--r-- | commands/stats.go | 2 |
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" |
