diff options
Diffstat (limited to 'examples/06_command_framework/src')
| -rw-r--r-- | examples/06_command_framework/src/main.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/06_command_framework/src/main.rs b/examples/06_command_framework/src/main.rs index 1eb1b05..071ecdc 100644 --- a/examples/06_command_framework/src/main.rs +++ b/examples/06_command_framework/src/main.rs @@ -1,6 +1,7 @@ -//! Requires the 'methods' feature flag be enabled in your project's Cargo.toml. +//! Requires the 'framework' feature flag be enabled in your project's +//! `Cargo.toml`. //! -//! This can be activated by specifying the feature in the dependency section: +//! This can be enabled by specifying the feature in the dependency section: //! //! ```toml //! [dependencies.serenity] |