praw-dev / praw

PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.

Home Page:http://praw.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subredditRulesModeration : add remove() and edit() functions

computerologist opened this issue · comments

Describe the solution you'd like

There doesn't seem to be a way to remove or change existing subreddit rules in praw.

This would be quit helpful for fleshing out the functionality.

Describe alternatives you've considered

Between remove(), add(), and reorder(), the function of edit() could be achieved, but edit() alone would be very nice as well.

Additional context

No response

Nevermind, I've found the functions.