Fix 6
This commit is contained in:
parent
0abddc846b
commit
1f0b14d326
|
|
@ -19,8 +19,7 @@ module.exports.execute = async (interaction) => {
|
|||
{
|
||||
type: 18, // Label
|
||||
label: "New Password. Leave blank for random.",
|
||||
components: [
|
||||
{
|
||||
component: {
|
||||
type: 4, // Text Input
|
||||
id: 'newPassword',
|
||||
style: 1,
|
||||
|
|
@ -29,7 +28,6 @@ module.exports.execute = async (interaction) => {
|
|||
placeholder: 'New Password',
|
||||
required: false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue