snoowrap icon indicating copy to clipboard operation
snoowrap copied to clipboard

How to get comments from a Submission?

Open learnacadman opened this issue 2 years ago • 0 comments

I am using this:

submissions = await r.getSubreddit('SubRedditName').getHot({limit: 20});
const comments = await submissions[0].expandReplies();
console.log(comments);

But it doesn't give me an array/object of comments.

learnacadman avatar Jan 31 '23 02:01 learnacadman