init the bot

This commit is contained in:
Schrottkatze 2025-09-01 03:21:58 +02:00
commit 0437c75717
Signed by: schrottkatze
SSH key fingerprint: SHA256:/raZeWZ2RLThYkX/nq26frnmA4Bi3qRM/hijRmDBa10
12 changed files with 3192 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "redaction-bot"
version = "0.1.0"
edition = "2024"
[dependencies]
aho-corasick = "1.1.3"
rand = "0.9.2"
serenity = "0.12.4"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
unicase = "2.8.1"