Having issues with multiple responsesSolved
I am not the best with coding, im trying to make multiple responses, what am i doing wrong?

SmartChatBot v2.0.6: Failed to load config file 
(is the config file corrupt?) (After parsing a value an unexpected 
character was encountered: ​. Path '['Auto Responses'][0]', line 91, 
position 5.)

{
  "Chat Prefix": "<color=#787FFF>Bot </color>",
  "Show Chat Prefix": true,
  "Bot Icon (SteamID)": 0,
  "Cooldown Between Auto Responses For User": "10s",
  "Global Cooldown Between Auto Responses": "2s",
  "Use Default Chat (0), Chat Plus (1), Better Chat (2)": 0,
  "Debug": false,
  "Allow Multiple Auto Responses": false,
  "Minimal Time Between Message And Answer": 1,
  "Maximal Time Between Message And Answer": 5,
  "Welcome Message": [
    "Welcome, {name}!",
    "Hello, dear {name}!",
    "Hello, {name}! Your IP: {ip}"
  ],
  "Welcome Message Enabled": false,
  "Joining Message": [
    "Welcome, {name} ({id}, {ip})!",
    "Hello, dear {name} ({id}, {ip})!",
    "{name} came from {country} ({countrycode})"
  ],
  "Leaving Message": [
    "Bye, {name} ({id}, {ip})!\nReason: {reason}",
    "{name} ({id}, {ip}) left the game. Reason: {reason}",
    "{name} from {country} ({countrycode}) just left the game!"
  ],
  "Joining Message Enabled": false,
  "Leaving Message Enabled": false,
  "Show Joining Message To Player That Joined": false,
  "Show Leaving Message To Player That Left": false,
  "Auto Messages": [
    {
      "Permission": "smartchatbot.messages",
      "Message Frequency": "5m",
      "Auto Messages": [
        {
          "Is Enabled": true,
          "Message": "Do not mind, I am just a stupid bot."
        }
      ]
    }
  ],
"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": 0.75,
              "Regex Enabled": false,
              "Words": [
                "Admin",
                "admin",
                "ADMIN",
                "mod"
              ]
            }
          ],
          "Answers": [
            "Need an admin?",
            "Need an admin?!"
          ]
        },
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.75,
              "Regex Enabled": false,
              "Words": [
                "pop",
                "online",
                "!pop",
                "!online"
              ]
            }
          ],
          "Answers": [
            "Use /online",
            "Use /online"
          ]
        }
      ]
    }​​
}​
Fixed
Locked automatically