diff options
Diffstat (limited to 'user/xp.go')
| -rw-r--r-- | user/xp.go | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 { |
