ugly fix for #1

This commit is contained in:
Astra 2018-04-22 01:00:38 -04:00
parent 503430c73c
commit 967850d6a9
1 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,13 @@
});
function load() {
win.loadURL('https://canary.discordapp.com/channels/@me');
win.loadURL('https://' + (
navigator.userAgent.indexOf('Discord PTB') > -1 ?
'ptb.' :
navigator.userAgent.indexOf('Discord Canary') > -1 ?
'canary.' :
''
) + 'discordapp.com/channels/@me');
}
// get the data path