Skip to content

Commit

Permalink
Relisting 'Commands:' is redundant in embed help
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hellyer committed Jan 2, 2017
1 parent 70bf22a commit fd04374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ext/framework/help_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fd04374

Please sign in to comment.