| 121 | |
| 122 | description: string = help_text; |
| 123 | |
| 124 | cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = { |
| 125 | epic: async (msg: Api.Message) => { |
| 126 | const client = await getGlobalClient(); |
nothing calls this directly
no outgoing calls
no test coverage detected