1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-12 10:02:48 +00:00

added go dep - removed ffmpeg for saving audio clips

This commit is contained in:
2018-10-07 22:15:35 -05:00
parent 2f92f48606
commit 45f4bb49b9
6 changed files with 415 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
run:
go run ./main.go
install:
go get ./server && cd client && npm install
cd server && dep ensure
cd client && npm install
build-server:
cd ./server && packr build -o ../bot ./main.go