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

added giphy roulette support

This commit is contained in:
2017-03-29 22:09:48 -05:00
parent 8e7968339c
commit f463209191
3 changed files with 60 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ install:
go get ./server && yarn install
build:
go build -o ./dist/soundbot ./server/main.go
go build -o ./dist/bot ./server/main.go
clean:
rm -rf ./dist