From 6bc0b215d7e94cc239f5a63346bacfb4aaa6e9f9 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 4 May 2023 21:04:48 +0200 Subject: [PATCH] change action button links --- discordPresence.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discordPresence.js b/discordPresence.js index cb42686..332afb3 100644 --- a/discordPresence.js +++ b/discordPresence.js @@ -16,11 +16,11 @@ let lastActivity = { buttons: [ { label: "Download the Launcher", - url: "https://ez-pp.farm/download" + url: "https://git.ez-pp.farm/EZPPFarm/EZPPLauncher/releases/latest" }, { label: "Join EZPPFarm", - url: "https://discord.com/invite/g8Bh7RaKPg" + url: "https://ez-pp.farm/discord" } ], instance: false,