From 7683f9ee032b9f08f86040d36aa0a2204db01600 Mon Sep 17 00:00:00 2001 From: Horscchtey Date: Tue, 19 Apr 2022 19:22:56 +0000 Subject: [PATCH] add correct time --- bot.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }