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 --- commands/rank.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'commands/rank.go') diff --git a/commands/rank.go b/commands/rank.go index 9673089..48a893f 100644 --- a/commands/rank.go +++ b/commands/rank.go @@ -2,10 +2,11 @@ package commands import ( "fmt" + + "git.anhgelus.world/anhgelus/les-copaings-bot/exp" + "git.anhgelus.world/anhgelus/les-copaings-bot/user" "github.com/anhgelus/gokord/cmd" "github.com/anhgelus/gokord/logger" - "github.com/anhgelus/les-copaings-bot/exp" - "github.com/anhgelus/les-copaings-bot/user" "github.com/bwmarrin/discordgo" ) -- cgit v1.2.3