From 28fda1e5260f4de44b5b6ea2f7d097b7dadb7350 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Mon, 27 Aug 2018 12:21:19 -0400 Subject: [PATCH] Add game-updates command (#39) Add game-updates command --- src/responses/yuzu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index a94aac6..1b56578 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -19,6 +19,7 @@ "( ͡° ͜ʖ ͡°)": { "reply": "lenny"}, "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 on our wiki. "}, + "game-updates": { "reply": "Installing and using game updates are a seperate process from the base game. Check out our updates tutorial on our wiki. "}, "log": { "reply": "This forum topic tells you how to __get the log file__: "} } }