forked from Skynet/discord-bot
feat: now able to get the memebr_id from just email
This commit is contained in:
parent
733827c3e6
commit
7a6421469c
3 changed files with 402 additions and 22 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue