mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
more bullshit that will probably piss of discord
and get us banned
This commit is contained in:
parent
5be5bc3f1f
commit
15678e32ac
1 changed files with 20 additions and 0 deletions
20
stage2.js
20
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
|
||||
|
|
Loading…
Reference in a new issue