From 95e1c66570dc4a89782f1a5689b9b5ea3c644884 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Nov 2025 09:01:41 -0700 Subject: [PATCH] Another Fix --- interactionHandlers/common/resetPasswordDialog.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/interactionHandlers/common/resetPasswordDialog.js b/interactionHandlers/common/resetPasswordDialog.js index 5f7e0e3..b277cb9 100644 --- a/interactionHandlers/common/resetPasswordDialog.js +++ b/interactionHandlers/common/resetPasswordDialog.js @@ -17,6 +17,9 @@ module.exports.execute = async (interaction) => { label: 'Reset Extension Password', components: [ { + type: 1, // Action Row + components: [ + { type: 18, // Label label: "New Password. Leave blank for random.", component: { @@ -29,6 +32,8 @@ module.exports.execute = async (interaction) => { required: false } } + ] + } ] }); } \ No newline at end of file