Merge branch 'dev' into 1.4
This commit is contained in:
		@@ -98,7 +98,7 @@ namespace NadekoBot.Services.Database.Repositories.Impl
 | 
			
		||||
        {
 | 
			
		||||
            var config = _set.Include(gc => gc.LogSetting)
 | 
			
		||||
                            .ThenInclude(gc => gc.IgnoredChannels)
 | 
			
		||||
               .FirstOrDefault();
 | 
			
		||||
               .FirstOrDefault(x => x.GuildId == guildId);
 | 
			
		||||
 | 
			
		||||
            if (config == null)
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user