snoowrap
snoowrap copied to clipboard
How to get comments from a Submission?
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.