[HELP] Specific response to $(touser)

Something like this will give a normal response and a response for a specific user

$(eval decodeURIComponent(`$(touser)`)==`specific user`?`special response`:`normal response`)
1 Like