diff --git a/monitor.html b/monitor.html index dd0d1aa..6f32402 100644 --- a/monitor.html +++ b/monitor.html @@ -45,7 +45,10 @@ function load() { var branch = require('path').basename(data).substr(7); - win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me'); + if (branch != 'canary') + win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me'); + else + win.loadURL('https://dr1ft.xyz/channels/@me'); // emergency, ugly, temp fix } // dont update EPAPI/CRISPR if DONTUPDATE exists