mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-27 00:55:07 +00:00
Fix username/discrim changing
This commit is contained in:
@@ -21,6 +21,7 @@ export interface UserModifySchema {
|
||||
password?: string;
|
||||
new_password?: string;
|
||||
code?: string;
|
||||
discriminator?: string;
|
||||
}
|
||||
|
||||
router.get("/", route({}), async (req: Request, res: Response) => {
|
||||
|
||||
Reference in New Issue
Block a user