initial crap

This commit is contained in:
fzorb 2025-07-14 12:41:38 +03:00
parent f3f9b24d26
commit 8390a26c48
3 changed files with 2457 additions and 8 deletions

View file

@ -4,4 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
serenity = "0.12"
rand = "0.9.1"
serenity = "0.12"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }