#Like This (Pretend the message is the embed)

1 messages · Page 1 of 1 (latest)

restive pewter
blazing hedgeBOT
#

Documentation suggestion for @restive pewter:
method Message#startThread()
Create a new public thread from this message

restive pewter
#

@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
stoic ice
#

because it isn't function for EmbedBuilder