Removed leftover thing
This commit is contained in:
		@@ -132,22 +132,6 @@ namespace NadekoBot.Modules.Searches.Services
 | 
			
		||||
                return Task.CompletedTask;
 | 
			
		||||
            };
 | 
			
		||||
 | 
			
		||||
            if (client.ShardId == 0)
 | 
			
		||||
            {
 | 
			
		||||
                _t = new Timer(async _ =>
 | 
			
		||||
                {
 | 
			
		||||
                    var r = _cache.Redis.GetDatabase();
 | 
			
		||||
                    try
 | 
			
		||||
                    {
 | 
			
		||||
                        
 | 
			
		||||
                    }
 | 
			
		||||
                    catch (Exception ex)
 | 
			
		||||
                    {
 | 
			
		||||
                        _log.Warn(ex);
 | 
			
		||||
                    }
 | 
			
		||||
                }, null, TimeSpan.Zero, TimeSpan.FromHours(1));
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            //joke commands
 | 
			
		||||
            if (File.Exists("data/wowjokes.json"))
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user