mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
add more contributors to the fancy thing
This commit is contained in:
parent
42a9b478e8
commit
5be5bc3f1f
1 changed files with 6 additions and 1 deletions
|
@ -36,13 +36,15 @@
|
||||||
// disable that obnoxious warning about not pasting shit in the console
|
// disable that obnoxious warning about not pasting shit in the console
|
||||||
$api.util.findFuncExports('consoleWarning').consoleWarning = e => { };
|
$api.util.findFuncExports('consoleWarning').consoleWarning = e => { };
|
||||||
|
|
||||||
// goodies for cool people
|
// goodies for contributors, and also kat bc shes my girlfriend
|
||||||
$api.util.wrapAfter(
|
$api.util.wrapAfter(
|
||||||
"wc.findCache('getUser')[0].exports.getUser",
|
"wc.findCache('getUser')[0].exports.getUser",
|
||||||
|
|
||||||
x => {
|
x => {
|
||||||
|
|
||||||
switch (x.id) {
|
switch (x.id) {
|
||||||
|
case '155799811134717952': // ash^l1nkd
|
||||||
|
x.discriminator = 'L1NK'
|
||||||
case '133510610896814080': // bootsy
|
case '133510610896814080': // bootsy
|
||||||
case '141011672826511360': // caela^dr1ft
|
case '141011672826511360': // caela^dr1ft
|
||||||
x.bot = true;
|
x.bot = true;
|
||||||
|
@ -56,6 +58,9 @@
|
||||||
case '112680555941744640': // kat
|
case '112680555941744640': // kat
|
||||||
x.discriminator = 'BOOB';
|
x.discriminator = 'BOOB';
|
||||||
break;
|
break;
|
||||||
|
case '430721014117433344': // talia^l1nkd
|
||||||
|
x.discriminator = 'L1NK';
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return x;
|
return x;
|
||||||
|
|
Loading…
Reference in a new issue