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 });
|
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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue