mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
break shit on purpose as a test
This commit is contained in:
parent
0d9bd4d179
commit
bffee64f87
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@
|
||||||
electron.getCurrentWindow().loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
electron.getCurrentWindow().loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
throw 'test';
|
||||||
|
|
||||||
if (window.BdApi) {
|
if (window.BdApi) {
|
||||||
alert('EndPwn3 is not compatible with BetterDiscord\n\nPress OK to return to Discord', 'EndPwn3: Framework Conflict');
|
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');
|
electron.getCurrentWindow().loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue