summary refs log tree commit diff
path: root/dist/models/User.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-04 21:59:49 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-04 21:59:49 +0100
commit514afaca697ae5f9a02e91342c0434fe9eeffe74 (patch)
treed0b4ac2751d0903c097aa0374820dd17222ca9d2 /dist/models/User.d.ts
parent:sparkles: AuditLog (diff)
downloadserver-514afaca697ae5f9a02e91342c0434fe9eeffe74.tar.xz
:sparkles: AuditLog
Diffstat (limited to 'dist/models/User.d.ts')
-rw-r--r--dist/models/User.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/models/User.d.ts b/dist/models/User.d.ts

index 0db06fe9..9b973de1 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts
@@ -20,7 +20,7 @@ export interface User { mfa_enabled: boolean; created_at: number; verified: boolean; - email: string; + email?: string; flags: bigint; public_flags: bigint; hash: string; @@ -84,6 +84,7 @@ export interface UserSettings { friend_source_flags: { all: boolean; }; + gateway_connected: boolean; gif_auto_play: boolean; guild_folders: { color: number;