From 60af056eb07aa66b5400935de081bb5ebe10ed32 Mon Sep 17 00:00:00 2001 From: SoraxDubbing <52173496+Sorax5@users.noreply.github.com> Date: Thu, 24 Feb 2022 00:14:05 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e322311..a08cd228 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

aventium softworks

-

Helios Launcher

+

LukiEnLive Launcher

(formerly Electron Launcher)
From 97700fce09124e02311b6fe12bb673b7b0bdd6ae Mon Sep 17 00:00:00 2001 From: luki39 <55762764+luki-39@users.noreply.github.com> Date: Thu, 24 Feb 2022 14:41:09 +0100 Subject: [PATCH 2/2] statut discord --- app/assets/js/discordwrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/js/discordwrapper.js b/app/assets/js/discordwrapper.js index d6a538bd..8d0d9481 100644 --- a/app/assets/js/discordwrapper.js +++ b/app/assets/js/discordwrapper.js @@ -65,7 +65,7 @@ client.on("ready", () => { }, //details: "kuku", state: "Serveur Minecraft Communautaire !", - buttons: [{ label: "Twitch", url: "https://twitch.tv/lukienlive"}, { label: "Rejoins nous !", url: "https://discord.gg/RspuRbNn4M"}], + buttons: [{ label: "Discord", url: "https://discord.gg/RspuRbNn4M"}, { label: "Rejoins nous !", url: "https://github.com/Sorax5/LukiEnLiveLauncher/releases/download/v1.0.2/LukiEnLive.Launcher-setup-1.0.2.exe"}], } })