Fetching ForumChannel threads returns ThreadChannels from all ForumChannels
I am trying to fetch threads from a specific
ForumChannel
, however, the ThreadChannel
s that are returned are not from the specified ForumChannel
, but rather from every ForumChannel
on the server
Here is a snippet of what is returned by threadChannels
. Notice that the parentId
fields are incorrect
Is this a bug or am I not understanding the use of GuildForumThreadManager#fetch()
?5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPcould you confirm that you're actually on djs 14.13.0 with
npm ls discord.js
?Well I'm actually on 14.9.0 but AFAIK the method is the same. There was no 14.9.0 tag
sounds like the "earlier (update!)" tag is applicable
this was a bug but has since been fixed in a later version
you need to update
Ah good to know, thanks