summary refs log tree commit diff
path: root/dist/models/User.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 04:30:24 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 04:30:24 +0200
commit6fbfcac1ba72ad123700824535c1e076190f4630 (patch)
tree34f52baae90bb8e5d7aec50823ea24a931be347e /dist/models/User.js
parent:rewind: revert guilds in user_data (diff)
downloadserver-6fbfcac1ba72ad123700824535c1e076190f4630.tar.xz
:sparkles: add date of birth to user
Diffstat (limited to 'dist/models/User.js')
-rw-r--r--dist/models/User.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/models/User.js b/dist/models/User.js

index f6734de4..9384d10b 100644 --- a/dist/models/User.js +++ b/dist/models/User.js
@@ -17,6 +17,7 @@ exports.UserSchema = new mongoose_1.Schema({ desktop: Boolean, mobile: Boolean, premium: Boolean, + date_of_birth: Date, premium_type: Number, bot: Boolean, system: Boolean,