From da7bcf3619e6cdc7bba00125e3a3c704e2a85a18 Mon Sep 17 00:00:00 2001 From: Eevenin <73308769+biomagnet@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:25:40 -0600 Subject: [PATCH] Update install.js --- triggers/reactions/install.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triggers/reactions/install.js b/triggers/reactions/install.js index bc95878..c2012de 100644 --- a/triggers/reactions/install.js +++ b/triggers/reactions/install.js @@ -34,9 +34,9 @@ module.exports = { } else if (message.content.toLowerCase().includes("[yuzu]")) { embed .setTitle("Yuzu Installation") - .setURL("https://luminescent.team/docs/installation/yuzu") + .setURL("https://luminescent.team/docs/installation/") .setDescription( - "See how to install the mod on Yuzu emulator. If you still have issues, please make a thread in https://discord.com/channels/912508046159261728/1020986285076250624 \n\nWe strongly recommend against using Yuzu due to a multitude of bugs, and future incompatibility with our mods because of inaccurate emulation.\n\nQuestions on how to use or install the emulator itself should be taken to more appropriate servers or Googled.", + "We no longer support installation or bugs regarding the Yuzu emulator. Please seek another way to play our mod, such as Atmosphere or Ryujinx.", ); } else if (message.content.toLowerCase().includes("[ryujinx]")) { embed