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

@@ -12,10 +12,10 @@ var Config configStruct
type configStruct struct {
Token string `json:"Token"`
Activator string `json:"Activator"`
BotPrefix string `json:"BotPrefix"` //prefix to use for bot commands
}
func Configure() {
func Init() {
log.Println("Reading config file...")