mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
init
This commit is contained in:
6
src/bot-singleton.ts
Normal file
6
src/bot-singleton.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import TelegramBot from 'node-telegram-bot-api'
|
||||
|
||||
const token = '8150213101:AAFfkqu32aWImOfIaarnQqtWaUj8ZoAwHLE'
|
||||
const bot = new TelegramBot(token, { polling: true })
|
||||
|
||||
export default bot
|
||||
Reference in New Issue
Block a user