small addition
This commit is contained in:
parent
45d4b7e8f4
commit
891cc408ff
@ -37,7 +37,12 @@ namespace NadekoBot
|
|||||||
};
|
};
|
||||||
|
|
||||||
public Action<CommandEventArgs> DoGitFunc() => e => {
|
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 = "";
|
string lastCategory = "";
|
||||||
foreach (var com in client.GetService<CommandService>().AllCommands) {
|
foreach (var com in client.GetService<CommandService>().AllCommands) {
|
||||||
|
Loading…
Reference in New Issue
Block a user