From 6d7776ebaaf0b0ebfd97fc1d2e78acd46aef8fcf Mon Sep 17 00:00:00 2001
From: tree <85036471+tree-png@users.noreply.github.com>
Date: Sun, 3 Oct 2021 17:39:17 -0500
Subject: [PATCH] Add appdata command to yuzu bot (#116)
* add appdata command
* add yuzu installer downloads page
* minor edits
* add tutorial link
* Update src/responses/yuzu.json
Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
---
src/responses/yuzu.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json
index a89eb78..ed57f3b 100644
--- a/src/responses/yuzu.json
+++ b/src/responses/yuzu.json
@@ -18,6 +18,7 @@
"format": { "reply": "A full description of game formats the yuzu supports and when to use them can be found on our wiki. "},
"keys": { "reply": "Most games require encryption keys to boot. You can dump them from your Switch by following this guide. "},
"game-updates": { "reply": "Installing and using game updates are a separate process from the base game. Check out our updates tutorial on our wiki. "},
+ "appdata": { "reply": "Please refer to the following guide to fully reinstall yuzu: "},
"log": { "reply": "For assistance with your issue, please accurately describe the problem and post a log file. The following guide shows how to __get the log file__: "},
"pikachu": { "reply": "https://cdn.discordapp.com/attachments/512678820092968971/516372335826042901/yote.png"},
"quickstart": { "reply": "Please reference the __Quickstart Guide__ in order to dump your games, keys, and system files from your Switch for use with yuzu. "},