Another Fix

This commit is contained in:
Christopher Cookman 2025-11-13 09:02:30 -07:00
parent 5a0c18e434
commit 2e1ed82538

View file

@ -22,7 +22,7 @@ module.exports.execute = async (interaction) => {
{ {
type: 18, // Label type: 18, // Label
label: "New Password. Leave blank for random.", label: "New Password. Leave blank for random.",
components: [ { component: {
type: 4, // Text Input type: 4, // Text Input
customId: 'newPassword', customId: 'newPassword',
style: 1, style: 1,
@ -30,7 +30,7 @@ module.exports.execute = async (interaction) => {
max_length: 64, max_length: 64,
placeholder: 'New Password', placeholder: 'New Password',
required: false required: false
} ] }
} }
] ]
} }