From 0abddc846b94d6015e14631678ba5bd4f3983dc1 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Nov 2025 08:54:32 -0700 Subject: [PATCH] Fix 5 --- 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 17731e7..37c5dfb 100644 --- a/interactionHandlers/common/resetPasswordDialog.js +++ b/interactionHandlers/common/resetPasswordDialog.js @@ -19,7 +19,7 @@ module.exports.execute = async (interaction) => { { type: 18, // Label label: "New Password. Leave blank for random.", - compoents: [ + components: [ { type: 4, // Text Input id: 'newPassword',