This commit is contained in:
nora 2025-11-01 15:20:59 +01:00
parent 33d1738799
commit bb2c954418
7 changed files with 806 additions and 489 deletions

View file

@ -11,9 +11,10 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
uwuify = "^0.2"
async-trait = "0.1.50"
lazy_static = "1.4.0"
toml = "0.8.8"
fancy-regex = "0.13.0"
rand = "0.8.3"
toml = "0.9.8"
fancy-regex = "0.16.2"
rand = "0.9.2"
serde = { version = "1.0.228", features = ["derive"] }
[dependencies.serenity]
version = "0.12.0"