diff --git a/docs/Commands List.md b/docs/Commands List.md index 2ed4d12d..2088905f 100644 --- a/docs/Commands List.md +++ b/docs/Commands List.md @@ -1,17 +1,17 @@ -######For more information and how to setup your own NadekoBot, go to: -######You can support the project on patreon: or paypal: `nadekodiscordbot@gmail.com` +For more information and how to setup your own NadekoBot, go to: +You can support the project on patreon: or paypal: `nadekodiscordbot@gmail.com` ##Table Of Contents +- [Help](#help) +- [Music](#music) - [CustomReactions](#customreactions) - [ClashOfClans](#clashofclans) -- [Searches](#searches) -- [Utility](#utility) -- [Permissions](#permissions) -- [Help](#help) -- [Administration](#administration) -- [NSFW](#nsfw) -- [Games](#games) - [Gambling](#gambling) -- [Music](#music) +- [Administration](#administration) +- [Games](#games) +- [Searches](#searches) +- [Permissions](#permissions) +- [Utility](#utility) +- [NSFW](#nsfw) ### Administration diff --git a/src/NadekoBot/Modules/Help/Help.cs b/src/NadekoBot/Modules/Help/Help.cs index a25ed111..a11e1d60 100644 --- a/src/NadekoBot/Modules/Help/Help.cs +++ b/src/NadekoBot/Modules/Help/Help.cs @@ -125,8 +125,8 @@ namespace NadekoBot.Modules.Help public Task Hgit(IUserMessage umsg) { var helpstr = new StringBuilder(); - helpstr.AppendLine(@"######For more information and how to setup your own NadekoBot, go to: -######You can support the project on patreon: or paypal: `nadekodiscordbot@gmail.com`"); + helpstr.AppendLine(@"For more information and how to setup your own NadekoBot, go to: +You can support the project on patreon: or paypal: `nadekodiscordbot@gmail.com`"); helpstr.AppendLine("##Table Of Contents"); helpstr.AppendLine(string.Join("\n", NadekoBot.CommandService.Modules.Select(m => $"- [{m.Name}](#{m.Name.ToLowerInvariant()})"))); helpstr.AppendLine();