diff --git a/monitor.htm b/monitor.htm index 0e12cd1..e51c91e 100644 --- a/monitor.htm +++ b/monitor.htm @@ -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