aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext')
-rw-r--r--src/ext/framework/help_commands.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/framework/help_commands.rs b/src/ext/framework/help_commands.rs
index 6ad9735..be478db 100644
--- a/src/ext/framework/help_commands.rs
+++ b/src/ext/framework/help_commands.rs
@@ -225,6 +225,8 @@ pub fn plain(ctx: &Context,
if no_commands {
result.push_str("*[No Commands]*");
}
+
+ result.push('\n');
}
let _ = ctx.say(&result);