diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,7 +28,13 @@ except: ADMINS = ["shrik3"] +# INTIMACY THREHOLDS +INTIMACY_FRIENDLY = 10 +INTIMACY_ACTIVE = 50 +INTIMACY_LOVE = 100 +# BEHAVIOURS .. +CATCH_BIRD_MAX_LENGTH = 30 ## DB CONFIGS ----------------------------- # TODO, currently the bot and the db handler is sharing |
