Another Fix
This commit is contained in:
parent
95e1c66570
commit
5a0c18e434
|
|
@ -22,7 +22,7 @@ module.exports.execute = async (interaction) => {
|
|||
{
|
||||
type: 18, // Label
|
||||
label: "New Password. Leave blank for random.",
|
||||
component: {
|
||||
components: [ {
|
||||
type: 4, // Text Input
|
||||
customId: 'newPassword',
|
||||
style: 1,
|
||||
|
|
@ -30,7 +30,7 @@ module.exports.execute = async (interaction) => {
|
|||
max_length: 64,
|
||||
placeholder: 'New Password',
|
||||
required: false
|
||||
}
|
||||
} ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue