Im building a twitch chat bot using nodejs and i am bit stuck. So i want the bot to reply with a specific message only if a specific user write something. i already set up some replies to basic stuff but i cannot figure out how to do it. so im guessing i need an if statement … if x says whatever - return this. but im not sure how to set it up to reply with the same thing no matter what that specific user does. ps. its my first time using nodejs or anything coding related.