add a custom discrim for kat

This commit is contained in:
Astra 2018-04-18 08:19:05 -04:00
parent bbf67134c2
commit 42a9b478e8
1 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,7 @@
// disable that obnoxious warning about not pasting shit in the console
$api.util.findFuncExports('consoleWarning').consoleWarning = e => { };
// goodies for important people
// goodies for cool people
$api.util.wrapAfter(
"wc.findCache('getUser')[0].exports.getUser",
@ -53,6 +53,9 @@
case '277916164661968896': // toxoid49b
x.discriminator = 'DERG';
break;
case '112680555941744640': // kat
x.discriminator = 'BOOB';
break;
}
return x;