This commit is contained in:
Astra 2018-05-08 00:04:23 -04:00
parent 7b5165d474
commit 17a5014d7e

View file

@ -16,6 +16,11 @@
exports = {
replacements: {
//'#([0-9]{4})': '#(.{1,4})',
//'return t.hasFlag(H.UserFlags.STAFF)': 'return t.hasFlag(4096)&&r.push({tooltip:"EndPwn Developer",onClick:function(){return window.open("https://endpwn.github.io/","_blank")},class:"endpwn"}),t.hasFlag(H.UserFlags.STAFF)'
},
start: function () {
window.reload = () => { app.relaunch(); app.exit(); };