(ctx: CommandCtx)
| 40 | /** One line, shown in the native `/` menu and in `/help`. Keep < ~60 chars (Telegram limit). */ |
| 41 | description: string; |
| 42 | run(ctx: CommandCtx): Promise<void>; |
| 43 | } |
| 44 | |
| 45 | const NA = (feature: string) => `ℹ️ ${feature} isn't available on this bot build.`; |
no outgoing calls
no test coverage detected