mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-11 01:47:09 +00:00
remove date_of_birth as discord only saves if someone is older than 18 years (nsfw_allowed)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user