I've been trying to host my bot on Heroku, (followed this tutorial: https://youtu.be/BPvg9bndP1U). Everything appears to be fine, but it does not work. The bot does not come online. Here are the logs if it helps:
Not quite sure what's wrong. I'm new to programming, so any insight would be greatly appreciated!
You seem to have done echo>Procfile or something of the sort. Either way, it seems that your Procfile contains ECHO is on.; instead, it should be in the form dyno_name: python bot.py.
echo>Procfile
ECHO is on.
dyno_name: python bot.py
2.1m questions
2.1m answers
60 comments
57.0k users