mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Automated spec update (160235)
This commit is contained in:
parent
7b5b12a042
commit
28ef48483b
2 changed files with 10 additions and 0 deletions
|
|
@ -21977,6 +21977,11 @@
|
||||||
"title": "PRIVATE_CHANNEL",
|
"title": "PRIVATE_CHANNEL",
|
||||||
"description": "private channel",
|
"description": "private channel",
|
||||||
"const": "pc"
|
"const": "pc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "PARTY",
|
||||||
|
"description": "party",
|
||||||
|
"const": "party"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -22445,6 +22445,11 @@
|
||||||
"title": "PRIVATE_CHANNEL",
|
"title": "PRIVATE_CHANNEL",
|
||||||
"description": "private channel",
|
"description": "private channel",
|
||||||
"const": "pc"
|
"const": "pc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "PARTY",
|
||||||
|
"description": "party",
|
||||||
|
"const": "party"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue