My telegram bot won't work

Hi I have a telegram Bot called calliu but it doesn’t run want to fix the error.

1 Like

do you have a package.json file? if yes make sure you have added a start script like
{ “scripts”: { “start”: “node server.js” } }

2 Likes