How can i set this to 1 word = 1 ansewer?

How can I change this to 1 word creates 1 answer? My current config just returns whichever line it feels like of the 2 possible answers? 

 

  "Auto Responses": [
    {
      "Permission": "",
      "Auto Responses": [
        {
          "Is Enabled": true,
          "Remove Message From Sender": true,
          "Send Response For Everyone (true) or Only For Sender (false)": false,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.5,
              "Regex Enabled": true,
              "Words": [
				"donate", 
				"discord"
              ]
            }
          ],
          "Answers": [
		    "If you would like to donate to the server and receive awesome in game items in return, check out our packages:",
			"For more information on the server, and to vote on maps and changes join us on Discord:"

          ]

Create a different auto response instead of adding more words to the same one.