mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
fix status page crashes because of multiple registrations for /status
This commit is contained in:
parent
1cb83bd396
commit
b3bc8048cd
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue