aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework
diff options
context:
space:
mode:
authorzeyla <[email protected]>2016-12-21 13:10:58 -0800
committerGitHub <[email protected]>2016-12-21 13:10:58 -0800
commit87b09c165671ec68b8d8f24092faf768c8be57b7 (patch)
treebbeaa62b91429d886e18a20c6955b4a462e8d874 /src/ext/framework
parentAdd `on_message` example (diff)
downloadserenity-87b09c165671ec68b8d8f24092faf768c8be57b7.tar.xz
serenity-87b09c165671ec68b8d8f24092faf768c8be57b7.zip
Fix grammar in framework help the command
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 {