| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected