From 42a9b478e898c5c931b89fa1eede70b1de053c4f Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 18 Apr 2018 08:19:05 -0400 Subject: [PATCH] add a custom discrim for kat --- stage2.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stage2.js b/stage2.js index ad34e08..bad459b 100644 --- a/stage2.js +++ b/stage2.js @@ -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;