repeat can now go up to one week in minutes

This commit is contained in:
Kwoth 2016-10-17 12:26:26 +02:00
parent d10fdb090a
commit 953525021d

View File

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