aboutsummaryrefslogtreecommitdiff
path: root/user/xp.go
diff options
context:
space:
mode:
Diffstat (limited to 'user/xp.go')
-rw-r--r--user/xp.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/user/xp.go b/user/xp.go
index c446977..d116c56 100644
--- a/user/xp.go
+++ b/user/xp.go
@@ -1,13 +1,14 @@
package user
import (
+ "slices"
+ "sync"
+
+ "git.anhgelus.world/anhgelus/les-copaings-bot/config"
+ "git.anhgelus.world/anhgelus/les-copaings-bot/exp"
"github.com/anhgelus/gokord"
"github.com/anhgelus/gokord/logger"
- "github.com/anhgelus/les-copaings-bot/config"
- "github.com/anhgelus/les-copaings-bot/exp"
"github.com/bwmarrin/discordgo"
- "slices"
- "sync"
)
type cXP struct {