Merge pull request #10 from Kwoth/1.0

1.0
This commit is contained in:
miraai
2016-10-17 12:24:45 +02:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ namespace NadekoBot.Modules.Utility
} }
else 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) if (ch == null)