Another Fix
This commit is contained in:
parent
156f121fcc
commit
465fef3ca8
|
|
@ -19,10 +19,12 @@ module.exports.execute = async (interaction) => {
|
||||||
{
|
{
|
||||||
type: 1, // Action Row
|
type: 1, // Action Row
|
||||||
components: [
|
components: [
|
||||||
|
// {
|
||||||
|
// type: 18, // Label
|
||||||
|
// label: "New Password. Leave blank for random.",
|
||||||
|
// component:
|
||||||
|
// }
|
||||||
{
|
{
|
||||||
type: 18, // Label
|
|
||||||
label: "New Password. Leave blank for random.",
|
|
||||||
component: {
|
|
||||||
type: 4, // Text Input
|
type: 4, // Text Input
|
||||||
customId: 'newPassword',
|
customId: 'newPassword',
|
||||||
style: 1,
|
style: 1,
|
||||||
|
|
@ -31,7 +33,6 @@ module.exports.execute = async (interaction) => {
|
||||||
placeholder: 'New Password',
|
placeholder: 'New Password',
|
||||||
required: false
|
required: false
|
||||||
}
|
}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue