feat: split out the minecraft script so it runs at 5am instead of regularly

This commit is contained in:
silver 2024-03-05 19:55:38 +00:00
parent 7e6d892b67
commit cf2c7683d2
4 changed files with 20 additions and 8 deletions

View file

@ -11,6 +11,9 @@ name = "update_data"
[[bin]]
name = "update_users"
[[bin]]
name = "update_minecraft"
[dependencies]
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }