fixed a very old log commands bug thanks to ttshivers
This commit is contained in:
		@@ -98,7 +98,7 @@ namespace NadekoBot.Services.Database.Repositories.Impl
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            var config = _set.Include(gc => gc.LogSetting)
 | 
					            var config = _set.Include(gc => gc.LogSetting)
 | 
				
			||||||
                            .ThenInclude(gc => gc.IgnoredChannels)
 | 
					                            .ThenInclude(gc => gc.IgnoredChannels)
 | 
				
			||||||
               .FirstOrDefault();
 | 
					               .FirstOrDefault(x => x.GuildId == guildId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (config == null)
 | 
					            if (config == null)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user