From 93db5f319ff64bd197236c5768ff3510bfe3f640 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 7 Dec 2015 21:25:22 +0100 Subject: [PATCH] Added a link to the repo in the help Just in case someone needs assistance, so that they can find me when i relaunch nadeko, since i will be firing up NadekoBot again and on a much better server tomorrow or day after tomorrow. --- NadekoBot/Commands/HelpCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Commands/HelpCommand.cs b/NadekoBot/Commands/HelpCommand.cs index e9c0fa92..54951ceb 100644 --- a/NadekoBot/Commands/HelpCommand.cs +++ b/NadekoBot/Commands/HelpCommand.cs @@ -10,7 +10,7 @@ namespace NadekoBot { return async e => { - string helpstr = ""; + string helpstr = "Official repo: https://github.com/Kwoth/NadekoBot/"+Environment.NewLine; foreach (var com in client.Commands().AllCommands) { helpstr += "&###**#" + com.Category + "#**\n";