aboutsummaryrefslogtreecommitdiff
path: root/examples/06_command_framework.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/06_command_framework.rs')
-rw-r--r--examples/06_command_framework.rs2
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)