Fix categoryAutomation type
parent
099b5f9616
commit
c177be8920
|
@ -223,10 +223,18 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"categoryAutomation": {
|
"categoryAutomation": {
|
||||||
"patternProperties": {
|
"properties": {
|
||||||
"^.+$": {
|
"newThread": {
|
||||||
"type": "string",
|
"type": "string"
|
||||||
"pattern": "^\\d+$"
|
},
|
||||||
|
"newThreadFromGuild": {
|
||||||
|
"type": "object",
|
||||||
|
"patternProperties": {
|
||||||
|
"^.+$": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^\\d+$"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"default": {}
|
"default": {}
|
||||||
|
|
Loading…
Reference in New Issue