This commit is contained in:
jude
2022-05-13 13:18:18 +01:00
parent 7a1a1c637f
commit 9d588e7e03
3 changed files with 11 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "next", features = ["builtin-queue"] }
poise = { git = "https://github.com/jellywx/poise", branch = "jellywx-pv2" }
poise = "0.2"
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
dotenv = "0.15"
tokio = { version = "1", features = ["fs", "process", "io-util"] }
@@ -19,4 +19,4 @@ serde_json = "1.0"
dashmap = "4.0"
[patch."https://github.com/serenity-rs/serenity"]
serenity = { git = "https://github.com//serenity-rs/serenity", branch = "current" }
serenity = { version = "0.11" }