summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
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"