I somehow changed the bot channel variable... Changed it back.

dev
pocketjawa 2020-04-30 00:00:59 -04:00
parent cf0385463c
commit ce09725a16
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func ready(s *discordgo.Session, event *discordgo.Ready) {
}
s.UpdateStatus(0, "with butts!")
if os.Getenv("BUTTSBOT_STARTUP_MESSAGE") == "TRUE" {
s.ChannelMessageSend(bot_channel, "This isn't a butt...")
s.ChannelMessageSend(botChannel, "This isn't a butt...")
}
}