diff --git a/src/NadekoBot/Modules/ClashOfClans/ClashOfClans.cs b/src/NadekoBot/Modules/ClashOfClans/ClashOfClans.cs index 4fc33705..67510d56 100644 --- a/src/NadekoBot/Modules/ClashOfClans/ClashOfClans.cs +++ b/src/NadekoBot/Modules/ClashOfClans/ClashOfClans.cs @@ -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; })