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

Method getInfo

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

* Get information about the connected Streamer.bot instance

()

Source from the content-addressed store, hash-verified

992 name = action.name;
993 }
994
995 return await this.request<DoActionResponse<T>>({
996 request: 'DoAction',
997 action: {
998 id,
999 name,
1000 },
1001 args,

Callers 2

authenticateMethod · 0.95
onOpenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected