Another Fix

This commit is contained in:
Christopher Cookman 2025-11-13 09:01:41 -07:00
parent 5b56bcdb08
commit 95e1c66570

View file

@ -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
}
}
]
}
]
});
}