From c04f4d9fff2e753f0477a07a9f8f43fbcba8969e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 21 Aug 2025 14:59:23 +0200 Subject: build(go): rename module to use git.anhgelus.world instead of github --- config/channel.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/channel.go') diff --git a/config/channel.go b/config/channel.go index 355b0e1..7c70443 100644 --- a/config/channel.go +++ b/config/channel.go @@ -1,11 +1,12 @@ package config import ( + "strings" + "github.com/anhgelus/gokord/cmd" "github.com/anhgelus/gokord/component" "github.com/anhgelus/gokord/logger" "github.com/bwmarrin/discordgo" - "strings" ) const ( -- cgit v1.2.3