diff --git a/cmd/nourybot/main.go b/cmd/nourybot/main.go index f50f5e7..a330dcf 100644 --- a/cmd/nourybot/main.go +++ b/cmd/nourybot/main.go @@ -200,10 +200,11 @@ func main() { // Start the timers. app.Scheduler.Start() - // Start status page - go app.statusPage() }) + // Start status page + go app.statusPage() + // Actually connect to chat. err = app.TwitchClient.Connect() if err != nil {