Mention new post reply feature in README

This commit is contained in:
Elara 2023-01-24 01:26:33 -08:00
parent 85eb337e3b
commit eb6d70bc26
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Lemmy Reply Bot
This project is a simple bot that replies to comments on Lemmy. It uses Lemmy's WebSocket API to get notified of any new comments, and sees if they match any regex configured in the config file. If it finds one that does, it replies with the message corresponding to that regex.
This project is a simple bot that replies to comments and posts on Lemmy. It uses Lemmy's WebSocket API to get notified of any new comments or posts, and sees if they match any regex configured in the config file. If it finds one that does, it replies with the message corresponding to that regex.
### Features