MCPcopy Create free account
hub / github.com/Streamerbot/client / send

Method send

packages/client/src/ws/StreamerbotClient.ts:526–528  ·  view source on GitHub ↗

* Send a raw object to the Streamer.bot WebSocket

(data: Object)

Source from the content-addressed store, hash-verified

524 this.logger?.warn('Invalid JSON payload received', event.data, e);
525 return;
526 }
527
528 this.logger?.verbose(`RECV`, payload);
529
530 // onData handler
531 try {

Callers 1

requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected