From 7b3ef7a4726ba1e76f99b8569767aea5be99a1f5 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 11 Jan 2024 13:50:41 +0000 Subject: interactions based on intimacy --- config.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index f68e7fa..55475a0 100644 --- a/config.py +++ b/config.py @@ -34,14 +34,7 @@ INTIMACY_ACTIVE = 50 INTIMACY_LOVE = 100 # BEHAVIOURS .. -CATCH_BIRD_MAX_LENGTH = 20 -CATCH_CAT_MAX_LENGTH = 20 - -## DB CONFIGS ----------------------------- -# TODO, currently the bot and the db handler is sharing -# the same set of config, which is not deserable, expecially -# when the bot config has embeded script (the try..except block -# above). For the prototyle I'm keeping it this way. May change -# later. +CATCH_BIRD_MAX_LENGTH = 48 +CATCH_CAT_MAX_LENGTH = 48 DB_NAME = "data/data.db" -- cgit v1.2.3-70-g09d2