aboutsummaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/level.go4
-rw-r--r--user/member.go3
-rw-r--r--user/xp.go9
3 files changed, 9 insertions, 7 deletions
diff --git a/user/level.go b/user/level.go
index 2b7e869..b859268 100644
--- a/user/level.go
+++ b/user/level.go
@@ -5,10 +5,10 @@ import (
"sync"
"time"
+ "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"
)
diff --git a/user/member.go b/user/member.go
index a0e50fc..afc94a6 100644
--- a/user/member.go
+++ b/user/member.go
@@ -1,9 +1,10 @@
package user
import (
+ "time"
+
"github.com/anhgelus/gokord"
"github.com/anhgelus/gokord/logger"
- "time"
)
type Copaing struct {
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 {