Merge branch 'dev' into 1.4
This commit is contained in:
commit
4306bdfe75
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user