Another Fix
This commit is contained in:
parent
95e1c66570
commit
5a0c18e434
|
|
@ -20,18 +20,18 @@ module.exports.execute = async (interaction) => {
|
||||||
type: 1, // Action Row
|
type: 1, // Action Row
|
||||||
components: [
|
components: [
|
||||||
{
|
{
|
||||||
type: 18, // Label
|
type: 18, // Label
|
||||||
label: "New Password. Leave blank for random.",
|
label: "New Password. Leave blank for random.",
|
||||||
component: {
|
components: [ {
|
||||||
type: 4, // Text Input
|
type: 4, // Text Input
|
||||||
customId: 'newPassword',
|
customId: '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