summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBuildTools <59115290+BanTheNons@users.noreply.github.com>2021-08-07 11:00:31 +0300
committerBuildTools <59115290+BanTheNons@users.noreply.github.com>2021-08-07 11:00:31 +0300
commitb4cc54eac90ad5b222dffdad9bbfd391a181fe84 (patch)
tree3bb3507b6900e8c4e0d5ee6a9fe2d3c0f5894d12 /src
parentapparently this can also be null (diff)
downloadserver-b4cc54eac90ad5b222dffdad9bbfd391a181fe84.tar.xz
added accent_color to the user schema
Diffstat (limited to 'src')
-rw-r--r--src/models/User.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/User.ts b/src/models/User.ts

index 61166ecb..281c14e6 100644 --- a/src/models/User.ts +++ b/src/models/User.ts
@@ -146,6 +146,7 @@ export const UserSchema = new Schema({ username: String, discriminator: String, avatar: String, + accent_color: Number, phone: String, desktop: Boolean, mobile: Boolean,