aboutsummaryrefslogtreecommitdiff
path: root/src/ext/mod.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-13 19:28:13 -0800
committerAustin Hellyer <[email protected]>2016-11-14 18:32:10 -0800
commit7d22fb2a9c70e5e517b359875a0157f72e352e43 (patch)
treeca3bcb3a76f68960563d3c38d45e21f493ce32f8 /src/ext/mod.rs
parentAdd internal module (diff)
downloadserenity-7d22fb2a9c70e5e517b359875a0157f72e352e43.tar.xz
serenity-7d22fb2a9c70e5e517b359875a0157f72e352e43.zip
Add voice connection support
Diffstat (limited to 'src/ext/mod.rs')
-rw-r--r--src/ext/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/mod.rs b/src/ext/mod.rs
index 92fda62..bb87911 100644
--- a/src/ext/mod.rs
+++ b/src/ext/mod.rs
@@ -10,4 +10,5 @@
pub mod framework;
pub mod state;
+#[cfg(feature="voice")]
pub mod voice;