aboutsummaryrefslogtreecommitdiff
path: root/commands/reset.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reset.go')
-rw-r--r--commands/reset.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reset.go b/commands/reset.go
index 653a1d9..128354f 100644
--- a/commands/reset.go
+++ b/commands/reset.go
@@ -1,10 +1,10 @@
package commands
import (
+ "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/user"
"github.com/bwmarrin/discordgo"
)