diff --git a/interactionHandlers/commands/button.js b/interactionHandlers/commands/button.js index 1de4475..0e34e33 100644 --- a/interactionHandlers/commands/button.js +++ b/interactionHandlers/commands/button.js @@ -33,6 +33,13 @@ module.exports.execute = async (interaction) => { emoji: "🔄", style: Discord.ButtonStyle.Danger, custom_id: "resetPassword" + }, + { + type: Discord.ComponentType.Button, + label: "LiteNet Dashboard", + emoji: "💻", + style: Discord.ButtonStyle.Link, + url: "https://litenet.tel/dashboard" } ] }