Another Fix
This commit is contained in:
parent
5b56bcdb08
commit
95e1c66570
|
|
@ -17,6 +17,9 @@ module.exports.execute = async (interaction) => {
|
||||||
label: 'Reset Extension Password',
|
label: 'Reset Extension Password',
|
||||||
components: [
|
components: [
|
||||||
{
|
{
|
||||||
|
type: 1, // Action Row
|
||||||
|
components: [
|
||||||
|
{
|
||||||
type: 18, // Label
|
type: 18, // Label
|
||||||
label: "New Password. Leave blank for random.",
|
label: "New Password. Leave blank for random.",
|
||||||
component: {
|
component: {
|
||||||
|
|
@ -29,6 +32,8 @@ module.exports.execute = async (interaction) => {
|
||||||
required: false
|
required: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue