msg not sent to thread
the msg isnt being sent to the thread channel
client.on(Events.ThreadCreate, async (thread, newlyCreated) => {
const chl = "1113514934643470456";
if(thread.parentId === chl) {
if (thread.appliedTags.includes('1113573160965656576')) {
thread.send({ content: "yes"})
}
}
})npm list discord.js and node node -v version?