Another Fix
This commit is contained in:
parent
465fef3ca8
commit
50015218a6
|
|
@ -21,12 +21,13 @@ module.exports.execute = async (interaction) => {
|
||||||
components: [
|
components: [
|
||||||
// {
|
// {
|
||||||
// type: 18, // Label
|
// type: 18, // Label
|
||||||
// label: "New Password. Leave blank for random.",
|
// ,
|
||||||
// component:
|
// component:
|
||||||
// }
|
// }
|
||||||
{
|
{
|
||||||
type: 4, // Text Input
|
type: 4, // Text Input
|
||||||
customId: 'newPassword',
|
customId: 'newPassword',
|
||||||
|
label: "New Password. Leave blank for random.",
|
||||||
style: 1,
|
style: 1,
|
||||||
min_length: 6,
|
min_length: 6,
|
||||||
max_length: 64,
|
max_length: 64,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue