#Like This (Pretend the message is the embed)
1 messages · Page 1 of 1 (latest)
Documentation suggestion for @restive pewter:
Message#startThread()
Create a new public thread from this message
@stoic ice
const channel = interaction.client.channels.cache.get(feedback_channel);
await channel.send({embeds: [embed]})
embed.startThread({
name: 'test',
autoArchiveDuration: 60,
reason: 'test',
});```
embed.startThread is not a function Is my error
because it isn't function for EmbedBuilder