forgot to actually apply the flag oops

This commit is contained in:
Astra 2018-05-07 20:11:28 -04:00
parent 19027ff6c4
commit 146fad4150
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}