From 999ec57197d04336be0b30b72e4e1233fd06796e Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Mon, 8 Mar 2021 16:30:17 +0000 Subject: [PATCH] make slower --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 21ef02d..f237538 100644 --- a/main.go +++ b/main.go @@ -40,8 +40,8 @@ const ( realname string = "thebuttonbot" channel string = "#thebutton" server string = "localhost:6667" - maxTime int = 10 - minTime int = 5 + maxTime int = 20 + minTime int = 15 resetCount int = 10 )