From df8da05f3674d9867a0204a6a8fdb5c71d08674c Mon Sep 17 00:00:00 2001 From: latte Date: Tue, 27 Jan 2026 19:30:38 +0100 Subject: [PATCH] docs: Update project description to reflect minimal bot focus --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e09314..e5be18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "guardden" version = "0.1.0" -description = "A comprehensive Discord moderation bot with AI-powered content filtering" +description = "A minimal, cost-conscious Discord moderation bot for spam detection and NSFW image filtering" readme = "README.md" license = "MIT" requires-python = ">=3.11"