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:
@@ -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...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user