main - Automated spec update (144873)

made at remote:2025-09-04T21:18:53

taken at now:2025-09-04T22:10:01

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2025-09-04 22:10:01 +00:00
parent 91460a282f
commit e9a921525f
2 changed files with 14 additions and 0 deletions

View file

@ -25442,6 +25442,13 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },

View file

@ -25951,6 +25951,13 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },