Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.7k stars 3.74k forks source link

Where can i find the rewrite (Download) #579

Closed ghost closed 7 years ago

ghost commented 7 years ago

See the title ^

lepeli commented 7 years ago

The rewrite is the next major version of discord.py.

It is a massive breaking change. You can think of it as an entirely new library.

Some helpful links:

If you are interested in beta testing the rewrite you can install it by doing the following (requires git):

Do not install this if you don't want to help test this out, either by reporting bugs or asking for improvements.

$ python3 -m pip install -U git+https://github.com/Rapptz/discord.py@rewrite

or with voice

$ python3 -m pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]

After installing the rewrite, please do ?sub rewrite in #python_discord-py so you can be up-to date on the latest development and breaking changes.

If you want to help test the rewrite, you must be willing to update. Not updating makes the beta testing aspect useless.

Please note that the API itself is not finalised. There are chances that an update might break your bot due to an error on my part. However, it is fairly usable. Until the rewrite is fully released I will make more breaking changes in the future to the API. However bug reports and feature requests are appreciated.

doron-goldstein commented 7 years ago

feel free to join at discord.gg/discord-api if you have any more questions

ghost commented 7 years ago

Thanks