commandlist update

This commit is contained in:
Kwoth 2016-10-28 12:36:02 +02:00
parent fa9f17b428
commit ee1a7931ee
2 changed files with 12 additions and 12 deletions

View File

@ -1,17 +1,17 @@
######For more information and how to setup your own NadekoBot, go to: <http://github.com/Kwoth/NadekoBot/wiki> For more information and how to setup your own NadekoBot, go to: <http://github.com/Kwoth/NadekoBot/wiki>
######You can support the project on patreon: <https://patreon.com/nadekobot> or paypal: `nadekodiscordbot@gmail.com` You can support the project on patreon: <https://patreon.com/nadekobot> or paypal: `nadekodiscordbot@gmail.com`
##Table Of Contents ##Table Of Contents
- [Help](#help)
- [Music](#music)
- [CustomReactions](#customreactions) - [CustomReactions](#customreactions)
- [ClashOfClans](#clashofclans) - [ClashOfClans](#clashofclans)
- [Searches](#searches)
- [Utility](#utility)
- [Permissions](#permissions)
- [Help](#help)
- [Administration](#administration)
- [NSFW](#nsfw)
- [Games](#games)
- [Gambling](#gambling) - [Gambling](#gambling)
- [Music](#music) - [Administration](#administration)
- [Games](#games)
- [Searches](#searches)
- [Permissions](#permissions)
- [Utility](#utility)
- [NSFW](#nsfw)
### Administration ### Administration

View File

@ -125,8 +125,8 @@ namespace NadekoBot.Modules.Help
public Task Hgit(IUserMessage umsg) public Task Hgit(IUserMessage umsg)
{ {
var helpstr = new StringBuilder(); var helpstr = new StringBuilder();
helpstr.AppendLine(@"######For more information and how to setup your own NadekoBot, go to: <http://github.com/Kwoth/NadekoBot/wiki> helpstr.AppendLine(@"For more information and how to setup your own NadekoBot, go to: <http://github.com/Kwoth/NadekoBot/wiki>
######You can support the project on patreon: <https://patreon.com/nadekobot> or paypal: `nadekodiscordbot@gmail.com`"); You can support the project on patreon: <https://patreon.com/nadekobot> or paypal: `nadekodiscordbot@gmail.com`");
helpstr.AppendLine("##Table Of Contents"); helpstr.AppendLine("##Table Of Contents");
helpstr.AppendLine(string.Join("\n", NadekoBot.CommandService.Modules.Select(m => $"- [{m.Name}](#{m.Name.ToLowerInvariant()})"))); helpstr.AppendLine(string.Join("\n", NadekoBot.CommandService.Modules.Select(m => $"- [{m.Name}](#{m.Name.ToLowerInvariant()})")));
helpstr.AppendLine(); helpstr.AppendLine();