diff --git a/Cargo.toml b/Cargo.toml index 71134de..d77f408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ website = ["https://discord.com/invite/m3FpcapGDD"] [features] -default = ["client", "rt-multi-thread", "voice"] +default = ["client", "rt-multi-thread"] backend = ["dep:poem", "dep:sqlx"] rt-multi-thread = ["tokio/rt-multi-thread"] rt = ["tokio/rt"]