✨ custom user flags offset
This commit is contained in:
parent
dc01de5f6d
commit
c3ae345175
@ -256,6 +256,8 @@ export interface UserSettings {
|
|||||||
timezone_offset: number; // e.g -60
|
timezone_offset: number; // e.g -60
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const CUSTOM_USER_FLAG_OFFSET = BigInt(1) << BigInt(32);
|
||||||
|
|
||||||
export class UserFlags extends BitField {
|
export class UserFlags extends BitField {
|
||||||
static FLAGS = {
|
static FLAGS = {
|
||||||
DISCORD_EMPLOYEE: BigInt(1) << BigInt(0),
|
DISCORD_EMPLOYEE: BigInt(1) << BigInt(0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user