Woops, forgot to uncomment day check

This commit is contained in:
Kwoth 2017-04-02 02:33:43 +02:00
parent 3364f110a4
commit dfdfab44f7

View File

@ -32,11 +32,11 @@ namespace NadekoBot.Modules.Utility
{ {
if (string.IsNullOrWhiteSpace(NadekoBot.Credentials.PatreonAccessToken)) if (string.IsNullOrWhiteSpace(NadekoBot.Credentials.PatreonAccessToken))
return; return;
//if (DateTime.UtcNow.Day < 5) if (DateTime.UtcNow.Day < 5)
//{ {
// await ReplyErrorLocalized("clpa_too_early").ConfigureAwait(false); await ReplyErrorLocalized("clpa_too_early").ConfigureAwait(false);
// return; return;
//} }
int amount = 0; int amount = 0;
try try
{ {