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 465fef3ca8 - Show all commits

View file

@ -19,10 +19,12 @@ module.exports.execute = async (interaction) => {
{
type: 1, // Action Row
components: [
// {
// type: 18, // Label
// label: "New Password. Leave blank for random.",
// component:
// }
{
type: 18, // Label
label: "New Password. Leave blank for random.",
component: {
type: 4, // Text Input
customId: 'newPassword',
style: 1,
@ -31,7 +33,6 @@ module.exports.execute = async (interaction) => {
placeholder: 'New Password',
required: false
}
}
]
}
]