Another Fix

This commit is contained in:
Christopher Cookman 2025-11-13 09:04:17 -07:00
parent 465fef3ca8
commit 50015218a6

View file

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