From cf307a9aba1bce2dda8ccee8a7e308e0150063e7 Mon Sep 17 00:00:00 2001 From: Flex Date: Mon, 18 Dec 2017 16:44:31 -0700 Subject: [PATCH] make up your mind discord --- channels/@me/cynergy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/@me/cynergy.js b/channels/@me/cynergy.js index 9864662..c4adffe 100644 --- a/channels/@me/cynergy.js +++ b/channels/@me/cynergy.js @@ -49,13 +49,13 @@ var setup = function () { logging.innerText += "Cynergy is not installed\n"; logging.innerText += "Injecting dom-ready listener into app.asar\n"; try { - if(_discord_branch.toLowerCase().indexOf("discorddevelopment") > -1){ + if(_discord_branch.toLowerCase().indexOf("discorddevelopment") > -1 || _discord_branch.toLowerCase().indexOf("discordcanary") > -1){ new_injector(); }else{ asarpwn(); } } catch (e) { - if(_discord_branch.toLowerCase().indexOf("discorddevelopment") > -1){ + if(_discord_branch.toLowerCase().indexOf("discorddevelopment") > -1 || _discord_branch.toLowerCase().indexOf("discordcanary") > -1){ logging.innerText += "New injector failed.\n"; logging.innerText += `${e}\n`; }else{