aboutsummaryrefslogtreecommitdiff
path: root/examples/05_command_framework
diff options
context:
space:
mode:
Diffstat (limited to 'examples/05_command_framework')
-rw-r--r--examples/05_command_framework/Cargo.toml2
-rw-r--r--examples/05_command_framework/src/main.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/05_command_framework/Cargo.toml b/examples/05_command_framework/Cargo.toml
index 3193deb..51931dc 100644
--- a/examples/05_command_framework/Cargo.toml
+++ b/examples/05_command_framework/Cargo.toml
@@ -7,5 +7,5 @@ authors = ["my name <[email protected]>"]
typemap = "0.3"
[dependencies.serenity]
-features = ["framework"]
+features = ["framework", "standard_framework"]
path = "../../"
diff --git a/examples/05_command_framework/src/main.rs b/examples/05_command_framework/src/main.rs
index a48aae1..6527a93 100644
--- a/examples/05_command_framework/src/main.rs
+++ b/examples/05_command_framework/src/main.rs
@@ -6,7 +6,7 @@
//! ```toml
//! [dependencies.serenity]
//! git = "https://github.com/zeyla/serenity.git"
-//! features = ["framework"]
+//! features = ["framework", "standard_framework"]
//! ```
#[macro_use]