diff --git a/interactionHandlers/common/resetPasswordDialog.js b/interactionHandlers/common/resetPasswordDialog.js index 7676bf7..a19e473 100644 --- a/interactionHandlers/common/resetPasswordDialog.js +++ b/interactionHandlers/common/resetPasswordDialog.js @@ -19,10 +19,12 @@ module.exports.execute = async (interaction) => { { type: 1, // Action Row 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 customId: 'newPassword', style: 1, @@ -31,7 +33,6 @@ module.exports.execute = async (interaction) => { placeholder: 'New Password', required: false } - } ] } ]