aboutsummaryrefslogtreecommitdiff
path: root/commands/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/config.go')
-rw-r--r--commands/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/config.go b/commands/config.go
index b62d413..41fb60e 100644
--- a/commands/config.go
+++ b/commands/config.go
@@ -4,11 +4,11 @@ import (
"fmt"
"strings"
+ "git.anhgelus.world/anhgelus/les-copaings-bot/config"
+ "git.anhgelus.world/anhgelus/les-copaings-bot/exp"
"github.com/anhgelus/gokord/cmd"
"github.com/anhgelus/gokord/component"
"github.com/anhgelus/gokord/logger"
- "github.com/anhgelus/les-copaings-bot/config"
- "github.com/anhgelus/les-copaings-bot/exp"
"github.com/bwmarrin/discordgo"
)