I somehow changed the bot channel variable... Changed it back.
parent
cf0385463c
commit
ce09725a16
|
@ -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...")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue