Open nickz1p opened 1 year ago
import TeleBot from "telebot"
const bot = new TeleBot(process.env.TELEGRAM_BOT_TOKEN) const destinationChatId = XXXXXXXXXXXXXXXXXXXXXX;
bot.on("*", msg => bot.send_message(destinationChatId, msg))
export default bot
import TeleBot from "telebot"
const bot = new TeleBot(process.env.TELEGRAM_BOT_TOKEN) const destinationChatId = XXXXXXXXXXXXXXXXXXXXXX;
bot.on("*", msg => bot.send_message(destinationChatId, msg))
export default bot