Another Fix

This commit is contained in:
Christopher Cookman 2025-11-13 09:04:17 -07:00
parent 465fef3ca8
commit 50015218a6

View file

@ -21,12 +21,13 @@ module.exports.execute = async (interaction) => {
components: [
// {
// type: 18, // Label
// label: "New Password. Leave blank for random.",
// ,
// component:
// }
{
type: 4, // Text Input
customId: 'newPassword',
label: "New Password. Leave blank for random.",
style: 1,
min_length: 6,
max_length: 64,