fix poise dependency
This commit is contained in:
parent
6313a7d3e5
commit
5e53aacaae
@ -11,7 +11,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|
||||
# songbird = { version = "0.3.2", features = ["yt-dlp"] }
|
||||
poise = { path = "../poise/", features = ["cache"] }
|
||||
poise = { version = "0.5.7", features = ["cache"] }
|
||||
dotenv = "0.15.0"
|
||||
anyhow = "1.0.75"
|
||||
url = "2.4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user