I was able to run my telegram bot with Python locally on my machine without problems and have deployed it on heroku with it stating that Build succeeded. However, when I try to use my bot on telegram, it does not respond. What may be the problem? Here is the code to my main file:
Asked
Active
Viewed 307 times
0
-
Add token. Probably you forgot that. – BrainFl Apr 05 '22 at 14:47
-
Make sure the webhook URL has a forward slash `/` before the token (ie https://myapp.herokuapp.com/
) – Beppe C Apr 06 '22 at 12:39