diff --git a/files/helpers/offsite_mentions.py b/files/helpers/offsite_mentions.py index a4f8d191c..f7256346c 100644 --- a/files/helpers/offsite_mentions.py +++ b/files/helpers/offsite_mentions.py @@ -48,7 +48,7 @@ def reddit_mentions_task(): if kind == 'comment': body = thing["body"].replace('>', '> ') - if SITE_NAME == 'rDrama' and 'teenagers' in body: continue + if SITE_NAME == 'rDrama' and 'teenager' in body: continue text = f'

{body}

' else: title = thing["title"].replace('>', '> ')