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