diff options
| author | Austin Hellyer <[email protected]> | 2016-11-06 11:48:31 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-06 11:48:31 -0800 |
| commit | 026b56d7f10059ee9738f408eafd5759f9e7a301 (patch) | |
| tree | 4dcff468e967e813723dd7f9deaa571fa6b61374 /examples/06_command_framework.rs | |
| parent | Message reactions array doesn't exist if empty (diff) | |
| download | serenity-026b56d7f10059ee9738f408eafd5759f9e7a301.tar.xz serenity-026b56d7f10059ee9738f408eafd5759f9e7a301.zip | |
Fix typo in example 06
Diffstat (limited to 'examples/06_command_framework.rs')
| -rw-r--r-- | examples/06_command_framework.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/06_command_framework.rs b/examples/06_command_framework.rs index 5bf156c..21b8539 100644 --- a/examples/06_command_framework.rs +++ b/examples/06_command_framework.rs @@ -24,7 +24,7 @@ fn main() { // "~ping" // "~emoji cat" // "~emoji dog" - // "~some complex group" + // "~some complex command" client.with_framework(|f| f .configure(|c| c .on_mention(true) |