initial commit

This commit is contained in:
2024-10-10 11:02:20 -04:00
commit 7976ac28c0
6 changed files with 2181 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "bot"
version = "0.1.0"
edition = "2021"
[dependencies]
poise = "0.6.1"
tokio = { version = "1", features = ["full"] }
dotenv = "0.15.0"