diff --git a/interactionHandlers/common/resetPasswordDialog.js b/interactionHandlers/common/resetPasswordDialog.js index 4ff327f..02a3f85 100644 --- a/interactionHandlers/common/resetPasswordDialog.js +++ b/interactionHandlers/common/resetPasswordDialog.js @@ -11,7 +11,6 @@ module.exports.execute = async (interaction) => { await interaction.reply({ content: `We're sorry, It doesn't look like you have an extension!`, ephemeral: true }); return; } - await interaction.deferReply({ ephemeral: true }); interaction.showModal({ title: 'Reset Extension Password', customId: 'resetPasswordModal',