1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 17:42:48 +00:00

allow sounds to be queued up - summon/dimiss now a thing

This commit is contained in:
2017-06-29 23:52:23 -05:00
parent 55bbf7cc1f
commit 03fa82b2a2
10 changed files with 126 additions and 107 deletions

View File

@@ -2,7 +2,7 @@ run:
go run ./server/main.go
install:
glide install && yarn install
go get ./server && yarn install
build:
go build -o ./dist/bot ./server/main.go