add correct time

This commit is contained in:
Horscchtey 2022-04-19 19:22:56 +00:00
commit 7683f9ee03

3
bot.go
View file

@ -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 return c
} }