repeat can now go up to one week in minutes
This commit is contained in:
parent
d10fdb090a
commit
953525021d
@ -123,7 +123,7 @@ namespace NadekoBot.Modules.Administration
|
||||
{
|
||||
var channel = (ITextChannel)imsg.Channel;
|
||||
|
||||
if (minutes < 1 || minutes > 1500)
|
||||
if (minutes < 1 || minutes > 10080)
|
||||
return;
|
||||
|
||||
if (string.IsNullOrWhiteSpace(message))
|
||||
|
Loading…
Reference in New Issue
Block a user