diff --git a/src/commands/shop/roles/addons/cancel.js b/src/commands/shop/roles/addons/cancel.js index 90efcc7..37c6f0f 100644 --- a/src/commands/shop/roles/addons/cancel.js +++ b/src/commands/shop/roles/addons/cancel.js @@ -54,7 +54,7 @@ module.exports = async (interaction) => { timestamp: new Date(), footer: { iconURL: config.footer.icon, text: config.footer.text }, }; - return await interaction.editReply({ + return interaction.editReply({ embeds: [embed], ephemeral: true, });