small discord bot to delete messages not equal to a string
Find a file
2026-05-02 17:20:09 +03:00
.gitignore initial commit 2026-05-02 16:21:00 +03:00
db.py initial commit 2026-05-02 16:21:00 +03:00
LICENSE initial commit 2026-05-02 16:21:00 +03:00
main.py initial commit 2026-05-02 16:21:00 +03:00
README.md requirements 2026-05-02 17:20:09 +03:00
requirements.txt requirements 2026-05-02 17:20:09 +03:00

Hi

watches channels and deletes messages if their content isn't exactly equal to a string or if they have any attachments (originally for making sure the Hi chain is unbroken)

installation

probably something like

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python main.py

configuration

you can configure this on a per-guild basis with /watched_channels add, remove and list