This commit is contained in:
2026-03-07 00:50:08 +01:00
parent 41c8303aa4
commit b7a13646ee
3 changed files with 57 additions and 156 deletions
+6 -2
View File
@@ -8,8 +8,12 @@ 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 }
serenity = { version = "0.12.5", default-features = false, features = [
"client",
"standard_framework",
"voice",
] }
songbird = { version = "0.5.0" }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../../libs/types" }
which = { version = "8.0.0" }