aboutsummaryrefslogtreecommitdiff
path: root/examples/06_voice/src
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-09 14:09:35 -0700
committerZeyla Hellyer <[email protected]>2017-09-09 14:09:35 -0700
commit078947edc2b7036b2a0b49afc3cc54b12a39af18 (patch)
tree16be549691493446b742a2585301fabb1c209b2f /examples/06_voice/src
parentserde rename `kind` to `type` (diff)
downloadserenity-078947edc2b7036b2a0b49afc3cc54b12a39af18.tar.xz
serenity-078947edc2b7036b2a0b49afc3cc54b12a39af18.zip
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.
Diffstat (limited to 'examples/06_voice/src')
-rw-r--r--examples/06_voice/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/06_voice/src/main.rs b/examples/06_voice/src/main.rs
index 40d8817..8de2c3b 100644
--- a/examples/06_voice/src/main.rs
+++ b/examples/06_voice/src/main.rs
@@ -4,7 +4,7 @@
//! ```toml
//! [dependencies.serenity]
//! git = "https://github.com/zeyla/serenity.git"
-//! features = ["cache", "framework", "voice"]
+//! features = ["cache", "framework", "standard_framework", "voice"]
//! ```
#[macro_use]