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