new anti-ping-spam functionality

This commit is contained in:
2024-11-20 19:32:33 -05:00
parent c5a114540c
commit 9fd85e38fb
4 changed files with 63 additions and 3 deletions

View File

@@ -10,3 +10,4 @@ dotenv = "0.15.0"
rand = "0.8.5"
clap = { version = "4.5.20", features = ["derive"] }
lamm = { git = "https://github.com/minneelyyyy/lamm", branch = "dev" }
regex = "1.11.1"