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