feat; can now handle bedrock in the command

For #26
This commit is contained in:
silver 2024-11-30 00:44:36 +00:00
parent b55650b221
commit ee0c8f0987
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
4 changed files with 124 additions and 37 deletions

View file

@ -14,6 +14,9 @@ name = "update_users"
[[bin]]
name = "update_minecraft"
[[bin]]
name = "test"
[dependencies]
# discord library
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }