diff --git a/src/commands/shop/addons/roles.js b/src/commands/shop/addons/roles.js index 03add9c..cb3bcca 100644 --- a/src/commands/shop/addons/roles.js +++ b/src/commands/shop/addons/roles.js @@ -36,7 +36,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, });