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