diff options
Diffstat (limited to 'events.go')
| -rw-r--r-- | events.go | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -2,13 +2,14 @@ package main import ( "fmt" - "github.com/anhgelus/gokord/logger" - "github.com/anhgelus/les-copaings-bot/config" - "github.com/anhgelus/les-copaings-bot/exp" - "github.com/anhgelus/les-copaings-bot/user" - "github.com/bwmarrin/discordgo" "strings" "time" + + "git.anhgelus.world/anhgelus/les-copaings-bot/config" + "git.anhgelus.world/anhgelus/les-copaings-bot/exp" + "git.anhgelus.world/anhgelus/les-copaings-bot/user" + "github.com/anhgelus/gokord/logger" + "github.com/bwmarrin/discordgo" ) const ( |
