.rrc reduced to a minimum of 60 seconds. b1nzy wasn't happy about this

This commit is contained in:
Kwoth
2017-01-05 19:13:53 +01:00
parent c5037a2c1f
commit 725d844131
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ namespace NadekoBot.Modules.Utility
{
var channel = (ITextChannel)Context.Channel;
if (timeout < 0 || timeout > 3600)
if ((timeout < 60 && timeout != 0) || timeout > 3600)
return;
Timer t;