Merge pull request #809 from Puyodead1/patch/user-modify

add discriminator to user modify schema
This commit is contained in:
TheArcaneBrony
2022-08-06 00:40:00 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -12499,6 +12499,9 @@
"maxLength": 100,
"type": "string"
},
"discriminator": {
"type": "string"
},
"avatar": {
"type": [
"null",
+1
View File
@@ -11,6 +11,7 @@ export interface UserModifySchema {
* @maxLength 100
*/
username?: string;
discriminator?: string;
avatar?: string | null;
/**
* @maxLength 1024