You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if re.search("REGEX_TO_SEARCH_FOR", submission.title, re.IGNORECASE):
with open("ReplyTXTFile", "r") as f:
submission.reply(f.read() + replyEnd)
posts_replied_to.append(submission.id)
would you have to make a new couple of lines in the main.py to add a new automatic reply?
The text was updated successfully, but these errors were encountered: