diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-08-21 14:59:23 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-08-21 14:59:23 +0200 |
| commit | c04f4d9fff2e753f0477a07a9f8f43fbcba8969e (patch) | |
| tree | d1c8619b76572b31c475a78e27d61d0e6133f752 /config | |
| parent | 166aadabfb37a1a565bb8d46241682c709b1c4db (diff) | |
build(go): rename module to use git.anhgelus.world instead of github
Diffstat (limited to 'config')
| -rw-r--r-- | config/channel.go | 3 | ||||
| -rw-r--r-- | config/xp_role.go | 2 |
2 files changed, 3 insertions, 2 deletions
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 ( diff --git a/config/xp_role.go b/config/xp_role.go index f815cc2..a0bef71 100644 --- a/config/xp_role.go +++ b/config/xp_role.go @@ -5,11 +5,11 @@ import ( "strconv" "time" + "git.anhgelus.world/anhgelus/les-copaings-bot/exp" "github.com/anhgelus/gokord" "github.com/anhgelus/gokord/cmd" "github.com/anhgelus/gokord/component" "github.com/anhgelus/gokord/logger" - "github.com/anhgelus/les-copaings-bot/exp" "github.com/bwmarrin/discordgo" ) |
