mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
import TelegramBot from 'node-telegram-bot-api'
|
|
|
|
const token = '8150213101:AAFfkqu32aWImOfIaarnQqtWaUj8ZoAwHLE'
|
|
const bot = new TelegramBot(token, { polling: true })
|
|
|
|
export default bot
|