client.on(Events.ThreadUpdate, async (oldThread, newThread, channel) => {
console.log(newThread.appliedTags)
if (newThread.appliedTags === '1107649018902884393') channel.send({ content: 'working', ephemeral: true})
})
client.on(Events.ThreadUpdate, async (oldThread, newThread, channel) => {
console.log(newThread.appliedTags)
if (newThread.appliedTags === '1107649018902884393') channel.send({ content: 'working', ephemeral: true})
})