aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 14:59:23 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 14:59:23 +0200
commitc04f4d9fff2e753f0477a07a9f8f43fbcba8969e (patch)
treed1c8619b76572b31c475a78e27d61d0e6133f752 /main.go
parent166aadabfb37a1a565bb8d46241682c709b1c4db (diff)
build(go): rename module to use git.anhgelus.world instead of github
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 684ff6e..9c0a3b7 100644
--- a/main.go
+++ b/main.go
@@ -7,12 +7,12 @@ import (
"os"
"time"
+ "git.anhgelus.world/anhgelus/les-copaings-bot/commands"
+ "git.anhgelus.world/anhgelus/les-copaings-bot/config"
+ "git.anhgelus.world/anhgelus/les-copaings-bot/user"
"github.com/anhgelus/gokord"
"github.com/anhgelus/gokord/cmd"
"github.com/anhgelus/gokord/logger"
- "github.com/anhgelus/les-copaings-bot/commands"
- "github.com/anhgelus/les-copaings-bot/config"
- "github.com/anhgelus/les-copaings-bot/user"
"github.com/bwmarrin/discordgo"
"github.com/joho/godotenv"
)