aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2017-01-01 20:47:10 -0800
committerAustin Hellyer <[email protected]>2017-01-01 20:47:43 -0800
commitfd04374d9c0dcb8503d10ad3184d270104c457dd (patch)
treef05b27efe9fd3fa801e425bca1b25d822c640e23 /src/ext
parentRemove user logout endpoint (diff)
downloadserenity-fd04374d9c0dcb8503d10ad3184d270104c457dd.tar.xz
serenity-fd04374d9c0dcb8503d10ad3184d270104c457dd.zip
Relisting 'Commands:' is redundant in embed help
Diffstat (limited to 'src/ext')
-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) {