Skip to content

Commit

Permalink
Update install.js
Browse files Browse the repository at this point in the history
  • Loading branch information
biomagnet authored Mar 5, 2024
1 parent 0117bea commit da7bcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triggers/reactions/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da7bcf3

Please sign in to comment.