fix imports

This commit is contained in:
Dot-Rar 2020-03-23 12:54:51 +00:00
parent 8e337798b3
commit 862de0e657

View File

@ -1,10 +1,8 @@
package utils
import (
"fmt"
"github.com/TicketsBot/GoPanel/config"
"github.com/TicketsBot/GoPanel/database/table"
"github.com/TicketsBot/GoPanel/utils/discord"
"github.com/TicketsBot/GoPanel/utils/discord/endpoints/guild"
"github.com/TicketsBot/GoPanel/utils/discord/objects"
"github.com/apex/log"