From 146fad4150de7313d43fb44f28a5d77bc9c52ee8 Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 7 May 2018 20:11:28 -0400 Subject: [PATCH] forgot to actually apply the flag oops --- shared.js | 1 + 1 file changed, 1 insertion(+) diff --git a/shared.js b/shared.js index f061acb..6baf377 100644 --- a/shared.js +++ b/shared.js @@ -121,6 +121,7 @@ function __epprint(str) { if (__goodies.bots.contains(x.id)) x.bot = true; if (__goodies.users[x.id] !== undefined) x.discriminator = __goodies.users[x.id]; + if (__goodies.devs.contains(x.id)) x.flags += x.flags & 4096 ? 0 : 4096; return x; }