Update 'www/boto.js'
This commit is contained in:
parent
b9c65b86a6
commit
6b77e31be5
|
@ -11,6 +11,7 @@ const client = new tmi.Client({
|
|||
client.connect();
|
||||
|
||||
client.on('message', (channel, tags, message, self) => {
|
||||
if(self) return;
|
||||
// "Alca: Hello, World!"
|
||||
console.log(`${tags['display-name']}: ${message}`);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue