add correct time
This commit is contained in:
parent
e45fd544b5
commit
7683f9ee03
1 changed files with 1 additions and 2 deletions
3
bot.go
3
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
|
return c
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue