make slower

This commit is contained in:
Nico 2021-03-08 16:30:17 +00:00
parent d0137450b2
commit 999ec57197
1 changed files with 2 additions and 2 deletions

View File

@ -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
)