npm tmi.js 1.7.3
tmi.js v1.7.3

latest releases: 1.9.0-pre.1, 1.9.0-pre.0, 1.8.5...
3 years ago

v1.7.3

  • 3e46332 Added the event "globaluserstate". See the Twitch docs on the tags for the GLOBALUSERSTATE IRC command. These tags have always been available via client.globaluserstate after the command but hasn't been emitted.
client.on('globaluserstate', tags => {
    console.log('Hello, I am', tags['display-name']); // Hello, I am Alca
});
  • #461 Fixed a rare issue when a tag that is to be IRC unescaped is not a string.
  • 989bdad Updated dependencies (package-lock)

Don't miss a new tmi.js release

NewReleases is sending notifications on new releases.