small help formatting fix

This commit is contained in:
Master Kwoth 2016-05-02 02:59:46 +02:00
parent dbe7dd9c1b
commit d62ff049fe

View File

@ -25,7 +25,7 @@ namespace NadekoBot.Classes.Help.Commands
.FirstOrDefault(c => c.Text.ToLowerInvariant().Equals(comToFind) ||
c.Aliases.Select(a => a.ToLowerInvariant()).Contains(comToFind));
if (com != null)
await e.Channel.SendMessage($"`Help for '{com.Text}':` **{com.Description}**").ConfigureAwait(false);
await e.Channel.SendMessage($"`Help for '{com.Text}':` {com.Description}").ConfigureAwait(false);
}).ConfigureAwait(false);
};
public static string HelpString => (NadekoBot.IsBot