Merge branch 'feat/latestWebClient' into slowcord

This commit is contained in:
Madeline 2022-07-10 14:22:27 +10:00
commit 7b4c483ae9
2 changed files with 4 additions and 0 deletions

View File

@ -12535,6 +12535,9 @@
},
"email": {
"type": "string"
},
"discriminator": {
"type": "string"
}
},
"additionalProperties": false,

View File

@ -23,6 +23,7 @@ export interface UserModifySchema {
new_password?: string;
code?: string;
email?: string;
discriminator?: string;
}
router.get("/", route({}), async (req: Request, res: Response) => {