diff options
| author | Austin Hellyer <[email protected]> | 2017-01-01 20:47:10 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2017-01-01 20:47:43 -0800 |
| commit | fd04374d9c0dcb8503d10ad3184d270104c457dd (patch) | |
| tree | f05b27efe9fd3fa801e425bca1b25d822c640e23 /src/ext | |
| parent | Remove user logout endpoint (diff) | |
| download | serenity-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.rs | 2 |
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) { |