remove date_of_birth as discord only saves if someone is older than 18 years (nsfw_allowed)

This commit is contained in:
Flam3rboy
2021-04-06 18:05:22 +02:00
parent 35da56a905
commit 3205dc6f60
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -13,7 +13,6 @@ export interface User {
mobile: boolean; // if the user has mobile app installed
premium: boolean; // if user bought nitro
premium_type: number; // nitro level
date_of_birth: Date;
bot: boolean; // if user is bot
system: boolean; // shouldn't be used, the api sents this field type true, if the genetaed message comes from a system generated author
nsfw_allowed: boolean; // if the user is older than 18 (resp. Config)