From 43f7d887d61cc3e61a3397876948b479ca7785d7 Mon Sep 17 00:00:00 2001 From: StarAppeal <58989289+StarAppeal@users.noreply.github.com> Date: Sat, 30 Jan 2021 21:54:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b3df1f..13d9741 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# generic-reddit-bot \ No newline at end of file +# generic-reddit-bot +Generic reddit bot, which replies to a comment from each post in a subreddit. +The text from the post will be send to a rest url (which can be configured in an .env file), which handles the text manipulation if needed.