diff --git a/src/commands/shop/addons/pterodactyl.js b/src/commands/shop/addons/pterodactyl.js index d1dace1..e619756 100644 --- a/src/commands/shop/addons/pterodactyl.js +++ b/src/commands/shop/addons/pterodactyl.js @@ -34,7 +34,7 @@ module.exports = async (interaction) => { timestamp: new Date(), footer: { iconURL: config.footer.icon, text: config.footer.text }, }; - return await interaction.editReply({ embeds: [embed], ephemeral: true }); + return interaction.editReply({ embeds: [embed], ephemeral: true }); } // Stop if amount or user credits is above 1.000.000