telebot icon indicating copy to clipboard operation
telebot copied to clipboard

[bot.error.event] TypeError: bot.send_message is not a function

Open nikolaypopadiuk opened this issue 2 years ago • 0 comments

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

nikolaypopadiuk avatar Oct 06 '23 01:10 nikolaypopadiuk