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

added web server

This commit is contained in:
2017-01-28 19:59:20 +00:00
parent 0262bdf7eb
commit 5d2726df3e
14 changed files with 119 additions and 51 deletions

View File

@@ -14,7 +14,7 @@ clean:
rm -rf ./dist
copyconfig:
cp config.template.json ./dist/config.json
cp config.template.json ./dist/config.template.json
cp -r ./sounds ./dist/
all: linux mac windows copyconfig