diff --git a/files/helpers/offsitementions.py b/files/helpers/offsitementions.py index bc3348346b..2a082d8714 100644 --- a/files/helpers/offsitementions.py +++ b/files/helpers/offsitementions.py @@ -42,6 +42,8 @@ def get_mentions(queries): except: break for i in data: + if 'bot' in i['author'].lower(): continue + if kind == 'comment': body = i["body"].replace('>', '> ') text = f'

{body}

'