Fetching all threads in a forum

What's the easiest I fetch all archived threads in a forum channel? I thought FetchedThreads.hasMore was supposed to allow an easy way to do this but I can't find a solution I'm satisfied with
5 Replies
d.js docs
d.js docs2y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
jr
jr2y ago
I couldn't get a solution working with snowflakes, I do have a solution working with Dates
d.js docs
d.js docs2y ago
method GuildForumThreadManager#fetchArchived() Obtains a set of archived threads from Discord. (more...)
조아오
조아오2y ago
And
d.js docs
d.js docs2y ago
method GuildForumThreadManager#fetchActive() Obtains the accessible active threads from Discord. (more...)