From 8a2274819df57a3e4640826185ff398be36c4039 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Thu, 3 Dec 2015 04:58:59 +0200 Subject: [PATCH] Correct index hash --- validator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator.js b/validator.js index 5b4df5a3..f3b45710 100644 --- a/validator.js +++ b/validator.js @@ -30,7 +30,7 @@ exists(bdPath + "/lib/config.json"); exists(bdPath + "/lib/Utils.js"); -check(discordPath + "/app/app/index.js", "5b70d6fac7f5b2761cb50233134f5084"); +check(discordPath + "/app/app/index.js", "35CAB26E794CDA4123927F2DC932958B"); check(bdPath + "/package.json", "9D469DC7C6D74443B41F74046A4088BA"); check(bdPath + "/betterdiscord.js", "31DD3E3D37D6FD5F6C2784D06F1162C4");