diff --git a/bot.go b/bot.go index c822409..3f68137 100644 --- a/bot.go +++ b/bot.go @@ -120,8 +120,7 @@ func bot_listen(bot *bot) <-chan string { } } } - } (10 * time.Second, 5 * time.Second) - // } (4 * time.Minute, 1 * time.Minute) + } (4 * time.Minute, 1 * time.Minute) return c }