From 30ecd60b041398390f11fccdf46444fa28690bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Thu, 4 Sep 2025 16:25:59 +0200 Subject: build(gokord): upgrade to latest nightly still use discordgo name before merging anhgelus/gokord with nyttikord/gokord --- commands/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/config.go') 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 ( -- cgit v1.2.3