adds missing scope to readme

This commit is contained in:
tsomic
2021-02-11 20:55:27 +01:00
parent d9fbd1f8b4
commit 3c14c539fd
+3 -2
View File
@@ -1,8 +1,9 @@
# generic-reddit-bot # generic-reddit-bot
Generic reddit bot, which replies to a comment from each post in a subreddit. 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. 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.