From 4cae44bb0ac3a4b7956012de065708b1c44deaff Mon Sep 17 00:00:00 2001 From: Eloeri <42394653+Eloeri@users.noreply.github.com> Date: Tue, 9 Jul 2019 11:11:45 -0500 Subject: [PATCH] Update the bot to include a .quickstart command (#54) Update the bot to include a .quickstart command --- src/responses/yuzu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index 8ecdeac..e17575d 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -22,6 +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":""} + "quickstart": { "reply": "Please reference the __Quickstart Guide__ in order to get set up with yuzu. "} } }