heroku-node-telegram-bot
heroku-node-telegram-bot copied to clipboard
'grep' is not recognized as an internal or external command,
heroku config:set HEROKU_URL=$(heroku info -s | grep web_url | cut -d= -f2) this line doesn't work it doesn't recognize grep and cut as a function , I found a solution for grep ( its the same as findstr) but i couldn't fix cut https://soshace.com/building-a-telegram-bot-with-node-js/ this helped me avoid those