Should threadUpdate fire when threads are auto-archived?

I know some bots on djs v13 rely on this behavior. I'm on v14 and threadUpdate is seemingly not fired after 1 hour when the thread is auto-archived.
3 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.
LeMorrow
LeMorrow2y ago
this.bot.client.on("threadUpdate", () => {
console.log("even fired");
});
this.bot.client.on("threadUpdate", () => {
console.log("even fired");
});
Doesn't fire when the thread is auto-archived for me (takes 1 hour to test....) I tried it 3 times because I thought I was going insane and maybe I am! ohhhh wait a second, I think Discord is changing something around this
LeMorrow
LeMorrow2y ago
auto-archive doesn't even seem to archive the thread anymore. it just "hides" it. UI text changed too. nice API break!