Another Fix
This commit is contained in:
parent
5b56bcdb08
commit
95e1c66570
|
|
@ -15,6 +15,9 @@ module.exports.execute = async (interaction) => {
|
||||||
title: 'Reset Extension Password',
|
title: 'Reset Extension Password',
|
||||||
customId: 'resetPasswordModal',
|
customId: 'resetPasswordModal',
|
||||||
label: 'Reset Extension Password',
|
label: 'Reset Extension Password',
|
||||||
|
components: [
|
||||||
|
{
|
||||||
|
type: 1, // Action Row
|
||||||
components: [
|
components: [
|
||||||
{
|
{
|
||||||
type: 18, // Label
|
type: 18, // Label
|
||||||
|
|
@ -30,5 +33,7 @@ module.exports.execute = async (interaction) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue