check for user sound count on upload

This commit is contained in:
jude-lafitteIII
2020-04-29 23:09:31 +01:00
parent d30f875ea8
commit 9f2317eb6a
3 changed files with 35 additions and 3 deletions

View File

@@ -9,3 +9,4 @@ serenity = {path = "/home/jude/serenity", features = ["voice", "collector"]}
sqlx = {version = "0.3", default-features = false, features = ["runtime-tokio", "macros", "mysql", "bigdecimal"]}
dotenv = "0.15"
tokio = {version = "0.2.19", features = ["fs", "sync", "process"]}
lazy_static = "1.4.0"