diff options
| author | Rapptz <[email protected]> | 2015-11-28 20:55:41 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-11-28 20:55:41 -0500 |
| commit | 7121c39a9498ec60ba6ae069dac8efe576c81d9a (patch) | |
| tree | 551150a9e55470cb144a680f2093ea6fef0ed317 /README.md | |
| parent | Add note about data classes instances. (diff) | |
| download | discord.py-7121c39a9498ec60ba6ae069dac8efe576c81d9a.tar.xz discord.py-7121c39a9498ec60ba6ae069dac8efe576c81d9a.zip | |
Add some badges to the README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ # discord.py +[](https://pypi.python.org/pypi/discord.py/) +[](https://pypi.python.org/pypi/discord.py/) +[](https://pypi.python.org/pypi/discord.py/) + discord.py is an API wrapper for Discord written in Python. This was written to allow easier writing of bots or chat logs. @@ -20,6 +24,8 @@ If you want to install the development version of the library, then do the follo pip install git+https://github.com/Rapptz/discord.py@develop ``` +Note that this requires `git` to be installed. + ### This module is alpha! The discord API is constantly changing and the wrapper API is as well. There will be no effort to keep backwards compatibility. |