diff --git a/interactionHandlers/common/createExt.js b/interactionHandlers/common/createExt.js index 969fa71..9250a12 100644 --- a/interactionHandlers/common/createExt.js +++ b/interactionHandlers/common/createExt.js @@ -30,20 +30,20 @@ module.exports.execute = async (interaction) => { description: `**PBX Address:** \`${process.env.PBX_HOSTNAME}\`\n**Extension:** \`${extInfo.fetchExtension.user.extension}\`\n**Name:** \`${extInfo.fetchExtension.user.name}\`\n**Password:** ||\`${extInfo.fetchExtension.user.extPassword}\`||`, color: 0x00ff00 }], - components: [ - { - type: 1, - components: [ - { - type: Discord.ComponentType.Button, - label: "Reset Password", - emoji: "🔄", - style: Discord.ButtonStyle.Danger, - custom_id: "resetPassword" - } - ] - } - ], + // components: [ + // { + // type: 1, + // components: [ + // { + // type: Discord.ComponentType.Button, + // label: "Reset Password", + // emoji: "🔄", + // style: Discord.ButtonStyle.Danger, + // custom_id: "resetPassword" + // } + // ] + // } + // ], ephemeral: true }) if (process.env.EXTENSION_ROLE_ID) await interaction.member.roles.add(process.env.EXTENSION_ROLE_ID);