cache
This commit is contained in:
parent
e934da887f
commit
11f6f1edbf
4 changed files with 26 additions and 3 deletions
|
|
@ -15,8 +15,9 @@ figment = { version = "0.10.19", features = ["toml", "env"] }
|
|||
rhai = "1.23.6"
|
||||
secrecy = { version = "0.10", features = ["serde"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = [
|
||||
serenity = { git = "https://github.com/paring-chan/serenity.git", branch = "fix/reaction-cache-next", features = [
|
||||
"unstable",
|
||||
"cache",
|
||||
] }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "postgres"] }
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue