diff --git a/src/commands/admin/counter/addons/add.js b/src/commands/admin/counter/addons/add.js index ea15031..fe8cc6c 100644 --- a/src/commands/admin/counter/addons/add.js +++ b/src/commands/admin/counter/addons/add.js @@ -73,7 +73,7 @@ module.exports = async (interaction) => { ); // Send interaction reply - return await interaction.editReply({ embeds: [embed] }); + return interaction.editReply({ embeds: [embed] }); } // Create embed object const embed = {