From 2c265e4eb666f87d67ec802bb1b30a5d56ccd8c9 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Nov 2025 08:56:24 -0700 Subject: [PATCH] Fix 7 --- interactionHandlers/common/resetPasswordDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,