How To Install Discord.py-rewrite Dependency On Heroku For Discord Bot Hosting?
I'm trying to deploy my discord.py bot on Heroku using my GitHub master branch, but have been unable to do because of a git error: Could not find a tag or branch 'rewrite', assumin
Solution 1:
The rewrite branch has been merged, and no longer exists. Use the version of discord.py available from PyPI, that's currently the latest.
Solution 2:
Well try this Put this into your requirement.txt
discord-ext-alternatives
discord
and it should ready to go
Post a Comment for "How To Install Discord.py-rewrite Dependency On Heroku For Discord Bot Hosting?"