Update Help.cs

This commit is contained in:
samvaio 2016-12-05 00:12:51 +05:30 committed by GitHub
parent c1792db98d
commit 66d8f5838e

View File

@ -102,7 +102,7 @@ namespace NadekoBot.Modules.Help
var str = $"**`{com.Text}`**";
var alias = com.Aliases.Skip(1).FirstOrDefault();
if (alias != null)
str += $"** / `{alias}`**";
str += $" **/** **`{alias}`**";
var embed = new EmbedBuilder()
.WithAuthor(eau => eau.WithName("Command")
.WithUrl("http://nadekobot.readthedocs.io/en/latest/Commands%20List/")