Is there a way for the bot to read only top sorted comment section.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered (optional) A clear and concise description of any alternative solutions or features you've considered.
Additional context (optional) Add any other context or screenshots about the feature request here.
Yes. You would Just change the code to sorting from hot to top
Yes. You would Just change the code to sorting from hot to top
do i have to make changes in subreddit.py file ?
Yes, probably yes
Keep me updated pls
find where it says threads = subreddit.hot(limit=25) change it to threads = subreddit.top()