Added server invite to PM and help

This commit is contained in:
Master Kwoth
2016-01-22 20:20:59 +01:00
parent 49b521af4d
commit a7872737d6
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ namespace NadekoBot
{
public override Func<CommandEventArgs, Task> DoFunc() => async e =>
{
string helpstr = "Official repo: **github.com/Kwoth/NadekoBot/** \n";
string helpstr = "Official repo: **github.com/Kwoth/NadekoBot/**\nBot Creator's server: https://discord.gg/0ehQwTK2RBhxEi0X";
string lastCategory = "";
foreach (var com in client.Commands().AllCommands)