aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ext/framework/help_commands.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/framework/help_commands.rs b/src/ext/framework/help_commands.rs
index 119e362..87b69a0 100644
--- a/src/ext/framework/help_commands.rs
+++ b/src/ext/framework/help_commands.rs
@@ -128,8 +128,6 @@ pub fn with_embeds(ctx: &mut Context,
let _ = write!(desc, "Prefix: {}\n", x);
}
- desc.push_str("Commands:\n");
-
let mut no_commands = true;
for (n, cmd) in remove_aliases(&group.commands) {