diff options
Diffstat (limited to 'examples')
| -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 cb838fd..b93b952 100644 --- a/examples/06_command_framework.rs +++ b/examples/06_command_framework.rs @@ -21,9 +21,9 @@ fn main() { // Commands are equivilant to: // "~about" - // "~ping" // "~emoji cat" // "~emoji dog" + // "~ping" // "~some complex command" client.with_framework(|f| f .configure(|c| c |