From 2e1ed82538fbee2f21f13a39237bfbb91d2323b2 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Nov 2025 09:02:30 -0700 Subject: [PATCH] Another Fix --- interactionHandlers/common/resetPasswordDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interactionHandlers/common/resetPasswordDialog.js b/interactionHandlers/common/resetPasswordDialog.js index 63cf6d9..7676bf7 100644 --- a/interactionHandlers/common/resetPasswordDialog.js +++ b/interactionHandlers/common/resetPasswordDialog.js @@ -22,7 +22,7 @@ module.exports.execute = async (interaction) => { { type: 18, // Label label: "New Password. Leave blank for random.", - components: [ { + component: { type: 4, // Text Input customId: 'newPassword', style: 1, @@ -30,7 +30,7 @@ module.exports.execute = async (interaction) => { max_length: 64, placeholder: 'New Password', required: false - } ] + } } ] }