From 74771bd24da360ace73a05e6b5296f23efc7258e Mon Sep 17 00:00:00 2001 From: Collin R Date: Thu, 16 Jan 2020 14:44:47 -0800 Subject: [PATCH] Updated readme --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 46e9819..6498e57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ praw.ini pointsbot.ini +todo.md *.db *.pyc diff --git a/README.md b/README.md index 6e5a148..f27617d 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,12 @@ corresponding flair texts. The order of these lines doesn't matter; the bot will sort them in order of point totals. +### Make the bot a mod in your subreddit + +Some of the bot's behaviors, e.g. altering redditor flairs, require moderator +permissions. It should require just the "Flair" and "Posts" permissions, so you +don't need to grant it full permissions. + ## Usage The simplest way to run the bot is to navigate to the project root directory and