diff --git a/examples/serenity/voice/src/main.rs b/examples/serenity/voice/src/main.rs index e6f0ba780..a8b0515f7 100644 --- a/examples/serenity/voice/src/main.rs +++ b/examples/serenity/voice/src/main.rs @@ -4,7 +4,7 @@ //! ```toml //! [dependencies.serenity] //! git = "https://github.com/serenity-rs/serenity.git" -//! features = ["client", standard_framework", "voice"] +//! features = ["client", "standard_framework", "voice"] //! ``` use std::env;