updated songbird. removed the track thing because it wasnt useful

This commit is contained in:
2021-04-12 21:40:28 +01:00
parent 29dd3532bb
commit 900fe6a4f0
4 changed files with 11 additions and 109 deletions

View File

@@ -12,7 +12,7 @@ tokio = { version = "1.0", features = ["fs", "process", "io-util"] }
lazy_static = "1.4"
reqwest = "0.11"
env_logger = "0.8"
songbird = { git = "https://github.com/FelixMcFelix/songbird", branch = "fix-driver-leave-join" }
songbird = "0.1.6"
regex = "1.4"
log = "0.4"
serde_json = "1.0"