small addition

This commit is contained in:
Master Kwoth 2016-02-19 06:01:44 +01:00
parent 45d4b7e8f4
commit 891cc408ff

View File

@ -37,7 +37,12 @@ namespace NadekoBot
};
public Action<CommandEventArgs> 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<CommandService>().AllCommands) {