add test handlers
This commit is contained in:
5
src/handlers/test.ts
Normal file
5
src/handlers/test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Context } from 'telegraf'
|
||||
|
||||
export const testHandler = (ctx: Context) => {
|
||||
console.log('Test handler:', ctx)
|
||||
}
|
||||
Reference in New Issue
Block a user