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] 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"}], } })