playing works
This commit is contained in:
@@ -9,12 +9,14 @@ futures = { version = "0.3.32" }
|
||||
futures-executor = { version = "0.3.32" }
|
||||
postcard = { version = "1.1.3", features = ["use-std"] }
|
||||
serenity = { version = "0.12.5", default-features = false, features = [
|
||||
"client",
|
||||
"standard_framework",
|
||||
"cache",
|
||||
"rustls_backend",
|
||||
"voice",
|
||||
] }
|
||||
songbird = { version = "0.5.0" }
|
||||
songbird = { git = "https://github.com/beerpsi-forks/songbird.git", branch = "davey" }
|
||||
symphonia = { version = "0.5.5" }
|
||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||
types = { path = "../../libs/types" }
|
||||
which = { version = "8.0.0" }
|
||||
yt-dlp = { version = "2.4.0" }
|
||||
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
|
||||
|
||||
Reference in New Issue
Block a user