Fix 6
This commit is contained in:
parent
0abddc846b
commit
1f0b14d326
|
|
@ -19,17 +19,15 @@ 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
|
id: 'newPassword',
|
||||||
id: 'newPassword',
|
style: 1,
|
||||||
style: 1,
|
min_length: 6,
|
||||||
min_length: 6,
|
max_length: 64,
|
||||||
max_length: 64,
|
placeholder: 'New Password',
|
||||||
placeholder: 'New Password',
|
required: false
|
||||||
required: false
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue