play command working sort of

This commit is contained in:
jude-lafitteIII
2020-04-26 23:12:31 +01:00
parent 8347f340d5
commit 7653fbcfeb
5 changed files with 411 additions and 359 deletions

View File

@@ -5,6 +5,7 @@ authors = ["jude-lafitteIII <judewrs@gmail.com>"]
edition = "2018"
[dependencies]
serenity = "0.8"
sqlx = {version = "0.3", features = ["runtime-tokio", "macros"]}
serenity = {path = "/home/jude/serenity", features = ["voice"]}
sqlx = {version = "0.3", default-features = false, features = ["runtime-tokio", "macros", "mysql"]}
dotenv = "0.15"
tokio = {version = "0.2.19", features = ["fs"]}