custom user flags offset

This commit is contained in:
Flam3rboy 2021-10-04 10:46:54 +02:00
parent dc01de5f6d
commit c3ae345175

View File

@ -256,6 +256,8 @@ export interface UserSettings {
timezone_offset: number; // e.g -60
}
export const CUSTOM_USER_FLAG_OFFSET = BigInt(1) << BigInt(32);
export class UserFlags extends BitField {
static FLAGS = {
DISCORD_EMPLOYEE: BigInt(1) << BigInt(0),