diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 4d10fd23f..2b60c216d 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -366,7 +366,7 @@ def execute_zozbot(c, level, post, v): push_notif({v.id}, f'New reply by @{c2.author_name}', "zoz", c2) def execute_longpostbot(c, level, body, body_html, post, v): - if SITE_NAME != 'rDrama': return + if not LONGPOSTBOT_ID: return if not len(c.body.split()) >= 200: return