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', assuming commit . What do I need to do to successfully install the 'rewrite' dependency? I am currently using the files "requirements.txt", "runtime.txt", "Procfile" and "Aptfile". I've tried several combinations of dependencies in my requirements.txt file, including: git+https://github.com/Rapptz/discord.py@rewrite git