summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorTianhao Wang <wth@riseup.net>2024-01-11 13:50:41 +0000
committerTianhao Wang <wth@riseup.net>2024-01-11 13:50:41 +0000
commit7b3ef7a4726ba1e76f99b8569767aea5be99a1f5 (patch)
tree5261d467e164e6542921ad35a29738d26f572123 /config.py
parentebc18cf2aa3d486b744bceba1ae1479672b8bddd (diff)
interactions based on intimacy
Diffstat (limited to 'config.py')
-rw-r--r--config.py11
1 files changed, 2 insertions, 9 deletions
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"