Fixed 'back to TOC' link

This commit is contained in:
Kwoth
2016-10-28 02:17:22 +02:00
parent e877e62641
commit fa9f17b428
2 changed files with 22 additions and 9 deletions

View File

@ -136,7 +136,10 @@ namespace NadekoBot.Modules.Help
if (com.Module.Name != lastModule)
{
if (lastModule != null)
{
helpstr.AppendLine();
helpstr.AppendLine("###### [Back to TOC](#table-of-contents)");
}
helpstr.AppendLine();
helpstr.AppendLine("### " + com.Module.Name + " ");
helpstr.AppendLine("Command and aliases | Description | Usage");