mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Compare commits
No commits in common. "879a8e6e9474b130f120c21c48e19d1f4d5a8156" and "c3d6939953f74bcba62904c1a4a0f4c735b12767" have entirely different histories.
879a8e6e94
...
c3d6939953
2 changed files with 24 additions and 24 deletions
|
@ -119,6 +119,12 @@
|
|||
"security": [
|
||||
{
|
||||
"BotToken": []
|
||||
},
|
||||
{
|
||||
"OAuth2": [
|
||||
"dm_channels.read",
|
||||
"voice"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17595,12 +17601,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"banner": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"communication_disabled_until": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -24504,12 +24504,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"banner": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"communication_disabled_until": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -24556,6 +24550,12 @@
|
|||
},
|
||||
"deaf": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"banner": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -119,6 +119,12 @@
|
|||
"security": [
|
||||
{
|
||||
"BotToken": []
|
||||
},
|
||||
{
|
||||
"OAuth2": [
|
||||
"dm_channels.read",
|
||||
"voice"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17881,12 +17887,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"banner": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"communication_disabled_until": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -24982,12 +24982,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"banner": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"communication_disabled_until": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -25034,6 +25028,12 @@
|
|||
},
|
||||
"deaf": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"banner": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue