use custom poise fork until it gets updated

This commit is contained in:
oliver 2024-07-29 08:55:56 -06:00
parent 43ca1e6089
commit 88dff426b1

View File

@ -10,8 +10,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
# songbird = { version = "0.3.2", features = ["yt-dlp"] }
poise = { version = "0.6", features = ["cache"], path="../poise" }
poise = { features = ["cache"], git="https://github.com/Rushmore75/poise.git", rev="6afaf44a791cd3ff590c89fda26c94b4411b3266" }
dotenv = "0.15.0"
anyhow = "1.0.75"
once_cell = "1.19.0"