update docs

This commit is contained in:
iDutchy
2020-09-30 23:54:25 +00:00
parent f33cfbce0d
commit 57efed682b
2 changed files with 17 additions and 2 deletions

View File

@ -11,8 +11,23 @@ Welcome to discord.py
discord.py is a modern, easy to use, feature-rich, and async ready API wrapper
for Discord.
Credits to original lib by `Rappts <https://github.com/iDutchy/discord.py>`_
**Features:**
**WARNING: This is not the official discord.py lib! This is a custom version to which I add some features that might be useful or just makes things easier for the lazy people. See below which features have been added. This lib will also be kept updated with the BETA version of the original lib! So things may be unstable, please keep that in mind.**
Custom Features
---------------
- **Documentation URL: https://enhanced-dpy.readthedocs.io/en/latest/index.html
- *URL at the bottom will redirect to the original libs documentation*
- Added ``Guild.bots`` / ``Guild.humans``
- Added ``Bot.owner`` / ``Bot.owners``
- Merged in ext-colors (https://github.com/MGardne8/DiscordPyColours)
- Using Rapptz/discord.py/tree/neo-docs for documentation
- Adding support for ``hex()`` to ``discord.Color``
Features
--------
- Modern Pythonic API using ``async``\/``await`` syntax
- Sane rate limit handling that prevents 429s