Can I make a command that gives a different response if a specific user is mentioned?

So I want to make a !headpat command “$(user) gives $(touser) some headpats”, and I did that, but there is this user that when mentioned I want it to give a different response like “don’t headpat the $(user), he bites”

My question is if that’s even possible and how to doit I’ve been trying and I’m very lost. Thanks in advance.

Try:

$(eval `$(touser)`==`NICK HERE`?`don’t headpat the $(touser), he bites`:`$(user) gives $(touser) some headpats`;)
1 Like

Thank you so much this worked perfectly!

How would i format this to have multiple trigger names