Restructure
This commit is contained in:
parent
da832d5923
commit
20668d2754
@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"discord-cfb-bot/bot"
|
||||
"discord-cfb-bot/internal/bot"
|
||||
"discord-cfb-bot/config"
|
||||
"fmt"
|
||||
)
|
@ -2,7 +2,7 @@ package bot
|
||||
|
||||
import (
|
||||
"discord-cfb-bot/config"
|
||||
"discord-cfb-bot/clients"
|
||||
"discord-cfb-bot/internal/clients"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"fmt"
|
||||
"strings"
|
Loading…
x
Reference in New Issue
Block a user