From ae40f70cacdd18a8b3543150c71084bd3e2b5f3b Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Sun, 8 Mar 2026 05:00:29 +0800 Subject: [PATCH] feat: Lower the minimum message length from 4 to 2. --- bot_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_listener.py b/bot_listener.py index 25927daf..746d6a84 100644 --- a/bot_listener.py +++ b/bot_listener.py @@ -18,7 +18,7 @@ from src.database.db_manager import DBManager MESSAGE_POINTS = 1 MESSAGE_DAILY_CAP = 50 -MESSAGE_MIN_LENGTH = 4 +MESSAGE_MIN_LENGTH = 2 MESSAGE_COOLDOWN_SEC = 30 CITY_QUERY_COST = 1 DEB_QUERY_COST = 1