MCPcopy Create free account
hub / github.com/Streamerbot/client / script.js

File script.js

examples/browser/script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const client = new StreamerbotClient();
2
3client.on('Twitch.ChatMessage', ({ data }) => {
4 document.getElementById('chat').innerHTML += `<div class="message"><span class="username" style="color: ${data.message.color}">${data.message.displayName}</span>${data.message.message}</div>`;

Callers

nothing calls this directly

Calls 1

onMethod · 0.80

Tested by

no test coverage detected