From 3c14c539fd340e5351598340224de61ba3ae8c89 Mon Sep 17 00:00:00 2001 From: tsomic Date: Thu, 11 Feb 2021 20:55:27 +0100 Subject: [PATCH] adds missing scope to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b90cce3..8fbb623 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # 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. -Needed scopes, so that the bot will work: read, history, identity, submit +Needed scopes, so that the bot will work: read, history, identity, submit, privatemessages -The Bot (currently) always answers to a comment from a post, configured by AUTOMOD_ID. +The Bot (currently) always answers to a comment from a post, configured by AUTOMOD_ID.