diff --git a/interactionHandlers/common/resetPasswordDialog.js b/interactionHandlers/common/resetPasswordDialog.js index de71556..5f7e0e3 100644 --- a/interactionHandlers/common/resetPasswordDialog.js +++ b/interactionHandlers/common/resetPasswordDialog.js @@ -21,7 +21,7 @@ module.exports.execute = async (interaction) => { label: "New Password. Leave blank for random.", component: { type: 4, // Text Input - id: 'newPassword', + customId: 'newPassword', style: 1, min_length: 6, max_length: 64,