forked from Skynet/discord-bot
feat: split out the minecraft script so it runs at 5am instead of regularly
This commit is contained in:
parent
7e6d892b67
commit
cf2c7683d2
4 changed files with 20 additions and 8 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue