Shahar
Shahar
DIAdiscord.js - Imagine an app
Created by Shahar on 3/20/2025 in #djs-questions
threadMembersUpdate doesn't being called sometimes
client.on('threadMembersUpdate', async (oldMembers, newMembers, thread) => {
console.log(thread.name, oldMembers, newMembers)
});
client.on('threadMembersUpdate', async (oldMembers, newMembers, thread) => {
console.log(thread.name, oldMembers, newMembers)
});
When there is a thread active and I restart the bot it wont be called for already joined members of the thread when they leave. After they rejoin it works again...
6 replies