diff --git a/NadekoBot/Commands/HelpCommand.cs b/NadekoBot/Commands/HelpCommand.cs index 194e33fc..f7eb406a 100644 --- a/NadekoBot/Commands/HelpCommand.cs +++ b/NadekoBot/Commands/HelpCommand.cs @@ -37,7 +37,12 @@ namespace NadekoBot }; public Action DoGitFunc() => e => { - string helpstr = "Official repo: **github.com/Kwoth/NadekoBot/** \n"; + string helpstr = +@"######For more information and how to setup your own NadekoBot, go to: **http://github.com/Kwoth/NadekoBot/** +######You can donate on paypal: `nadekodiscordbot@gmail.com` or Bitcoin `17MZz1JAqME39akMLrVT4XBPffQJ2n1EPa` + +#NadekoBot List Of Commands"; + string lastCategory = ""; foreach (var com in client.GetService().AllCommands) {