fix a typo

This commit is contained in:
Astra 2018-05-09 07:01:02 -04:00
parent 1dff6b088a
commit 9e5d683443
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ exports = {
update: function () { update: function () {
// fetch goodies.json // fetch goodies.json
internal.print('fetching EndPwn Cutomizer data from server...'); internal.print('fetching EndPwn Customizer data from server...');
fetch('https://endpwn.cathoderay.tube/goodies.json?_=' + Date.now()) fetch('https://endpwn.cathoderay.tube/goodies.json?_=' + Date.now())
.then(x => x.json()) .then(x => x.json())
.then(r => endpwn.customizer.data = r); .then(r => endpwn.customizer.data = r);
@ -75,7 +75,7 @@ exports = {
endpwn.customizer.init = undefined; endpwn.customizer.init = undefined;
// apply custom discrims/bot tags/badges/server verif from EndPwn Customizer (endpwn.cathoderay.tube) // apply custom discrims/bot tags/badges/server verif from EndPwn Customizer (endpwn.cathoderay.tube)
internal.print('initializing EndPwn Cutomizer...'); internal.print('initializing EndPwn Customizer...');
// refetch customizer stuff every half hour // refetch customizer stuff every half hour
setInterval(endpwn.customizer.update, 1800000); setInterval(endpwn.customizer.update, 1800000);