Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
965 views
in Technique[技术] by (71.8m points)

discord.py - Programming a Discord bot in Python- Having some trouble hosting my bot on Heroku

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: enter image description here

Not quite sure what's wrong. I'm new to programming, so any insight would be greatly appreciated!

question from:https://stackoverflow.com/questions/65947256/programming-a-discord-bot-in-python-having-some-trouble-hosting-my-bot-on-herok

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...