thread.members.add is not a function
Hi can anyone help me with this code?
code:
7 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 OPerror:
@Steve can you help me with this problem plesse?
when I return to home I do that
:method: GuildTextThreadManager#fetch()
@14.16.3
Obtains a thread from Discord, or the channel cache if it's already available.
- Discord ids follow the snowflake format: learn more
- Discord ids must be represented as strings as they are larger than Number.MAX_SAFE_INTEGER
, the largest integer that can be represented in JavaScript
ah ok
@Qjuh thank you so much, i've resolved the problem