change volume command

This commit is contained in:
jude-lafitteIII
2020-04-28 17:17:32 +01:00
parent e34d36b4a3
commit 9af33602b3
2 changed files with 66 additions and 14 deletions

View File

@@ -8,4 +8,4 @@ edition = "2018"
serenity = {path = "/home/jude/serenity", features = ["voice"]}
sqlx = {version = "0.3", default-features = false, features = ["runtime-tokio", "macros", "mysql", "bigdecimal"]}
dotenv = "0.15"
tokio = {version = "0.2.19", features = ["fs"]}
tokio = {version = "0.2.19", features = ["fs", "sync"]}