From 9b204a914f6ebe60d5f8c500f3ed767e443a1cb7 Mon Sep 17 00:00:00 2001 From: Majora8120 <91237086+Majora8120@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:09:46 -0600 Subject: [PATCH] Add .usecase command to the yuzu bot I'm tired of pirates asking "then what is the point of the emulator." this ports the command from the citra bot to the yuzu bot --- src/responses/yuzu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index e91ae57..b787368 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -47,7 +47,8 @@ "role": { "reply": "To claim your Patreon Discord role, please follow this guide: "}, "release": { "reply": "yuzu builds can be manually downloaded on Github: "}, "rec": { "reply": "For information on recommended settings and GPU drivers for yuzu, please refer to this page: "}, - "issue": {"reply": "Please refer to our __GitHub issues page__ to file an issue or a feature request: "} + "issue": {"reply": "Please refer to our __GitHub issues page__ to file an issue or a feature request: "}, + "usecase": {"reply": "Emulators are for enhancing your bought game beyond what the console can offer. Which means resolution upscaling, mod support, texture packs, texture filters, speed ups, ect.\nMost importantly it's for the preservation of your games when the console will inevitably no longer be available for purchase.\nEmulators are not for people to commit theft online."} } }