From 3205dc6f6080422b8d2f727fe9e4573b493ffbb1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:05:22 +0200 Subject: remove date_of_birth as discord only saves if someone is older than 18 years (nsfw_allowed) --- dist/models/User.d.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/models/User.d.ts') 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; -- cgit 1.5.1