From bffee64f879a15b2c985558de2ca35a3180eedb2 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 15 May 2018 17:39:38 -0400 Subject: [PATCH] break shit on purpose as a test --- app/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/index.html b/app/index.html index eae5bcc..46e6a21 100644 --- a/app/index.html +++ b/app/index.html @@ -172,6 +172,8 @@ electron.getCurrentWindow().loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me'); } + throw 'test'; + if (window.BdApi) { alert('EndPwn3 is not compatible with BetterDiscord\n\nPress OK to return to Discord', 'EndPwn3: Framework Conflict'); electron.getCurrentWindow().loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');