@@ -38,7 +38,7 @@ func (bot *Bot) Start(wg *sync.WaitGroup) error {
}
logrus.Info("Discord bot has connected")
bot.running = make(chan os.Signal, 1)
-
+ bot.online = true
signal.Notify(bot.running, syscall.SIGINT, os.Kill)
<-bot.running