diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-04-04 09:43:32 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-04-04 09:43:32 +0200 |
| commit | 75989747fb71753ed4f4839002e933d5e8aa7da5 (patch) | |
| tree | 9995fd2740b35720c3ac77dcf452a7f5905ee1c6 /config.py | |
| parent | 917954ecf051198ca3916db4173503514642550a (diff) | |
fix syntax
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 |
