Fix categoryAutomation type

cshd
Dragory 2020-08-17 00:55:18 +03:00
parent 099b5f9616
commit c177be8920
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 12 additions and 4 deletions

View File

@ -223,11 +223,19 @@
}, },
"categoryAutomation": { "categoryAutomation": {
"properties": {
"newThread": {
"type": "string"
},
"newThreadFromGuild": {
"type": "object",
"patternProperties": { "patternProperties": {
"^.+$": { "^.+$": {
"type": "string", "type": "string",
"pattern": "^\\d+$" "pattern": "^\\d+$"
} }
}
}
}, },
"default": {} "default": {}
}, },