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

Method ready

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

* Check if the WebSocket connection is fully ready to make requests * * - Socket connection is open * - If authentication is enabled, it checks if the client is authenticated. * - Client has received the version and instance details from the Streamer.bot instance. * * @returns {boo

()

Source from the content-addressed store, hash-verified

171
172 /**
173 * Check if the WebSocket connection is fully ready to make requests
174 *
175 * - Socket connection is open
176 * - If authentication is enabled, it checks if the client is authenticated.
177 * - Client has received the version and instance details from the Streamer.bot instance.
178 *
179 * @returns {boolean} - Returns true if the client is ready, false otherwise.
180 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected