fix import

This commit is contained in:
Dot-Rar 2020-05-16 17:54:50 +01:00
parent 68d36f3677
commit f34e03bdbd

View File

@ -3,7 +3,7 @@ package api
import (
dbclient "github.com/TicketsBot/GoPanel/database"
"github.com/TicketsBot/GoPanel/rpc/cache"
"github.com/TicketsBot/databse"
"github.com/TicketsBot/database"
"github.com/gin-gonic/gin"
"github.com/rxdn/gdl/objects/channel"
)