diff --git a/litecord/schemas.py b/litecord/schemas.py index 0413d45..a9388db 100644 --- a/litecord/schemas.py +++ b/litecord/schemas.py @@ -217,6 +217,7 @@ REGISTER = { "captcha_key": {"type": "string", "required": False, "nullable": True}, "gift_code_sku_id": {"type": "string", "required": False, "nullable": True}, "consent": {"type": "boolean", "required": False}, + "date_of_birth": {"type": "string", "required": False, "nullable": True}, } # only used by us, not discord, hence 'invcode' (to separate from discord)