tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 216 forks source link

Can I send a private message with TMI? #430

Closed eduardosoareszup closed 3 years ago

eduardosoareszup commented 3 years ago

I would like to send private messages with TMI, in addition to chat messages. Is this possible today?

AlcaDesign commented 3 years ago

It's called whispering, you use client.whisper(username, message). See https://github.com/tmijs/tmi.js/issues/333#issuecomment-712474914