fixed remind
This commit is contained in:
parent
b80f7247d8
commit
d10fdb090a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user