Code help for my simple Node.js chatbot?

Adding a console.log(channel) to the subscription function can help you see that it’s firing and that your cases are correct. Keep in mind channel names should be all lowercase in your code; display names are only relevant in the message sent to users.