From 15678e32acf135fa326eb79c58c2b6383047364c Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 18 Apr 2018 22:51:54 -0400 Subject: [PATCH] more bullshit that will probably piss of discord and get us banned --- stage2.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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