From cb976ba3ebaef969527c698ad3e1815b07926917 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 15 Feb 2016 21:33:19 +0100 Subject: [PATCH] fixed link for readme --- 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 269d1fe8..57976017 100644 --- a/NadekoBot/Commands/HelpCommand.cs +++ b/NadekoBot/Commands/HelpCommand.cs @@ -65,7 +65,7 @@ namespace NadekoBot .Alias("-guide") .Description("Sends a readme and a guide links to the channel.") .Do(async e => - await e.Send("**FULL README**: \n\n**GUIDE ONLY**: ")); + await e.Send("**FULL README**: \n\n**GUIDE ONLY**: ")); cgb.CreateCommand("-donate") .Description("Instructions for helping the project!") .Do(async e => {