diff --git a/stoat_view_messages/python/main.py b/stoat_view_messages/python/main.py index 3cc7dc7..675e738 100644 --- a/stoat_view_messages/python/main.py +++ b/stoat_view_messages/python/main.py @@ -65,6 +65,7 @@ def process_messages(db): #EDIT ME attachment_links = "\n".join([f"https://yourdomain.com/autumn/attachments/{att['_id']}/{att['filename']}" for att in attachments]) report += attachment_links + report += f"\n(if the URL does not work remove everything after /attachments// and then open it and reload browser tab)" extra = "and files" report += f""" \nto delete the message {extra} from the system type: "Delete {msg['_id']}". After being processed will your delete command be deleted as well. Remember to manually ban the user if they post problematic content and to also delete the bot report if the content is problematic.""" send_post_message_to_stoat(report)