Another Fix

This commit is contained in:
Christopher Cookman 2025-11-13 09:01:41 -07:00
parent 5b56bcdb08
commit 95e1c66570

View file

@ -15,6 +15,9 @@ module.exports.execute = async (interaction) => {
title: 'Reset Extension Password', title: 'Reset Extension Password',
customId: 'resetPasswordModal', customId: 'resetPasswordModal',
label: 'Reset Extension Password', label: 'Reset Extension Password',
components: [
{
type: 1, // Action Row
components: [ components: [
{ {
type: 18, // Label type: 18, // Label
@ -30,5 +33,7 @@ module.exports.execute = async (interaction) => {
} }
} }
] ]
}
]
}); });
} }