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