0.1.2 • Published 5 months ago

@tmi.js/chat v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@tmi.js/chat

Connect to Twitch IRC chat.

Install

npm i @tmi.js/chat

Usage

import tmi from '@tmi.js/chat';

const client = new tmi.Client({ channels: [ CHANNEL_NAME ], token: AUTH_TOKEN });

client.connect();

client.on('message', e => {
	const { channel, user, message } = e;
	console.log(`[${channel.login}] ${user.login}: ${message.text}`);
});
0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago