This commit is contained in:
Christopher Cookman 2025-11-13 08:51:24 -07:00
parent 7c29db35e4
commit cdda6bb8bf

View file

@ -14,10 +14,11 @@ module.exports.execute = async (interaction) => {
interaction.showModal({ interaction.showModal({
title: 'Reset Extension Password', title: 'Reset Extension Password',
customId: 'resetPasswordModal', customId: 'resetPasswordModal',
label: 'Reset Extension Password',
components: [ components: [
{ {
type: 18, // Label type: 18, // Label
label: "New Password. Leave blank to generate a random one.", label: "New Password. Leave blank for random.",
compoents: [ compoents: [
{ {
type: 4, // Text Input type: 4, // Text Input