fix hot
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { Context } from 'telegraf'
|
||||
|
||||
export const testHandler = (ctx: Context) => {
|
||||
// export const testHandler = (ctx: Context) => {
|
||||
// console.log('Test handler:', ctx)
|
||||
// }
|
||||
|
||||
export function testHandler (ctx: Context) {
|
||||
console.log('Test handler:', ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user