Fixed the bot channel env var for real this time

pull/10/head
pocketjawa 2019-08-17 15:53:35 -04:00
parent 67042f1623
commit c5fea4ba83
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")
}
}