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-04-06 18:05:22 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 18:05:22 +0200
commit3205dc6f6080422b8d2f727fe9e4573b493ffbb1 (patch)
tree828e0d18ce3e4f70ab5e2719956f12b5dfd9d971 /dist/models/User.d.ts
parent:wrench: build (diff)
downloadserver-3205dc6f6080422b8d2f727fe9e4573b493ffbb1.tar.xz
remove date_of_birth as discord only saves if someone is older than 18 years (nsfw_allowed)
Diffstat (limited to 'dist/models/User.d.ts')
-rw-r--r--dist/models/User.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/models/User.d.ts b/dist/models/User.d.ts

index ae101061..b5ecf123 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts
@@ -12,7 +12,6 @@ export interface User { mobile: boolean; premium: boolean; premium_type: number; - date_of_birth: Date; bot: boolean; system: boolean; nsfw_allowed: boolean;