diff --git a/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs b/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs index 0a5d7a20..713fb7a2 100644 --- a/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs +++ b/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs @@ -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))