lien github

This commit is contained in:
luki39 2022-02-24 22:49:21 +01:00
parent 71173e9ef1
commit f1ae86a9c4
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ client.on("ready", () => {
}, },
//details: "kuku", //details: "kuku",
state: "Serveur Minecraft Communautaire !", state: "Serveur Minecraft Communautaire !",
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"}], buttons: [{ label: "Discord", url: "https://discord.gg/RspuRbNn4M"}, { label: "Rejoins nous !", url: "https://github.com/luki-39/LukiEnLiveLauncher/releases/download/v1.0.2/LukiEnLive.Launcher-setup-1.0.2.exe"}],
} }
}) })

View File

@ -5,9 +5,9 @@
"description": "Launcher du serveur Moddé du Streameur LukiEnLive", "description": "Launcher du serveur Moddé du Streameur LukiEnLive",
"author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki", "author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki",
"license": "UNLICENSED", "license": "UNLICENSED",
"homepage": "https://github.com/Sorax5/LukiEnLiveLauncher", "homepage": "https://github.com/luki-39/LukiEnLiveLauncher",
"bugs": { "bugs": {
"url": "https://github.com/Sorax5/LukiEnLiveLauncher/issues" "url": "https://github.com/luki-39/LukiEnLiveLauncher/issues"
}, },
"private": true, "private": true,
"main": "index.js", "main": "index.js",
@ -48,6 +48,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Sorax5/LukiEnLiveLauncher.git" "url": "git+https://github.com/luki-39/LukiEnLiveLauncher.git"
} }
} }