summary refs log tree commit diff
diff options
context:
space:
mode:
authorBuildTools <59115290+BanTheNons@users.noreply.github.com>2021-08-06 15:44:28 +0300
committerBuildTools <59115290+BanTheNons@users.noreply.github.com>2021-08-06 15:44:28 +0300
commit9a356e50230a93afba3c06a52804584f560eedd9 (patch)
tree516d6b66b49644cc0b8d2bb019215ad73f5c1e15
parentAdded accent_color (diff)
downloadserver-9a356e50230a93afba3c06a52804584f560eedd9.tar.xz
apparently this can also be null
-rw-r--r--src/models/User.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/User.ts b/src/models/User.ts

index ca13ebb7..61166ecb 100644 --- a/src/models/User.ts +++ b/src/models/User.ts
@@ -20,7 +20,7 @@ export interface User { username: string; // username max length 32, min 2 discriminator: string; // #0001 4 digit long string from #0001 - #9999 avatar: string | null; // hash of the user avatar - accent_color: number; // banner color of user + accent_color: number | null; // banner color of user phone: string | null; // phone number of the user desktop: boolean; // if the user has desktop app installed mobile: boolean; // if the user has mobile app installed