Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

How to get comments from a Submission? #376

Open
learnacadman opened this issue Jan 31, 2023 · 0 comments
Open

How to get comments from a Submission? #376

learnacadman opened this issue Jan 31, 2023 · 0 comments

Comments

@learnacadman
Copy link

learnacadman commented Jan 31, 2023

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant