client.on('threadCreate', async (thread) => { const kūrėjas = thread.ownerId const threadembed = new EmbedBuilder() .setColor('#ff6600') .setDescription(`Sveiki <@${kūrėjas}>,\nNetrukus susisieksime su Jumis. Prašome detaliai aprašyti Jūsų problemą ir pridėti nuotraukas.`) thread.send({ content: '<@&928703234577694792>', embeds: [threadembed] }); thread.setAppliedTags(3); })