1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-12 01:52: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

BIN
dist/GoBot-linux vendored

Binary file not shown.

BIN
dist/GoBot-mac vendored

Binary file not shown.

BIN
dist/GoBot-windows.exe vendored

Binary file not shown.

4
dist/config.json vendored
View File

@@ -1,4 +0,0 @@
{
"Token": "",
"Activator": "#"
}

4
dist/config.template.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"Token": "",
"BotPrefix": "#"
}