Woops, forgot to uncomment day check
This commit is contained in:
		@@ -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
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user