From 318526c698535549626826980e147d26854507be Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Wed, 6 May 2020 23:01:32 -0400 Subject: [PATCH] Add vc command for Visual C++2015/2017/2019 Redistributable Package Links to this file https://aka.ms/vs/16/release/vc_redist.x64.exe --- src/responses/yuzu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index de18e83..ef16b86 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -34,6 +34,7 @@ "r8": { "reply": ":beginner: **Rule #8:** \nIn case of no written rule — the discretion of moderators shall take precedence."}, "r9": { "reply": ":beginner: **Rule #9:** \nTrying to evade or circumvent any of this server's rules will be considered as breaking them. Doing so will result in warnings, and eventually a ban."}, "mods": { "reply": "For a list of useful mods for your favorite games, check our database for downloads here: "} + "vc": { "reply": "yuzu requires the latest versions of Microsoft Visual C++. Please download and install the following dependency: "} } }