diff --git a/stage2.js b/stage2.js index b995658..220bd77 100644 --- a/stage2.js +++ b/stage2.js @@ -42,6 +42,8 @@ x => { + if (x === undefined) return; + switch (x.id) { case '155799811134717952': // ash^l1nkd x.discriminator = 'L1NK' @@ -67,6 +69,24 @@ } ); + // goodies for servers directly associated with the endpwn project + $api.util.wrapAfter( + "wc.findCache('getGuild')[0].exports.getGuild", + + x => { + + if (x === undefined) return; + + switch (x.id) { + case '314082522067632130': // Utopia + x.features.add('VERIFIED'); + break; + } + + return x; + } + ); + }); // load EPAPI