Different words with different response.

Is this possible? Like Example

"Wipe" in chat will trigger "Next wipe will be on XXXX"

"Discord" in chat will trigger "This is our discord link etc" 
Is this possbile to do? Cause I config 2 different words and 2 different answer with it. Even when typing discord still respond the wipe msg instead of the discord respond I setup.

Hey there, of course it is. You just need to have a different entry. You likely typed them in the same one though, which is why you see the wipe message. Show your config.

49gIoO7gXGopdO2.png misticos

Hey there, of course it is. You just need to have a different entry. You likely typed them in the same one though, which is why you see the wipe message. Show your config.

"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)": false,
"Triggers": [
{
"Percentage Of Contained Words": 0.49,
"Regex Enabled": false,
"Words": [
"Wipe",
"discord"
]
}
],
"Answers": [
"Yes server has been wipe untill facepunch next force wipe. Next wipe will be on 8th Sept 2023.",
"Check our /info tab or click on view webpage to join our discord."'

Ok so from what I'm understanding. Lets say i type "discord" It will only trigger the respond that has the word "discord" inside?

The list Words is one where ANY would trigger ANY of the answers, this whole part you've sent is just one entry / one auto response "type"/configuration call it as you want. You need to duplicate it entirely - one with just "wipe" word and answer, one with just discord word and answer.