Accidentally changed bot channel env var during cleanup

pull/9/head
pocketjawa 2019-08-17 15:45:50 -04:00
parent 83476b3862
commit 67042f1623
1 changed files with 1 additions and 1 deletions

View File

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