From c677392f6df763313d45e5a64f383a5f63d76048 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 21 Nov 2025 22:39:37 -0700 Subject: [PATCH] Add Dashboard link to button --- interactionHandlers/commands/button.js | 7 +++++++ 1 file changed, 7 insertions(+) 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" } ] }