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