Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

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

Open
nikolaypopadiuk opened this issue Oct 6, 2023 · 0 comments
Open

Comments

@nikolaypopadiuk
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant