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";