From 891cc408ff910a0b5193455423655fce4c219de4 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Fri, 19 Feb 2016 06:01:44 +0100 Subject: [PATCH] small addition --- NadekoBot/Commands/HelpCommand.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) {