mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-12 01:52:49 +00:00
allow sounds to be queued up - summon/dimiss now a thing
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"../../config"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/valyala/fasthttp"
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
|
||||
"github.com/mgerb/go-discord-bot/server/config"
|
||||
"github.com/valyala/fasthttp"
|
||||
)
|
||||
|
||||
var soundList []sound
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"../../config"
|
||||
"github.com/valyala/fasthttp"
|
||||
"io"
|
||||
"os"
|
||||
|
||||
"github.com/mgerb/go-discord-bot/server/config"
|
||||
"github.com/valyala/fasthttp"
|
||||
)
|
||||
|
||||
func FileUpload(ctx *fasthttp.RequestCtx) {
|
||||
|
||||
Reference in New Issue
Block a user