diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-01-11 13:50:41 +0000 |
|---|---|---|
| committer | Tianhao Wang <wth@riseup.net> | 2024-01-11 13:50:41 +0000 |
| commit | 7b3ef7a4726ba1e76f99b8569767aea5be99a1f5 (patch) | |
| tree | 5261d467e164e6542921ad35a29738d26f572123 /config.py | |
| parent | ebc18cf2aa3d486b744bceba1ae1479672b8bddd (diff) | |
interactions based on intimacy
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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" |
