aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/framework')
-rw-r--r--src/ext/framework/help_commands.rs2
1 files changed, 1 insertions, 1 deletions
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 {