Thread access lost

What happens when the client loses access to the threads in the channel. Will cached threads be flushed? Which event is emitted, channelUpdate? Do i have to find out myself if i lost access, maybe through the perm overwrites?
3 Replies
d.js toolkit
d.js toolkit11mo ago
- 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!
d.js docs
d.js docs11mo ago
event (event) Client#threadMemberUpdate Emitted whenever the client user's thread member is updated.
Bambus
Bambus11mo ago
So the threads remain in cache?