fixed remind

This commit is contained in:
Kwoth 2016-10-17 10:18:49 +02:00
parent b80f7247d8
commit d10fdb090a

View File

@ -113,7 +113,7 @@ namespace NadekoBot.Modules.Utility
}
else
{
ch = channel.Guild.GetTextChannels().FirstOrDefault(c => c.Name == meorchStr || c.Id.ToString() == meorchStr);
ch = channel.Guild.GetTextChannels().FirstOrDefault(c => c.Name.ToUpperInvariant() == meorchStr || c.Id.ToString() == meorchStr);
}
if (ch == null)