Delete single message using tmi.js in Node.js

Hi Barry,

Thanks for the reply!

Actually, I tried message[“msg-id”] before I tried the others, and it also returned undefined. And message.msg-id causes the Node.js script to abort, as you have to use brackets and quotes when there is a hyphen involved.

I added console.log(message) and typed a test message into chat, but all that showed up in the log was the text of the message itself.

Any other suggestions would be most appreciated. :sunglasses: