editreply instead of defer Reply

This commit is contained in:
2023-06-17 11:56:12 +02:00
parent 69d96908df
commit 41ed649a22
+1 -1
View File
@@ -67,7 +67,7 @@ module.exports = {
const row = new ActionRowBuilder()
.addComponents(gulag) as any
const response = await interaction.reply({ embeds: [exampleEmbed], files, components: [row] })
const response = await interaction.editReply({ embeds: [exampleEmbed], files, components: [row] })
const collector = response.createMessageComponentCollector({ componentType: ComponentType.Button, time: 3_600_00 })