forked from Skynet/discord-bot
feat: now using an env file
This commit is contained in:
parent
1694c4eebf
commit
9b42187b22
4 changed files with 80 additions and 28 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue