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

4
Cargo.lock generated
View File

@ -1809,7 +1809,7 @@ dependencies = [
[[package]]
name = "songbird"
version = "0.1.5"
source = "git+https://github.com/serenity-rs/songbird?branch=current#df64ad92e5dc150790be2216c4e79b6fefa4964a"
source = "git+https://github.com/FelixMcFelix/songbird?branch=fix-driver-leave-join#a5c4f915bc24c09460c36156a96b38e2957bceb4"
dependencies = [
"async-trait",
"async-tungstenite 0.13.1",
@ -1838,7 +1838,7 @@ dependencies = [
[[package]]
name = "soundfx-rs"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"dashmap",
"dotenv",