From 15411c974477caf32d60a9ae774db512fccdc359 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Nov 2025 08:49:08 -0700 Subject: [PATCH] Fix 1 --- interactionHandlers/common/resetPasswordDialog.js | 1 - 1 file changed, 1 deletion(-) 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',