track how many sounds are playing in a channel

This commit is contained in:
2021-04-10 20:06:10 +01:00
parent 909e8e351a
commit d70f790b3d
4 changed files with 162 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "soundfx-rs"
version = "1.2.0"
version = "1.2.2"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
@@ -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/serenity-rs/songbird", branch = "current" }
songbird = { git = "https://github.com/FelixMcFelix/songbird", branch = "fix-driver-leave-join" }
regex = "1.4"
log = "0.4"
serde_json = "1.0"