mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 03:45:29 +00:00
Merge pull request #809 from Puyodead1/patch/user-modify
add discriminator to user modify schema
This commit is contained in:
@@ -12499,6 +12499,9 @@
|
||||
"maxLength": 100,
|
||||
"type": "string"
|
||||
},
|
||||
"discriminator": {
|
||||
"type": "string"
|
||||
},
|
||||
"avatar": {
|
||||
"type": [
|
||||
"null",
|
||||
|
||||
@@ -11,6 +11,7 @@ export interface UserModifySchema {
|
||||
* @maxLength 100
|
||||
*/
|
||||
username?: string;
|
||||
discriminator?: string;
|
||||
avatar?: string | null;
|
||||
/**
|
||||
* @maxLength 1024
|
||||
|
||||
Reference in New Issue
Block a user