From ed2dc53d8e4e7d77574d978170a5d559c4a4a2d1 Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 23 Apr 2018 05:57:08 -0400 Subject: [PATCH] fuck --- stage2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2.js b/stage2.js index 71de1d2..25da23c 100644 --- a/stage2.js +++ b/stage2.js @@ -18,7 +18,7 @@ (() => { // abort if we're not currently in the discord app - if (location.hostname.indexOf('discordapp') != -1) return; + if (location.hostname.indexOf('discordapp') == -1) return; // use the discord native api to require electron and get electron.remote var electron = DiscordNative.nativeModules.requireModule('discord_/../electron').remote;