From eb6d70bc268e55163aacec7ad748e4256de25bd5 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 24 Jan 2023 01:26:33 -0800 Subject: [PATCH] Mention new post reply feature in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdded1b..49c3bc9 100644 --- a/README.md +++ b/README.md @@ -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