From 87b09c165671ec68b8d8f24092faf768c8be57b7 Mon Sep 17 00:00:00 2001 From: zeyla Date: Wed, 21 Dec 2016 13:10:58 -0800 Subject: Fix grammar in framework help the command --- src/ext/framework/help_commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/framework') diff --git a/src/ext/framework/help_commands.rs b/src/ext/framework/help_commands.rs index be478db..e071be5 100644 --- a/src/ext/framework/help_commands.rs +++ b/src/ext/framework/help_commands.rs @@ -100,7 +100,7 @@ pub fn with_embeds(ctx: &Context, let _ = ctx.send_message(message.channel_id, |m| { m.embed(|mut e| { e = e.colour(Colour::rosewater()) - .description("To get help about individual command, pass its \ + .description("To get help with an individual command, pass its \ name as an argument to this command."); for (group_name, group) in groups { -- cgit v1.2.3