From 078947edc2b7036b2a0b49afc3cc54b12a39af18 Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Sat, 9 Sep 2017 14:09:35 -0700 Subject: Note the standard_framework feature in examples Examples 05 through 07 require the `standard_framework` feature to be enabled, but the examples and documentation for them did not reference it. --- examples/05_command_framework/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/05_command_framework/src') 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] -- cgit v1.2.3