This commit is contained in:
Christopher Cookman 2025-11-13 08:56:24 -07:00
parent 1f0b14d326
commit 2c265e4eb6

View file

@ -21,7 +21,7 @@ module.exports.execute = async (interaction) => {
label: "New Password. Leave blank for random.", label: "New Password. Leave blank for random.",
component: { component: {
type: 4, // Text Input type: 4, // Text Input
id: 'newPassword', customId: 'newPassword',
style: 1, style: 1,
min_length: 6, min_length: 6,
max_length: 64, max_length: 64,