diff options
| author | Austin Hellyer <[email protected]> | 2016-11-13 19:28:13 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-14 18:32:10 -0800 |
| commit | 7d22fb2a9c70e5e517b359875a0157f72e352e43 (patch) | |
| tree | ca3bcb3a76f68960563d3c38d45e21f493ce32f8 /src/ext/mod.rs | |
| parent | Add internal module (diff) | |
| download | serenity-7d22fb2a9c70e5e517b359875a0157f72e352e43.tar.xz serenity-7d22fb2a9c70e5e517b359875a0157f72e352e43.zip | |
Add voice connection support
Diffstat (limited to 'src/ext/mod.rs')
| -rw-r--r-- | src/ext/mod.rs | 1 |
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; |