From 2bfbeee8a6b20f20ea0c9764657ca783e6601e75 Mon Sep 17 00:00:00 2001 From: Eloeri <42394653+Eloeri@users.noreply.github.com> Date: Thu, 11 Jul 2019 10:13:58 -0500 Subject: [PATCH] Update the bot command for .quickstart Update the bot command for .quickstart to better reflect what can be done with the guide. --- src/responses/yuzu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index 074abf0..fc99890 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -22,7 +22,7 @@ "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__: "}, "pikachu": { "reply": "https://cdn.discordapp.com/attachments/512678820092968971/516372335826042901/yote.png"}, - "quickstart": { "reply": "Please reference the __Quickstart Guide__ in order to get set up with yuzu. "} + "quickstart": { "reply": "Please reference the __Quickstart Guide__ in order to dump your games, keys, and system files for use with yuzu. "} } }