changed serenity version down

This commit is contained in:
jude
2020-09-20 23:25:54 +01:00
parent 63b94a0113
commit 6e6b0f6da7
3 changed files with 81 additions and 181 deletions

View File

@@ -5,7 +5,7 @@ authors = ["jude-lafitteIII <judewrs@gmail.com>"]
edition = "2018"
[dependencies]
serenity = {version = "0.9.0-rc.1", features = ["voice", "collector"]}
serenity = {git = "https://github.com/Lakelezz/serenity", branch = "await", features = ["voice", "collector"]}
sqlx = {version = "0.3.5", default-features = false, features = ["runtime-tokio", "macros", "mysql", "bigdecimal"]}
dotenv = "0.15"
tokio = {version = "0.2.19", features = ["fs", "sync", "process", "io-util"]}