msg not sent to thread

client.on(Events.ThreadCreate, async (thread, newlyCreated) => {
  const chl = "1113514934643470456";
  if(thread.parentId === chl) {
    if (thread.appliedTags.includes('1113573160965656576')) {
      thread.send({ content: "yes"})
    }
  }
})
the msg isnt being sent to the thread channel
Was this page helpful?