This commit is contained in:
Christopher Cookman 2025-11-13 08:49:08 -07:00
parent d0040c6c1f
commit 15411c9744

View file

@ -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 }); await interaction.reply({ content: `We're sorry, It doesn't look like you have an extension!`, ephemeral: true });
return; return;
} }
await interaction.deferReply({ ephemeral: true });
interaction.showModal({ interaction.showModal({
title: 'Reset Extension Password', title: 'Reset Extension Password',
customId: 'resetPasswordModal', customId: 'resetPasswordModal',