fix: yt-dlp errors

This commit is contained in:
2024-08-15 20:05:52 +02:00
parent 5bc86aca2b
commit 8c0eb62d41
2 changed files with 4 additions and 5 deletions

View File

@@ -23,9 +23,9 @@ regex = "1.10.6"
reqwest = { version = "0.11.27", features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
songbird = { version = "0.4.3", default-features = true, features = [
songbird = { version = "0.4.4", default-features = true, features = [
"builtin-queue",
] }
], git = "https://github.com/eRgo35/songbird" }
serenity = { default-features = true, features = [
"cache",
"framework",