Fix 1
This commit is contained in:
parent
d0040c6c1f
commit
15411c9744
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue