Fix requirements.txt (#37)

The `rewrite` branch of discord.py no longer exists, presumably it has been merged into `master` since then.
Remove `@rewrite` from discord.py line in the pip requirements file.
This commit is contained in:
Tyler True 2019-06-13 11:50:00 -04:00 committed by tomGER
parent 93f2a694c9
commit 8a511cd109

View file

@ -1,4 +1,4 @@
git+https://github.com/Rapptz/discord.py@rewrite
git+https://github.com/Rapptz/discord.py
asyncio
python-dateutil