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