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 => {