Update Help.cs
This commit is contained in:
parent
1818856fb3
commit
6e35c910f6
@ -88,7 +88,7 @@ namespace NadekoBot.Modules.Help
|
||||
|
||||
if (com == null)
|
||||
{
|
||||
await channel.SendMessageAsync(":mag: **I can't find that command.**");
|
||||
await channel.SendMessageAsync(🔍 **I can't find that command.**");
|
||||
return;
|
||||
}
|
||||
var str = $"**__Help for:__ `{com.Text}`**";
|
||||
|
Loading…
Reference in New Issue
Block a user