Auto response failing?

Hi, Im trying to set up some triggers with wipe info, but it wont give out the answers. Is there anything wrong with my setup?

Permissions are OK. But no matter what I write containing the words wipe result in zero replies.

Group 'default' already has permission 'smartchatbot.response'

Versions
Smart Chat Bot v2.0.9
Better Chat v5.1.1

Tried setting this to 0 but same (missing) result
"Use Default Chat (0), Chat Plus (1), Better Chat (2)": 2,

"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": [
                "Wipe",
                "Wiped",
                "Wipes",
                "Wiping"
              ]
            }
          ],
          "Answers": [
            "Pssst, wipe was 01.01.1995. Next wipe is 01.01.2025.",
            "The server will wipe 01.01.2025, last wipe was 01.01.1995."
          ]
        }
      ]
    }
You set percentage of contained words to 75% so it MUST contain Wipe, Wiped, Wipes OR Wipe, Wiped, Wiping and etc. Set it to 0.25 to contain one of 4 words.
5b6ed4c9ac8e4.jpg misticos
You set percentage of contained words to 75% so it MUST contain Wipe, Wiped, Wipes OR Wipe, Wiped, Wiping and etc. Set it to 0.25 to contain one of 4 words.

Cheers, I feel dumb now.