forked from Skynet/discord-bot
feat: now have two scripts that can run ona timer
This commit is contained in:
parent
cb363e6558
commit
ca6ae993c5
7 changed files with 538 additions and 239 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -5,6 +5,13 @@ edition = "2021"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[[bin]]
|
||||
name = "update_data"
|
||||
|
||||
[[bin]]
|
||||
name = "update_users"
|
||||
|
||||
|
||||
[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"] }
|
||||
|
@ -22,4 +29,6 @@ csv = "1.2"
|
|||
|
||||
# for email
|
||||
lettre = "0.10.4"
|
||||
maud = "0.25.0"
|
||||
maud = "0.25.0"
|
||||
|
||||
serde = "1.0.188"
|
Loading…
Add table
Add a link
Reference in a new issue