initial_bot #1

Open
eoghanconlon73 wants to merge 4 commits from initial_bot into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 7375fac2f9 - Show all commits

1
Cargo.lock generated
View file

@ -222,6 +222,7 @@ version = "0.1.0"
dependencies = [
"dotenv",
"serenity",
"tokio",
]
[[package]]

View file

@ -6,3 +6,4 @@ edition = "2021"
[dependencies]
dotenv = "0.15.0"
serenity = "0.12.4"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }