summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-24 10:41:52 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-24 10:41:52 +0200
commit1f0b9600d6430eec26986a9d93fff2731a0cc246 (patch)
tree249b2819038c1b97d9038f0ee940733010e21858
parent:arrow_up: update test client (diff)
downloadserver-1f0b9600d6430eec26986a9d93fff2731a0cc246.tar.xz
:sparkles: added User flags
-rw-r--r--util/src/entities/User.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/src/entities/User.ts b/util/src/entities/User.ts

index f44b37b3..f6990240 100644 --- a/util/src/entities/User.ts +++ b/util/src/entities/User.ts
@@ -255,7 +255,9 @@ export class UserFlags extends BitField { HOUSE_BALANCE: BigInt(1) << BigInt(8), EARLY_SUPPORTER: BigInt(1) << BigInt(9), TEAM_USER: BigInt(1) << BigInt(10), + TRUST_AND_SAFETY: BigInt(1) << BigInt(11), SYSTEM: BigInt(1) << BigInt(12), + LARGE_BOT: BigInt(1) << BigInt(13), BUGHUNTER_LEVEL_2: BigInt(1) << BigInt(14), VERIFIED_BOT: BigInt(1) << BigInt(16), EARLY_VERIFIED_BOT_DEVELOPER: BigInt(1) << BigInt(17),