Functional bot: responds to commands, moves users

This commit is contained in:
bluepython508
2024-11-03 21:00:19 +00:00
parent 0b0950959b
commit 23169ef19c
4 changed files with 343 additions and 12 deletions

View File

@@ -6,5 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.3"
eyre = "0.6.12"
futures = "0.3.31"
poise = "0.6.1"
rand = "0.8.5"
serenity = "0.12.2"
tokio = { version = "1.41.0", features = ["rt", "net"] }