mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 23:58:06 -05:00
feat: clean up and test + fix all the blcoks + add missing gaps
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -31,6 +31,8 @@ class RedditOAuthHandler(BaseOAuthHandler):
|
||||
"submit", # Submit new posts and comments
|
||||
"edit", # Edit own posts and comments
|
||||
"history", # Access user's post history
|
||||
"privatemessages", # Access inbox and send private messages
|
||||
"flair", # Access and set flair on posts/subreddits
|
||||
]
|
||||
|
||||
AUTHORIZE_URL = "https://www.reddit.com/api/v1/authorize"
|
||||
|
||||
Reference in New Issue
Block a user