added versionadded

This commit is contained in:
iDutchy
2020-10-21 17:44:46 -05:00
parent 2b5490d4cb
commit 3521ae985a
7 changed files with 64 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ Custom Features
- Added ``Intents.from_list``
- Added support for ``int()`` to ``discord.User``, ``discord.Member``, ``discord.Emoji``, ``discord.Role``, ``discord.Guild``, ``discord.Message``, ``discord.TextChannel``, ``discord.VoiceChannel``, ``discord.CategoryChannel``, ``discord.Attachment`` and ``discord.Message``. This will return their id
- Added support for ``str()`` to ``discord.Message``. This will return the message content
- Added ``Guild.try_member``
Key Features
-------------
@@ -46,10 +47,10 @@ To install the library without full voice support, you can just run the followin
.. code:: sh
# Linux/macOS
python3 -m pip install -U git+https://github.com/iDutchy/discord.py
python3 -m pip install -U enhanced-dpy
# Windows
py -3 -m pip install -U git+https://github.com/iDutchy/discord.py
py -3 -m pip install -U enhanced-dpy
To install the development version, do the following: