Fix 4
This commit is contained in:
parent
7c29db35e4
commit
cdda6bb8bf
|
|
@ -14,10 +14,11 @@ module.exports.execute = async (interaction) => {
|
||||||
interaction.showModal({
|
interaction.showModal({
|
||||||
title: 'Reset Extension Password',
|
title: 'Reset Extension Password',
|
||||||
customId: 'resetPasswordModal',
|
customId: 'resetPasswordModal',
|
||||||
|
label: 'Reset Extension Password',
|
||||||
components: [
|
components: [
|
||||||
{
|
{
|
||||||
type: 18, // Label
|
type: 18, // Label
|
||||||
label: "New Password. Leave blank to generate a random one.",
|
label: "New Password. Leave blank for random.",
|
||||||
compoents: [
|
compoents: [
|
||||||
{
|
{
|
||||||
type: 4, // Text Input
|
type: 4, // Text Input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue