r/redditdev • u/ArachnidInner2910 • Nov 13 '24
View previous comment in a thread PRAW
I'm creating a script to run off of mentions, how can I see the previous comment above in the thread to the one my bot has been mentioned in?
1 Upvotes
r/redditdev • u/ArachnidInner2910 • Nov 13 '24
I'm creating a script to run off of mentions, how can I see the previous comment above in the thread to the one my bot has been mentioned in?
1
u/DinoHawaii2021 Nov 13 '24
use comment.parent() it returns the instance of the parent comment the comment is on