Fixed coc
This commit is contained in:
parent
53c6f3ab08
commit
9eb9e69edc
@ -36,7 +36,7 @@ namespace NadekoBot.Modules.ClashOfClans
|
||||
.GetAllWars()
|
||||
.Select(cw =>
|
||||
{
|
||||
cw.Channel = NadekoBot.Client.GetGuild(cw.GuildId)
|
||||
cw.Channel = NadekoBot.Client.GetGuild(cw.GuildId)?
|
||||
.GetTextChannel(cw.ChannelId);
|
||||
return cw;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user