mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (90381)
This commit is contained in:
parent
bc5d9c9bdb
commit
c765c28475
2 changed files with 12 additions and 0 deletions
|
@ -19252,6 +19252,12 @@
|
|||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"is_nickname_changeable": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -19323,6 +19323,12 @@
|
|||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"is_nickname_changeable": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue