update bot to use a prefix argument

This commit is contained in:
2024-10-28 20:02:00 -04:00
parent 0c896a721d
commit c5a114540c
3 changed files with 13 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ poise = "0.6.1"
tokio = { version = "1", features = ["full"] }
dotenv = "0.15.0"
rand = "0.8.5"
clap = { version = "4.5.20", features = ["derive"] }
lamm = { git = "https://github.com/minneelyyyy/lamm", branch = "dev" }