I am using node-telegram-bot-api
NPM when I run the app.js
file on my pc it does not give any error.
But when I use render.com
render to deploy my project it throws an error.
The app is running and it send messages but I also use node-cron
to schedule messages and it does not work.
I tried many solutions like make a new bot, check if I am running it twice but there is no problem!
The whole code => GitHub Repo