How would I add more auto reponsesSolved
So I've got one auto response how would I add multiple of tbem for example one for !discord !info !wipe etc..

"Auto Responses": [
{
"Permission": "smartchatbot.response",
"Auto Responses": [
{
"Is Enabled": true,
"Remove Message From Sender": false,
"Send Response For Everyone (true) or Only For Sender (false)": true,
"Triggers": [
{
"Percentage Of Contained Words": 1.0,
"Regex Enabled": false,
"Words": [
"!discord"
]
}
],
"Answers": [
"Join our discord! ....."
]
}
]
}
]
}
Hey! Add a new entry, end the old one with ,. Use json validators to check if the json is valid
Alright thanks i'll try that :) 
In response to misticos ():
Hey! Add a new entry, end the old one with ,. Use json validators to check if the json is valid
Would it be something likes this? https://hastebin.com/cuwopenihu.bash also what would I do for answers.
You are adding triggers, so bot will answer only about discord.
Locked automatically