Fix current build

This commit is contained in:
hodasemi 2022-09-19 21:20:07 +02:00
parent 2f88f7b04f
commit 7cdd5b8137

View file

@ -10,6 +10,6 @@ serde_json = "*"
rusqlite = { version = "*", features = ["bundled"] }
serenity = { version = "0.8", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]}
parking_lot = "*"
anyhow = "*"
anyhow = { version = "*", features = ["backtrace"] }
hey_listen = "*"
rand = "*"