Skip to content
Advertisement

Hosting discord bot through Heroku – deploy error

I am trying to host my discord bot through heroku. I’m coding with python. But I got the following error when deploying from GitHub:

JavaScript

That was the full build log that I saw on heroku. Can anyone help? Thx

Advertisement

Answer

You should change the first line in requirements.txt to git+https://github.com/Rapptz/discord.py. Because there is no tag or branch named “rewrite”.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement