mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
allow sounds to be queued up - summon/dimiss now a thing
This commit is contained in:
@@ -3,9 +3,9 @@ package webserver
|
||||
import (
|
||||
"log"
|
||||
|
||||
"../config"
|
||||
"./handlers"
|
||||
"github.com/buaazp/fasthttprouter"
|
||||
"github.com/mgerb/go-discord-bot/server/config"
|
||||
"github.com/mgerb/go-discord-bot/server/webserver/handlers"
|
||||
"github.com/valyala/fasthttp"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user