feat: now able to get the memebr_id from just email

This commit is contained in:
silver 2024-11-09 02:23:46 +00:00
parent 733827c3e6
commit 7a6421469c
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 402 additions and 22 deletions

View file

@ -17,7 +17,8 @@ name = "update_minecraft"
[dependencies]
# discord library
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "full"] }
reqwest = { version = "0.12", features = ["json"] }
# to make the http requests
surf = "2.3.2"