From 94cfdd8ebdfb018cc29ede39d8887f1a09fc6399 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 3 Aug 2018 17:45:29 +0200 Subject: [PATCH 1/2] Add .log command for yuzuBot --- src/responses/yuzu.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index 39de24b..a38c373 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -16,7 +16,8 @@ "contributing": { "reply": "Contributing to the project is the best way to help the project move forward. If you are a developer, please refer to: \nSwitch reference guides: \nSwitch homebrew applications for testing: \nWiki, dedicated to Switch research: \nYuzu contributing tips: "}, "canary": { "reply": "The nightly build of Yuzu contains already reviewed and tested features. If you require support with the installation or use of Yuzu, or you want to report bugs you should use this version.\nThe Canary build of Yuzu is the same as our nightly builds, with additional features that are still waiting on review before making it into the official Yuzu builds. We will not provide support for issues found only in this version. If you believe you�ve found a bug, please retest on our nightly builds. Both versions are still in development, so expect crashes and bugs."}, "lenny": { "reply": "( ͡° ͜ʖ ͡°)"}, - "( ͡° ͜ʖ ͡°)": { "reply": "lenny"} - } + "( ͡° ͜ʖ ͡°)": { "reply": "lenny"}, + "log": { "reply": "This forum topic tells you how to __get the log file__: "} + } } From 29401c0dd2342eea630dc3674719879639ec4e9f Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 3 Aug 2018 17:47:04 +0200 Subject: [PATCH 2/2] Fixed now? --- 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 a38c373..93ee91a 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -18,6 +18,6 @@ "lenny": { "reply": "( ͡° ͜ʖ ͡°)"}, "( ͡° ͜ʖ ͡°)": { "reply": "lenny"}, "log": { "reply": "This forum topic tells you how to __get the log file__: "} - } + } }