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