What the format to write multiple triggers > responses?Solved
Do I just copy and paste this over again?

"Triggers": [
{
"Percentage Of Contained Words": 1.0,
"Words": [
"When",
"wipe"
]
}
],
"Answers": [
"Wipe is on the 1st Thursday of each month"
]
U see there is } and { near the triggers? Copy with them and paste from.new line, so } then from new line {, add , after the first }. Answers - copy with " " and paste from new line, to old line just add , . Everything is like in other plugins. ItsI JSON.
Locked automatically