Merge branch 'dev' of pocketjawa/discord-buttsbot-go into master

master
pocketjawa 2019-08-17 19:55:13 +00:00 committed by Gogs
commit b90cd58eda
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func init() {
} else {
Session.Token = "Bot " + botToken
}
if os.Getenv("DISCORD_botChannel") != "" {
if os.Getenv("DISCORD_BOT_CHANNEL") != "" {
botChannel = os.Getenv("DISCORD_BOT_CHANNEL")
}
}