Feature: Password Reset Functionality #4

Merged
ChrisChrome merged 35 commits from dev into main 2025-11-21 22:33:23 -07:00
Showing only changes of commit 1f0b14d326 - Show all commits

View file

@ -19,17 +19,15 @@ module.exports.execute = async (interaction) => {
{
type: 18, // Label
label: "New Password. Leave blank for random.",
components: [
{
type: 4, // Text Input
id: 'newPassword',
style: 1,
min_length: 6,
max_length: 64,
placeholder: 'New Password',
required: false
}
]
component: {
type: 4, // Text Input
id: 'newPassword',
style: 1,
min_length: 6,
max_length: 64,
placeholder: 'New Password',
required: false
}
}
]
});