MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

biko/biko.ts:505–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 string,
504 (msg: Api.Message, trigger?: Api.Message) => Promise<void>
505 > = {
506 biko: async (msg: Api.Message) => {
507 const client = await getGlobalClient();
508 if (!client) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected