feat: now using an env file

This commit is contained in:
silver 2023-08-27 17:30:54 +01:00
parent 1694c4eebf
commit 9b42187b22
4 changed files with 80 additions and 28 deletions

View file

@ -8,5 +8,8 @@ edition = "2021"
[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"] }
# to make the http requests
surf = "2.3.2"
surf = "2.3.2"
dotenvy = "0.15.7"