tg-bot/src/handlers/test.ts
2024-11-29 12:47:25 +03:00

10 lines
212 B
TypeScript

import { Context } from 'telegraf'
// export const testHandler = (ctx: Context) => {
// console.log('Test handler:', ctx)
// }
export function testHandler (ctx: Context) {
console.log('Test handler:', ctx)
}