feat: Lower the minimum message length from 4 to 2.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user