This commit is contained in:
2026-03-04 01:50:14 +01:00
parent d7edd53792
commit 41c8303aa4
8 changed files with 1586 additions and 116 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ async-nats = { version = "0.46.0" }
futures = { version = "0.3.32" }
futures-executor = { version = "0.3.32" }
postcard = { version = "1.1.3", features = ["use-std"] }
serenity = { version = "0.12.5" }
songbird = { version = "0.5.0", default-features = true }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../../libs/types" }
which = { version = "8.0.0" }
yt-dlp = { version = "2.1.0" }
yt-dlp = { version = "2.4.0" }